Question

We have existing MSI created using InstallShield 9.0. This MSI installs some .NET assemblies in target installation directory.

We have changed some functionality of application and so a few assemblies have been changed. Now we want to edit/update the MSI to have the latest of those modified assemblies. How to do it now?

Can Orca be used for it? If yes, can you point me to some useful link where I can find instructions/guide?

If someone can guide in editing MSM (merge module) using Orca, even that would be fine.

Note: We need to edit existing MSI due to strange request from customer. Otherwise, releasing a patch is good option, I know.

Autres conseils

You cannot simply edit the MSI because file information is stored in multiple places in your installer (File table, Components table, CAB archives etc.).

The recommended approach is to create a new version of your installer as a major upgrade. Basically, in your original InstallShield project you increase the Product Version and change the Product Code.

This way your new installer will automatically uninstall the old one. Whatever request your client has, a new version shouldn't be a problem.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top