Triying to u开发者_运维百科se the built in Visual Studio 2010 to install a couple of files and after that is done to run another installer package (3rd Party Installation Wizard).I tried that the \"no
I have created an InstallShield installer where it has a dependency on a SQL Server 2008 Express R2.I am trying to add a reference to this redistributable but it does not appear in the list of redistr
I think I found a bug with multi-line comments and SQL scripts in InstallShield 2010. To reproduce the bug, create a basic MSI project. Go to Installation Designer -> SQL Scripts, create a SQL connec
I am using Installshield for deploying VSTO 2007 Outlook plugin to all users.By default Office 2007 supports plugin deployment to current user only.I come across the follwing link which describes it h
How do you change XML files usually during upgrade?? (Basic MSI) I think \"XML File Changes\" Tab has too few function to change old app.config to new app.config. Because many kinds of old app.config
开发者_Go百科I am using lua5.1 ; I added 5.1.dll into my installation; but its not working properly. Any other dependencies which needs to be added in my installation for lua to work?You\'ll need what
I\'m using VS2010 with Installshield LE. I\'ve created a project in the past that required the user to enter a password before installing. But I can\'t for the life of remember how I did it. I must ha
I have 2 msi packages 1 called the core package in which i want the second package to check before installation if the core package is installed, if yes then the installation occurs norma开发者_运维知
I made the following script \"[SystemFolder]cmd.exe\" /c \"netsh advfirewall firewall add rule name=\"RuleName\" action=allow protocol=TCP dir=in localport=399\"
I\'m working with Installshield 2011 on a basic MSI project. The problem I have is that the SetupInitialization dialog is taking about 2 to 3 minutes when performing upgrades. During those minutes th