Aug 23, 2013
02:18 AM
Hi, I want to ask how to launch two processes(auctually 2 batch files) on the same time? What's more, I have to check if both processes are finished. How can I do that? Thanks!
... View more
Labels
- Labels:
-
InstallShield 2011
Feb 17, 2013
11:25 PM
CHANDINATHREDDY wrote: hi you can write an custom action to retrive the time zone and then use it for further use. Dim oWMIService, oComputer, colComputer Dim strComputer strComputer = “.” Set oWMIService = GetObject(“winmgmts:” _ & “{impersonationLevel=impersonate}!\\” _ & strComputer & “\root\cimv2″) Set colComputer = oWMIService.ExecQuery _ (“Select * from Win32_TimeZone”) For Each oComputer in colComputer msgbox oComputer.Description Exit For Next Set oComputer = Nothing Set colComputer = Nothing Set oWMIService = Nothing Is it using a vbs? How can I reference it?
... View more
Jan 30, 2013
11:37 PM
Hi, I am now making an installer which needs to provide the UI for user input a server IP. And the request is to check the server time zone if is consistent with the local time zone. How can I do that?
... View more
Labels
- Labels:
-
InstallShield 2010
Latest posts by joychen
Subject | Views | Posted |
---|---|---|
1773 | Aug 23, 2013 02:18 AM | |
869 | Feb 17, 2013 11:25 PM | |
3038 | Jan 30, 2013 11:37 PM |
Activity Feed
- Posted How to launch two process in the same time? on InstallShield Forum. Aug 23, 2013 02:18 AM
- Posted Re: How to get server time zone? on InstallShield Forum. Feb 17, 2013 11:25 PM
- Posted How to get server time zone? on InstallShield Forum. Jan 30, 2013 11:37 PM
- Tagged How to get server time zone? on InstallShield Forum. Jan 30, 2013 11:37 PM
- Tagged How to get server time zone? on InstallShield Forum. Jan 30, 2013 11:37 PM