shlomi
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 14, 2010
05:48 AM
installscript vs basic MSI
I have a debate regarding installscipt VS basic MSI
I was told that if you plan to create installation for corporate deployment, it is recommended to work with basic MSI
I would like to know the benefit (if any) of basic MSI comparing installscript msi
do you know about problems when using installscript msi in corporate deployment?
I was told that if you plan to create installation for corporate deployment, it is recommended to work with basic MSI
I would like to know the benefit (if any) of basic MSI comparing installscript msi
do you know about problems when using installscript msi in corporate deployment?
2 Replies
HenryL
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 18, 2010
04:56 AM
Re: installscript vs basic MSI
Here is some info about the project types: http://documentation.installshield.com/robo/projects/installshield16helplib/ProjectTypes_Determine.h...
One of the points kind of relates to your question:
•You want to maximize compatibility with administrative tools such as SMS, or if your software will be customized by corporate system administrators prior to deployment. The Basic MSI project type gives them the flexibility to create transforms for the installation package and its associated properties, without repackaging your installation.
One of the points kind of relates to your question:
•You want to maximize compatibility with administrative tools such as SMS, or if your software will be customized by corporate system administrators prior to deployment. The Basic MSI project type gives them the flexibility to create transforms for the installation package and its associated properties, without repackaging your installation.

Flexera
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 26, 2010
12:17 PM
Re: installscript vs basic MSI
As mentioned, if you are looking at creating an installation that will be deployed in enterprise environments, Basic MSI is the simplest option. If you need a high degree of customization in your setup, a pure InstallScript option is best suited for this task. In general, InstallScript MSI projects are not recommended due to the added complexity they introduce.