R
Rabbit991
Guest
I have a MDT installation I am working on. All other programs work well. This line installs the PULSE Secure app, but does not take the config file as noted.
Verified the file is there, the spelling is correct. If I put single or double quote around the name of the config file, the program does not even install.
ideas?
Start-Process msiexec.exe -WorkingDirectory "$($workingDir)\Pulse_Secure\g_01064_pulse-secure_vpn-ssl-client-9.0.1731_en_30\Sourcesx64\" -Wait -ArgumentList "/i ps-pulse-win-9.0r4.0-b1731-64bitinstaller.msi CONFIGFILE=Default_New.pulsepreconfig /qb"
More...
Verified the file is there, the spelling is correct. If I put single or double quote around the name of the config file, the program does not even install.
ideas?
Start-Process msiexec.exe -WorkingDirectory "$($workingDir)\Pulse_Secure\g_01064_pulse-secure_vpn-ssl-client-9.0.1731_en_30\Sourcesx64\" -Wait -ArgumentList "/i ps-pulse-win-9.0r4.0-b1731-64bitinstaller.msi CONFIGFILE=Default_New.pulsepreconfig /qb"
More...