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: Installation order of Files
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎May 27, 2010
04:00 PM
Installation order of Files
I have a Basic MSI project and there is a file I need to be installed first, before all others.
Can I go to the Files table or somewhere else and make this happen?
Thanks.
Can I go to the Files table or somewhere else and make this happen?
Thanks.
(3) Replies
‎May 27, 2010
06:11 PM
I found out that you can edit the Sequence column in the File table. Files with low sequence numbers will be copied files, files with high sequence numbers will be copied last.
However in my case, this information will not help my problem. But, hopefully it will be useful to someone else.
However in my case, this information will not help my problem. But, hopefully it will be useful to someone else.
‎May 27, 2010
09:25 PM
Hello, gridman
"The Support Files view (in Basic MSI projects) and the Support Files/Billboards view (in InstallScript MSI projects) enable you to store temporary files that are to be used by your installation program but are not to be installed.
The location to which the support files are extracted at run time is stored in the Windows Installer property SUPPORTDIR. "
The details please see: http://helpnet.flexerasoftware.com/robo/projects/installshield15helplib/FAQCustomActionsSupportdir.htm
Hopes this can help to you.
"The Support Files view (in Basic MSI projects) and the Support Files/Billboards view (in InstallScript MSI projects) enable you to store temporary files that are to be used by your installation program but are not to be installed.
The location to which the support files are extracted at run time is stored in the Windows Installer property SUPPORTDIR. "
The details please see: http://helpnet.flexerasoftware.com/robo/projects/installshield15helplib/FAQCustomActionsSupportdir.htm
Hopes this can help to you.
‎May 28, 2010
08:19 AM
MSI is intentionally non deterministic. Why do you need this file before all others? I suspect you have bigger issues that should be solved in the application design and not the installer.