You are here

Installing without wizard

2 posts / 0 new
Last post
masschel
Offline
Last seen: 1 year 5 months ago
Joined: 2023-06-19 03:19
Installing without wizard

Hi,

Is there a way to install a PortableApps installer without wizard? I would like to create a script with a bunch of PortableApps installers without the user have to go through the installer wizard for all of them. I'm looking for sth like for instance:

NSISPortable_3.08.0.6_English.paf.exe -d "/dst_folder/"
AnotherAppPortable_3.08.0.6_English.paf.exe -d "/dst_folder/"

Cheers,

Bart

SimonGeek
Offline
Last seen: 1 year 1 month ago
Joined: 2022-07-24 01:22
The /S value on the command line

Try "PortableInstallerName.exe /S”

The PortableApps.com Installer is made via NSIS, the /S value on the command line allows for a silent install.

Set "/D=c:\install\dir" to decide where to extract the package.

You can automate this with a batch file

Log in or register to post comments