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 can I get Domain Name in the INstallscript?
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
Jul 24, 2008
05:17 PM
How can I get Domain Name in the INstallscript?
I want to add 2 domain users to the local adminstrator's group, for that first I have to get the domain name.
In the batch file it is very easy, if we type %USERDOMAIN% then we get the domain name. Does anybody have idea, how can I get it in installscript?
Thanks,
Mayur.
In the batch file it is very easy, if we type %USERDOMAIN% then we get the domain name. Does anybody have idea, how can I get it in installscript?
Thanks,
Mayur.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 25, 2008
10:09 AM
Call GetEnvVar from InstallScript, perhaps?