I am using installshield 11 to create Basic MSI Project. My requirment is, when i unstall the project, i want to preserve certain files.( I don\'t want these开发者_如何学Python Certain files to be rem
How can I change fonts color in the the default dialogs in Installshield 2011? I have created a new entry (with the new color) into TexStile Table, but when selects the new \"test style\" in the Dial
I\'m already familiar with prebuild steps such as updating XML or using the automation interface to update a project.I\'m looking for a far more simplistic approach to the following situation.
I want to write a custom action which will execute above all other custom actions and execute in system context. If I use \"immediate execution\" then it executes in logged in users context and if I u
I\'ve written an add-in to an existing program.I want to create an installation which copies files to a sub-folder within the previously installed program folder.The installation path of the existing
Merged with CustomAction <action_name> returned actual error code 1603 in installshield. During installation I am getting error 1001 without开发者_如何学运维 any information about the
During Minor Upgrade in InstallShield 2011, how to delete/remo开发者_运维知识库ve some files which was installed from base installer and for next upgrade if we want to retrieve back the removed files
I have added pdb file in installshield installer. I want to do minor upgrade.But, files for which version is changed, the installer does not upgrade the files. Wh开发者_高级运维y?File Versioning Rules
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
I need to make a file read/write for all users during install. Right now, the file is only read/write for admins and only read for non admins.