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
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