Hello All,
I'm having abit of trouble trying to install ProcessBook silently to a different location. We have this software installed on alot of machine around our site and I'm trying to automate the Install
I've followed that Knowledgebase articles and below is what im doing:
Run "setup.exe -f Silent.ini"
The .ini is then edited to include the line in bold.
[COMMANDLINE]
2 = /qn REBOOT=Suppress ALLUSERS=1
3 = /qn REBOOT=Suppress ALLUSERS=1
4 = /qn REBOOT=Suppress ALLUSERS=1 PI_SERVER=#### PI_ALIAS=localhost PI_TYPE=3 PI_PORT=5450 PI_USER=#### INSTALLDIR="C:\PIPC"
5 = /qn ALLUSERS=1 USING_EXUIH=1
;-----------------------
; single server example:
;-----------------------
6 = /qn REBOOT=Suppress ALLUSERS=1 TRANSFORMS=pisdk.mst PI_SERVER=localhost PI_TYPE=3 PI_USER=pidemo NOPISDKBuFFERING=1
;-------------------------
; list of servers example:
;-------------------------
; 3 = /qn IMPORT_KST=1 KST_INI_FILE="c:\full path\file.ini" ALLUSERS=1 REBOOT=Suppress
The setup runs fine and installs everything, however it still installs in C:/Program Files/PIPC
Has anyone else had a similar issue that they have working?
Regards
Mark