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
- :
- Error using BrowseFolder in SUIT-Error 1606.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 14, 2011
06:54 AM
Error using BrowseFolder in SUIT-Error 1606.
I have created a small Suit, just including one small MSI as a MSI package
I have added the BrowseFolder Wizard to the Wizard pages.
Else, everything is default settings.
When i run the Suit installer, i get this error message.
---------------------------
SmallSuite - InstallShield Wizard
---------------------------
Package SmallTest Error:
Error 1606.Could not access network location [ProgramFilesFolder]SmallTest.
---------------------------
Retry Cancel
---------------------------
If i use the change button in the Destination dialog, and choose the Program files folder, the installation work correctly.
The small msi installer work without any problem as a standalone installer.
And the suit installer work correctly before i added the BrowseFolder dialog.
What could be wrong with the Suit?
I have added the BrowseFolder Wizard to the Wizard pages.
Else, everything is default settings.
When i run the Suit installer, i get this error message.
---------------------------
SmallSuite - InstallShield Wizard
---------------------------
Package SmallTest Error:
Error 1606.Could not access network location [ProgramFilesFolder]SmallTest.
---------------------------
Retry Cancel
---------------------------
If i use the change button in the Destination dialog, and choose the Program files folder, the installation work correctly.
The small msi installer work without any problem as a standalone installer.
And the suit installer work correctly before i added the BrowseFolder dialog.
What could be wrong with the Suit?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 14, 2011
12:26 PM
This is caused by one of the gaps in our IDE. There's an underlying attribute on every property which defaults to false. However if you want to use a value like you show - [ProgramFilesFolder]Test - which references another property, you need to close the project and set FormatPropertyValue="yes" on the property you use with BrowseFolder (and more importantly which you use with your MSI's command line). This will cause it to turn into (and pass) a value such as C:\Program Files\Test.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 15, 2011
06:10 AM
Thanks for the quick replay.
My ISInstallDir Property did not have any FormatPropertyValue.
I added the FormatPropertyValue="yes" to my suit xml file.
Its working correctly now 🙂
Regards,
Rune
My ISInstallDir Property did not have any FormatPropertyValue.
I added the FormatPropertyValue="yes" to my suit xml file.
Its working correctly now 🙂
Regards,
Rune
