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
- :
- How to change Location of MSI package (release folder)
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 22, 2009
09:54 AM
How to change Location of MSI package (release folder)
Currently when I build my InstallShield 2010, Basic MSI project, the MSI Package and related files are placed in:
Installer\Default Configuration\Debug\DiskImages\Disk1\........
How Can I modifiy it so that Msi package is directly placed in:
Installer\........
Please help. Thanks
Naveed
Installer\Default Configuration\Debug\DiskImages\Disk1\........
How Can I modifiy it so that Msi package is directly placed in:
Installer\........
Please help. Thanks
Naveed
(3) Replies
‎Dec 22, 2009
10:35 AM
you can set it to be copied to any given location in the post-build tab of the releases view. If your installer is very large this copying can take a while, but other than that it works fine.
I use this to drop all the installers we build into a specific location since our product produces multiple installers for a given release.
I use this to drop all the installers we build into a specific location since our product produces multiple installers for a given release.
‎Dec 22, 2009
11:22 AM
Hi Lurean
Thanks for the answer. I am a new user. I couldn't find the setting you specified in your answer. "post-build tab of the releases view"
How can I locate this setting in Basic MSI project? Thanks
Naveed
Thanks for the answer. I am a new user. I couldn't find the setting you specified in your answer. "post-build tab of the releases view"
How can I locate this setting in Basic MSI project? Thanks
Naveed
‎Dec 22, 2009
01:58 PM
in the releases view select one of your releases and you should see a series of tabs along the top of the right hand panel, one of those tabs will be "postbuild" if you select that tab and set the value for the "copy to folder" to the location you want it to drop the installers at and set the "Distribute after build" to "Yes" it will copy the installers when the build is complete.
in the releases view you have a treeview
Releases
-+{Product Configuration}
--+{Release}
The {Product Configuration} and {Release} will be named differently depending on what you named them, but it is the {Release} node you want.
in the releases view you have a treeview
Releases
-+{Product Configuration}
--+{Release}
The {Product Configuration} and {Release} will be named differently depending on what you named them, but it is the {Release} node you want.