This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Convert InstallScript Project (SINGLE SETUP.EXE) to MSI installer
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 08, 2011
12:50 PM
Convert InstallScript Project (SINGLE SETUP.EXE) to MSI installer
Hi,
We have InstallShield 2009 Premier product. The setup that have generated is an InstallScript Project which generates a single EXE.
The customer needs an MSI installer package also.
All options under Project->Project Converters are greyed out. We downloaded the repackager tool and even that does not show any option to convert a InstallScript (.ISM) project to a project that can generate an MSI installer.
Please help!
Regards.
We have InstallShield 2009 Premier product. The setup that have generated is an InstallScript Project which generates a single EXE.
The customer needs an MSI installer package also.
All options under Project->Project Converters are greyed out. We downloaded the repackager tool and even that does not show any option to convert a InstallScript (.ISM) project to a project that can generate an MSI installer.
Please help!
Regards.
(4) Replies
‎Aug 09, 2011
12:55 AM
We downloaded the repackager tool and even that does not show any option to convert a InstallScript (.ISM) project to a project that can generate an MSI installer
First of all, .ism is just a project file. For an analogy, it is similar to the .sln file of the Visual Studio IDE. Its conversion is not going to give you an MSI. You need to create an MSI project for that. Conversions are not possible.
‎Aug 09, 2011
08:49 AM
So there is no conversion option from SETUP.EXE to a SINGLE MSI ? I know Repackager can take snapshots before and after an install or detect system changes during an install to create MSI - but can it take a complete InstallScript project (ISM, RUL files etc) and create a SINGLE MSI ?
‎Aug 10, 2011
01:26 AM
NO and NO as answers for both the questions. No direct conversion is possible.
But you can surely install your app using the current Installscript setup and use one of the repackaging tools to create an MSI.
But you can surely install your app using the current Installscript setup and use one of the repackaging tools to create an MSI.
‎Aug 12, 2011
10:01 AM
The problem which such repackaging tools (which either take before/after snapshots or watch for file/registry changes during an install) is that if the SETUP.EXE behavior is different on different OSes or platforms, then the repacking may not work.
Is there an InstallShield project that creates both a SINGLE EXE and a SINGLE MSI ? I know one can use Basic MSI project - but I guess that won't allow the level of scripts that InstallScript project may allow - but I may be wrong !
Is there an InstallShield project that creates both a SINGLE EXE and a SINGLE MSI ? I know one can use Basic MSI project - but I guess that won't allow the level of scripts that InstallScript project may allow - but I may be wrong !