|
-
February 15th, 2000, 05:52 PM
#1
Please Help
I have created a VB.exe that will get the local users IP, SubnetMask, Default Gateway.
I want to call my VB exe in Installshield. Is there a way that I can return the IP, Sub, Gateway and pass it back into a variable so that I can use it in my IS???
Please help I need to know tonight
thanks
-
February 15th, 2000, 06:04 PM
#2
Re: Please Help
My only suggestion would be to write that info to a temp file, somewhere static (like c:\networkinfo.ini" or something), and then in your InstallShield script, (if you can do this is IS) open that file and read out the information. I don't know if you can access files with InstallShield scripting, but it's my suggestion. If not, how about the registry?
Hope this applies/helps,
John
John Pirkey
MCSD
www.ShallowWaterSystems.com
John Pirkey
MCSD (VB6)
http://www.stlvbug.org
-
February 15th, 2000, 06:26 PM
#3
Re: Please Help
Thats what I decieded to do (Write it to the registry)
I wasnt sure if there was a way to do that...
This works just as good. :-)
Thanks
tcompe
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|