You are here

Install/update apps ASAP

2 posts / 0 new
Last post
milsabords
Offline
Last seen: 3 months 2 weeks ago
Joined: 2012-05-27 06:38
Install/update apps ASAP

Hi,
Would you consider launching/queuing the install/upate of portable apps right after they have been dowloaded, and removing the paf.exe file once the install/update is finished ?
Doing the downloads and the installs in concurrent threads would drastically reduce the time it takes, and the temporary disk space used by nsq*.tmp.

John T. Haller
John T. Haller's picture
Online
Last seen: 7 min 51 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Single Process, Coming Soonish

Unfortunately, NSIS, the scripting language the updater is written in, is single process, so we couldn't monitor each install as it's occurring alongside the download. We'd want to ensure only a single install is running at a time for performance reasons (running multiple installers in parallel to a slower USB drive often causes them to install quite a bit slower than running them serially) and be able to get the details of whether they are still in progress or returned an error back to the updater. I'm working on a solution for this for a later release. I just realized it hadn't been added to upcoming features so I've added it: https://portableapps.com/node/28593

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments