miltonc
06-13-2005, 04:56 PM
Set WshShell = CreateObject("Wscript.Shell")
WshShell.Run "msiexec /i C:\test.msi TARGETDIR=C:\test", 1, True
I have this VBScript Custom Action set for
Install Exec Sequence: After InstallFinalize
Install Exec Condition: Not Installed
I am getting the error, 'Another install is already in progress'
Documentation mentions that I need to place this CA in the User Interface sequence (not in the exec sequence). However, I really want to run this after the ReadyToInstall dialog. Any ideas.
Thanks in advance.
WshShell.Run "msiexec /i C:\test.msi TARGETDIR=C:\test", 1, True
I have this VBScript Custom Action set for
Install Exec Sequence: After InstallFinalize
Install Exec Condition: Not Installed
I am getting the error, 'Another install is already in progress'
Documentation mentions that I need to place this CA in the User Interface sequence (not in the exec sequence). However, I really want to run this after the ReadyToInstall dialog. Any ideas.
Thanks in advance.