Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Installation Solutions: 26 - 50 of 96
 
I am using Visual Studio 2005 with sp1.  I am working on a setup project.  There are several requirements that I believe make a custom action necessary.  e.g. Setting up our SQL Express databa...
Ok, I am deploying my application with INNO Setup and I am trying to associate a file type with my exe.  The association is working fine, but for some reason the icon is not getting set.  I am...
When I put a shortcut to a vbs in C:\Documents and Settings\All Users\Start Menu\Programs\Startup,  will it run everytime a user logs on ?
How can I check the windows regional language in Installshield? I need to install files based on whether windows is set with English (United States) or English(Australia) as well as Englis...
Hello all of you, I am have created installation package for my code. This application is client application which uses Winsock TCP protocol to connect to the Server. Problem: 1) After su...
microsoft office live meeting installation interrupted
I created msi installer using VS2003 setup project that copies several html files to the client hard drive. I notice that if the file allready exists, the installer don't replace the files. ...
Dear Experts  I want Install SystemC 2.0.1 or 2.1 v1. In a Fedora Core 5 (linux second 2.6.18.-1.2257.FC5 i686 Athlon i386 GNU/Linux) with gcc 4.1.1. But I have this error msg: includes...
Hello, I need to build a setup file with Inno Setup and it should ask for a serial number during install. I added the Password field to [Setup], but during the installation the password fi...
I have installed a email newsletter module on my virtual private server.  Unix/Linux.  PHP4/MySql5. The installations was successful.  It also requires setting up crontabs for the module.  Th...
I am writing a program that runs some Adobe Imageready CS2 droplets on files on a local workgroup fileserver (XP Pro SMB fileshare) and then moves the output files to another location on the s...
How to install .net 1.1 on network computers ( XP pro sp2). Windows Server 2003 domain, GPMC and AD available to push out the .net framework in a batch file if needed. I also have a WSUS...
I need to be able to do a conditional install based on whether or not a file exists.  I want to be able to check for the file (FileExists) and then either install the files in the [Files] sect...
we are trying to create setup using VB 6.0 which can be customized to default path. Could some one help me in changing the setup installation directory in VB6.0 by reading the environment vari...
hi, when i am trying to install daemon tool a messages appears : SPTD setup: System file write error any ideas?? thanks
Hello, I would like to install the Vaio Edit Components 6.3 on my Intel iMac, since I need to edit AVCHD material in Adobe Premiere Pro, BUT when I try to install it I get the message: "Th...
Hi All, I'm creating a installation setup which is contains ports specifications. i.e in which port the application need to be run. In that i want to check the given port is available to us...
I have a software installation of has four CDs.  I have already created 4 ISOs of the software.  However, I would like to be able to put this installtion on one DVD instead of 4 CDs.   Prob...
How do I check for a registry value in Inno Setup.  I want to check if the "REG_DWORD" of Windows Vista is a 1 or a 0.  if  "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Pol...
I need help using the FileExists function in Inno Setup.  Here's my code.  Please help me replace the lines that start with an asterisk (*) :       sFileName := ExpandConstant('{tmp}\myprog...
I am using innosetup to write Installation script. On the last page of the wizard, I have shown a checkbox. On click of "Finish" button i need to check the status of the check box. If this ...
we are creating an exe using VB 6.0, we get this warning in XP SP2 and higher and on VIsta Machines. "UnKnown Publisher" Warning . How can we get rid of this warning ? It is a standard exe f...
I have a strange problem with an MSI installer that I have made for my application (A COM addin for MS Word and an executable video player ). When I install on Windows XP everything is fine, b...
Hi, During Inno Setup installation I want to register a component "mycomponent.dll" like this: regsvr32 /i:GUID mycomponent.dll Also, similarly I want to ShellExecute a program during...