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: Username variable
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
‎Mar 06, 2008
08:28 PM
Username variable
I am working on packaging Monarch 9 and I am having some issues with the username variable.
In HKCU\Software\datawatch\monarch there is a key named MonUser and I want the value to be equal the the logged in username. I have tried [USERNAME] and other variations with no luck.
I was able to create a VBscript that changes it after install, but I want to change it in the MSI.
This was a legacy setup capture to MSI.
Any ideas?
Thanks in advance
In HKCU\Software\datawatch\monarch there is a key named MonUser and I want the value to be equal the the logged in username. I have tried [USERNAME] and other variations with no luck.
I was able to create a VBscript that changes it after install, but I want to change it in the MSI.
This was a legacy setup capture to MSI.
Any ideas?
Thanks in advance
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 07, 2008
07:40 AM
Are you perhaps looking for [LogonUser]? (http://helpnet.installshield.com/robo/projects/helplibdevstudio9/IHelpPropReference.htm#OS)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 07, 2008
11:22 AM
How do I call that you a registry entry?