I am setting a GUI installation server for 7.10. The last thing I want to do is run the SAPSSO.MSI, if it hasn't already been executed. I check for the existence of gsskrb5.dll and if it is not there I execute
strCmdLine = NwEngine.Variables.ResolveString("%SapSrcDir%\Silabs\SSO\sapsso.msi")
bNoWaiting = vbFalse
bVisible = vbTrue
NwEngine.Shell.Execute strCmdLine, bNoWaiting, bVisible
The command if failing with a
BScript runtime error of arguments or invalid property assignment: 'NwEngine.Shell.Execute'
Any suggestions would be much appreciated.