S
Scott Lezberg \(Deltek\)
Can someone tell me why this works
Dim Installer
set Installer=CreateObject("WindowsInstaller.Installer")
Installer.InstallProduct "http://scottlezberg/TestProp.msi",
"USERNAME=scottWLezberg"
but this does not work?
Dim Installer
set Installer=CreateObject("WindowsInstaller.Installer")
Installer.InstallProduct "http://scottlezberg/Vision30/TestProp.msi",
"USERNAME=scottWLezberg"
I am calling these from a <SCRIPT> tag in an ASP page using VBScript. For
some reason it does not seem to like the addition of a virtual directory.
The MSI engine starts but the MSI is not run.
Thanks in advance
Scott
Dim Installer
set Installer=CreateObject("WindowsInstaller.Installer")
Installer.InstallProduct "http://scottlezberg/TestProp.msi",
"USERNAME=scottWLezberg"
but this does not work?
Dim Installer
set Installer=CreateObject("WindowsInstaller.Installer")
Installer.InstallProduct "http://scottlezberg/Vision30/TestProp.msi",
"USERNAME=scottWLezberg"
I am calling these from a <SCRIPT> tag in an ASP page using VBScript. For
some reason it does not seem to like the addition of a virtual directory.
The MSI engine starts but the MSI is not run.
Thanks in advance
Scott