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
 
      
 Visit the Community page
 Visit the Community page Join our forums
 Join our forums Subscribe to our email newsletter
 Subscribe to our email newsletter Subscribe with RSS
 Subscribe with RSS Follow us on BlueSky
 Follow us on BlueSky Follow us on Facebook
 Follow us on Facebook Follow us on LinkedIn
 Follow us on LinkedIn Follow us on Mastodon
 Follow us on Mastodon
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