wait {pathname of system folder}\msiexec.exe /i “{(pathname of client folder of current site) & “__Download\STD11.MSI” transforms= __Download\officestd.mst}” /qb-!
the MST is in the root with the MSI so I figured the path would be _ Download \Officestd.mst
but ti fials or say succesful and is actully not installed ???
continue if {(size of it = 233673937 AND sha1 of it = “949abba51619533ddc4601dc4d6f049d189a0889”) of file “MicrosoftOffice2003STD.tmp” of folder “__Download”}
extract MicrosoftOffice2003STD.tmp
wait {pathname of system folder}\msiexec.exe /i {pathname of client folder of current site} & “__Download\STD11.MSI” transforms= __Download\officestd.mst /qb-!
wait {pathname of system folder}\msiexec.exe /i {pathname of client folder of current site} & “__Download\STD11.MSI” transforms= & {pathname of client folder of current site} & __Download\officestd.mst /qb-!
Not sure about those quotes, but generally your problem is that CWD is {pathname of client folder of current site}, and it really should be {pathname of client folder of current site} & __Download. In the current Software Distribution site we handle this automatically by creating a .BAT file and cd’ing into the proper root directory.
Command failed (Relevance substitution failed) wait {(pathname of system folder)&"\msiexec.exe"} /i {(pathname of client folder of current site)& “__Download\STD11.MSI”} transforms= & {(pathname of client folder of current site) & “__Download\officestd.mst /qb-!”}
Command failed (This expression contained a character which is not allowed.) wait {(pathname of system folder)&"\msiexec.exe"} /i {(pathname of client folder of current site)& “__Download\STD11.MSI”} transforms= & {(pathname of client folder of current site) & “__Download\officestd.mst /qb-!”}
client logs are in C:\Program Files (x86)\BigFix Enterprise\BES Client__BESData__Global\Logs – and yes, the quotes are definitely off. Also it’s got to be escaped since it’s in the action… try this.
wait {{pathname of system folder}\msiexec.exe /i {{pathname of client folder of current site}& “__Download\STD11.MSI” /transforms=&{{pathname of client folder of current site}&"__Download\officestd.mst" /qb-!