rbennett806
Posts: 659
Score: 8 Joined: 6/14/2006 Status: offline
|
sconnell, sorry I missed your last post. I use VBScript wrappers around all of my packages, so after I created a custom .MSP file I used the following VBScript code snippets to install it (just part of a larger script): strScriptFileDirectory = objFSO.GetParentFolderName(wscript.ScriptFullName) strScriptParentDirectory = objFSO.GetParentFolderName(strScriptFileDirectory) strPrimarySourceFileDirectory = objFSO.GetParentFolderName(strScriptParentDirectory) intReturn = objWshShell.Run ("""" & strPrimarySourceFileDirectory & "\Setup.exe"" /adminfile """ & strScriptFileDirectory & "\CLAS_CustomInstall.msp""", 1, True) ridvan, if you can get it to install manually, you might try posting in the SMS forum for assistance on package and program configuration settings. Otherwise, let us know what you're having problems with...
|