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
- :
- XML config update issue
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
Sep 03, 2015
02:12 AM
XML config update issue
Hi,
I imported the XML config in the Installshield and modified few settings and things are works fine for most of the settings. But for the below line, [%thread] text is missing after the installation of msi.
Actual
After the installation
Does anyone have idea on this?
Thank you!
Best Regards
Muthuraja
I imported the XML config in the Installshield and modified few settings and things are works fine for most of the settings. But for the below line, [%thread] text is missing after the installation of msi.
Actual
After the installation
Does anyone have idea on this?
Thank you!
Best Regards
Muthuraja
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 03, 2015
08:22 AM
Are you expecting to see the square bracket, percent sign, and word 'thread'? Because that's not what this requests. The formatted string pattern [%name] looks up an environment variable named name. In order to request the actual bracket, your string should look like [\[]%thread] instead. Note that it would also be a good idea to escape the square bracket before %property{NDC} as well, but apparently Windows Installer can already tell this isn't such a reference.
