I have an Installshield program I am trying to uninstall quietly. I am using the command "program.exe /x /S /v/qn". The process works quitely until the end when a message pops up stating "Re...
I am built an application using the following technologies:
Microsoft Visual Basic 2005
BusinessObjects Crystal Reports XI
I am tring to build an installation package using InstallShield ...
I have a custom action .exe file that I need to run as part of my installation. How do I specify to installshield where to find this .exe file. So, I run the setup.exe file created by installs...
I have created an installer for my vb.net program using installshield 12. All goes well, drivers, program etc installs without issue. As this app is in development there are going to be many c...
Hi,
I've created a .MSI package containing a static website. However on Windows XP, if the user doesnt' have admin privileges, the .msi wont' install. I'm using InstallShield 2008 Professiona...
I'm using Installshield 12 for an InstallScript MSI project.
I need to be able to detect if a SQL Server exists and that the login credentials are valid but without having to run a scrip to...
How do I add an msm file to an InstallShield project?
Details:
I have a utility written in Visual Basic 6 that uses a number of DLLs. The company that supplies these DLLs has changed over...
Hello,
I am testing my installations (created in InstallShield X) in VMWare. During the installation process, I need to run a special tool working with registry. The problem is, that when thi...
We are using Macrovision InstallShield Express.
We want to build an exe that should check for registry variable if already installed installation exists or not, if exist then...
Hello,
I have a setup made with InstallShield that work fine. However it has to be installed for all the users of the machine, then I used the dialog option which ask if the install is for ...
When I run a new version of the installation file (setup.exe using installshield express), the installation process informs me that "Another version of this product is already installed. Insta...
I am setting up an Install (using Setup Factory 7.0 from Indigo Rose BTW), and will be installing a third party application.
That application is dependent upon some Visual C++ runtime libra...
Hi there...
Is it possible to copy files from one folder to another with the results shown below - I'm using XCopyFile and getting close to what I'd like to have.
Start with these fold...
how to validate serial number during Installation using Install shield 2008
Could someone who knows how to list install switches please get me the install switches for ca antivirus and antispyware (the newest versions). I think they use installshield but i am not 100%...
I have a VB6 applcation and use Installshield 2008 to distribute this aplication. On Vista machines the install proceeds fine but when installed program is started users get the message 'the ....
I have an application developed in VB6. It uses Access 2003 as backend. I want to install this appplication in a machine which does not have Access or Office intalled. I heard that a runtime v...
I'm creating a Basic MSI file with InstallShield but cannot see a way of doing the following:
1. Find out where Excel is installed (I know what key it is in the registry to determine this)
...
I am currently Using Visual Studio 2005 to make an MSI run on windows XP.
Currently when anyone deletes a file from the Install directory it trys to re-run the msi. Is there any way of turnin...
I have an installshield 10.5 installscript project that i have inherited. The customer wants to rename one of the shortcuts that appear on the desktop/start menu. If I just change the name in ...
Does anyone know of a way to take a .msi installation file and turn it into a .exe file? I have created an installation package using InstallShield X Express, but due to limitations of that p...
I have a set of MSIs that are being installed, what I am wondering if its possible to have something in the installer that once the DLLs etc are put on the machine it will check the database t...
Hi All.
I have a custom dialog screen that allows a user to select files/folders for backup (copy) to a chosen backup folder (the backup folder is not under the INSTALLDIR).
This process...
Hi, i'm currently developing an installer for a product that will have to connect to a remote database. During installation i'm using the SQLServerSelectLogin2() dialog to retrieve connection ...