Automatic way to update component code in InstallShield Basic MSI project
问题 I have InstallShield 2013 Basic MSI project Is there an automatic way using a tool or script to automatically update all component code in the project ? 回答1: First question : why do you want to do that? A component GUID is set in stone for all absolute paths it references. See a description of this here: Change my component GUID in wix? If you are familiar with COM automation , you should be able to automate the generation of new GUIDs in your project using the Installshield automation