You are here

Install *Everything* ability?

8 posts / 0 new
Last post
nmanguy
Offline
Last seen: 14 years 3 months ago
Joined: 2008-02-16 19:44
Install *Everything* ability?

Hey everyone, it's been a while, but it looks like there's a crapload of apps now. So... does anyone know a fast way to install everything into the suite? It would literally take hours to install it all manually, and the "Standard" suite version only has 10 apps or so.

I looked at the 2.0 beta updater, but it seems to only update the apps you've already installed, and not actually install new ones.

Simeon
Simeon's picture
Offline
Last seen: 10 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
the updater

already has this ability but you need some code reading and programming skills to get it to work. the official release of this will be with the next menu releases I guess.

EDIT:
Just run the Updater from the console by typing: X:\PortableApps\PortableApps.com\PortableAppsUpdater.exe /MODE=ADD and you'll get a complete list of all apps.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

nmanguy
Offline
Last seen: 14 years 3 months ago
Joined: 2008-02-16 19:44
It works! Awesome, thanks.

It works! Awesome, thanks. Sure, it requires the CLI, and then clicking everything, but 90 seconds is one hell of a lot easier than 90 minutes.

robertltux
Offline
Last seen: 8 years 7 months ago
Joined: 2007-05-11 19:11
any way to set the run to

any way to set the run to install silently??

(for that matter is there a listing of the various switches??)

Simeon
Simeon's picture
Offline
Last seen: 10 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
some

newer installers do that if run by the installer, the older ones dont.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Darkbee
Darkbee's picture
Offline
Last seen: 4 years 12 months ago
Joined: 2008-04-14 09:41
question

Do you actually need to install everything, or are you just curious to try out the various (new) apps?

solanus
solanus's picture
Offline
Last seen: 10 years 6 months ago
Joined: 2006-01-21 19:12
There's a way to trick the installer

The installer only looks for two things when it looks for apps to update:
1. A folder with the correct name
2. The version number in the appinfo.ini file

The trick takes a little effort, and a little knowledge, but it works.

Create the following:
X:\PortableApps\BlankPortable\App\Appinfo\appinfo.ini

All you need in the appinfo.ini file is
[Version]
PackageVersion=0.0.0.0
DisplayVersion=0.0.0

Copy the BlankPortable folder and its contents for as many apps as you need installed.

Rename each folder to the name it would have if it were actually installed.
Typically, that's AppNamePortable, with no spaces.

Now, when you run the Updater, it will think you have these apps installed. Since it thinks the version is 0.0.0.0, it will also think they need updating!

Here's a bunch of the correct folder names:
AudacityPortable
FilezillaPortable
FirefoxPortable
GIMPPortable
InkscapePortable
InfrarecorderPortable
Notepad++Portable
OpenOfficePortable
ThunderbirdPortable
VLCPortable

As for the others, you can pretty much follow the pattern.

I know that the next beta or release will have the ability to choose apps you haven't installed, but that could be a long time.

EDIT: I'll likely create an exe that automatically makes these folders and files...

I made this half-pony, half-monkey monster to please you.

John T. Haller
John T. Haller's picture
Online
Last seen: 21 min 41 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
No Need

The ability to handle this is already in the plans.

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

Log in or register to post comments