/build/static/layout/Breadcrumb_cap_w.png

VBScript to install MSDN....Pls Help

Hello all,

I need your suggestion about vbscript that i am writing, I don't know if this is a right place to ask this question
I have to install msdn from network share using unc path, here we use radia to deploy and that installs msi using local system account

Now here is my mission: I am coding a vbscript to install a msi which is on server share to access it i have to use user id and password.
Here is the script that i am using;

Dim MyNetDrv, MyServer, MyShare, WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
'Find out next available drive letter
set objFS=CreateObject ("Scripting.FileSystemObject")
set colDrives=objFS.Drives
letter=Asc("c")
while objFS.DriveExists(Chr(letter)+":")
letter=letter+1
wend
MyServer = "msdnsrv"
user = "domain\user"
pwd = "pwdd"
MyShare = "msdn"
MyNetDrv = +UCASE(Chr(letter))+":"
WshShell.Run "C:\winnt\system32\net.exe use " & """MSDNSRV """ & "Ba1l-on /u:prog1\zccauto", 0, true
'Set oNet = Wscript.CreateObject("WScript.Network")
'oNet.MapNetworkDrive MyNetDrv, "\\"& MyServer & "\" & MyShare, False , user, pwd
msiline = "msiexec /i \\msdnsrv\msdn\April2007\msdn.msi SETUP_EXE=yes ADDLOCAL=ALL ALLUSERS=1"
WshShell.Run msiline,0,true

I am mapping a network share, but i should not map any network instead i should install directly from unc path providing used id and password.
Please suggest what can be done to the script

Thanks in advance

0 Comments   [ + ] Show comments

Answers (0)

Be the first to answer this question

Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ