Installshield project converters are disabled.How to enable them?
Answers (2)
From IS Help (my underlining):
"InstallScript MSI projects created using InstallShield, InstallShield DevStudio, or InstallShield Developer can be easily converted to the InstallScript project type"
The inference - and my experience - is that if the MSI wasn't created by IS, you can't covert it. Why would you want to, anyway? What do you need to do to the MSI that converting it to an ISM would be necessary?
Comments:
-
We are creating an installer for a particular product and they have provided msi to us and machine where most of the path variables are corrupted with the ism.So that ism is useless now.
Only working product we have is the previous msi which was created in installshield only.Now we need to convert it to ism so that we can use the old files and also include new dialog boxes.As we need to do this regularly for next versions to the same product, we are trying to convert as ism.
Can you suggest anything more to try. - ur00361883 8 years ago
>old files
Just do an admin install (msiexec /a...) and voilá! You have the source files.
>new dialogs
Either add them in to the MSI or, if you want to turn it into a project, start a new project, start capturing, "re-install" the app using the source files you just extracted, then add any registry junk you need.