Switches with action script

Hi Team,

I’m running into a bit of a challenge with an application install.
I’m trying to install SAP LiveOffice

reference:
https://www.itninja.com/software/sap/businessobjects-live-office/4-3921

https://help.sap.com/viewer/df8899896b364f6c880112f52e4d06c8/4.2.3/en-US/027d9de0-7b77-42bf-8599-3f98a60e2a81.html

prefetch 3dde14a20bd25e915730f2cd5a19a1fe2accf066 sha1:3dde14a20bd25e915730f2cd5a19a1fe2accf066 size:246937915 http://TheCookieFactory.com/51050613_5.ZIP.tmp sha256:b3cac430a68f9332e44a883c637a63d595a884718a99e476bd7c879ddeffe1ec
extract 3dde14a20bd25e915730f2cd5a19a1fe2accf066

//  - This unzip is a compiled verion of unzip v5.52
prefetch unzip.exe sha1:e1652b058195db3f5f754b7ab430652ae04a50b8 size:167936 http://software.bigfix.com/download/redist/unzip-5.52.exe

// Add unzip.exe to the client utility cache
if {exists file (pathname of client folder of current site & "\__Download\unzip.exe")}
    utility __Download\unzip.exe
endif

//Unprovisioning clients 
waithidden __Download\unzip.exe -o "{pathname of client folder of current site}\__Download\51050613_5.ZIP " -d "{pathname of client folder of current site}\__Download"

dos taskkill /F /IM excel.exe
dos taskkill /F /IM winword.exe
dos taskkill /F /IM powerpnt.exe
dos taskkill /F /IM outlook.exe

waithidden __Download\SBOP_BI_PLAT_4.2_SP2_CLNT_WIN_\DATA_UNITS\LiveOffice\setup.exe -r response.ini

So my question really is, when I use the switches like -r and the path of -r do they need to go in quotes.?

The funny thing is that it shows completed with exit code 0 and the application is not installing.
so first I checked if it was uncompromising (first time using it btw) so yes, its there
then I check the path in the client:
C:\Program Files (x86)\BigFix Enterprise\BES Client\__BESData\CustomSite_Desktop_-2d_SuperUser\__Download\SBOP_BI_PLAT_4.2_SP2_CLNT_WIN_\DATA_UNITS\LiveOffice\setup.exe
thats the location so, it seems right.

I dont know what else to do :persevere:

Any help greatly appreciated.

The setup.exe may make assumptions about the relative path of response.ini. Where is response.ini located? Without a pathname, it may assume the file is in the working directory (which would be __BESData\Sitename, and fail because the file is not there.

If you supply the fully-qualified path to response.ini, you will almost certainly need to quote the path as there would be spaces in the folder path.

got it thank you Jason, I’m still running into problems. but I dont think it has to do anything with BigFix at this point. the application shows installed.