jmorales914
Posts: 1
Score: 0 Joined: 4/22/2008 Status: offline
|
Hi guys I'm a desktop engineer packaging in installshield right now, using this vb script that working ok in Win2k. Problem is, I need it to work in Vista...Any ideas? Thanks! strComputer = "." Set objGroup = GetObject("WinNT://" & "." & "/HIS Runtime Users") Set objUser = GetObject("WinNT://MRAM/RES-PCT-HISRuntime") objGroup.Add(objUser.ADsPath) Wscript.Quit I'm sorry, but I forgot to say that I really don't know vb at all and the script was gotten from scouring the net...:-)
< Message edited by WiseGuy -- 4/22/2008 10:07:51 AM >
|