cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sniperkid
Level 3

Basic MSI Project - Adding files to components

Im trying to produce a MSI of our current install, with this 1 component there is 2 folders in it but on the setup design you cannot add any additional folders....would i have to do this for every component that has more than 1 folder or is there an easier way?

Also is there a quick way to convert a Installscript project to MSI ?

regards,

Sniperkid
Labels (1)
0 Kudos
(1) Reply
Ajay_Ladsaria
Level 7

In a MSI project type each component only installs to one directory. This means that you will need to have at least one component per directory. Directories can be easier to manage in the Files and Folders view rather than the Setup Design view.

Unfortunately, there is no automatic conversion from an InstallScript project to a Basic MSI project. Probably the best thing to do is to start with a new Basic MSI project from scratch. Then you may be able to use some of your existing InstallScript code from within a custom action if you needed to do something custom that wasn't supported natively by MSI.

Regards,
Ajay
0 Kudos