jrobi
Posts: 2
Joined: Tue Jan 09, 2018 3:39 pm

Pulse Secure with config file help

Hi there
I'm trying to figure out how to set up a Pulse Secure installer with the config file added.

I'm having trouble making heads or tails of how to do this with Advanced Installer (13.5)
https://kb.pulsesecure.net/articles/Pul ... le/KB40941

Should I be doing this in advanced installer or advanced repackager?
I have the config file
jrobi
Posts: 2
Joined: Tue Jan 09, 2018 3:39 pm

Re: Pulse Secure with config file help

basically, I need to add default.pulsepreconfig as a temp file and then run this command:

msiexec -i ps-pulse-win-5.3r4.1-b1183-64bitinstaller.msi configfile="%temp%\Default.pulsepreconfig" /qb

Can I execute via %temp%?

where do I even add the executables as above?
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Pulse Secure with config file help

Hello and welcome to our forums,

This could be done by using our "Prerequisites" support.

Just add the "ps-pulse-win-5.3r4.1-b1183-64bitinstaller.msi" file in "Prerequisites" page using the [New Package Prerequisite] option. Then, go to "Setup Files" tab and in the "Additional Files" section add the "Default.pulsepreconfig" file. Finally in the "Install Command Lines" fields use a command like this:

Code: Select all

configfile=Default.pulsepreconfig /qb
Let us know if this helped.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”