MSFN Forum: Have two consectutive installs going.. - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Have two consectutive installs going.. one of them takes forever to extract Rate Topic: -----

#1 User is offline   phil... 

  • Group: Members
  • Posts: 6
  • Joined: 17-March 09

Posted 17 March 2009 - 03:29 AM

So im new. Hi everybody! :hello:

and i need some help. Ok, so im using Windows Post-Installer and i have a ginormous app (Adobe CS4 Master) that i need to have extracting the whole time the other applications are installing (takes about an hour just to extract, not counting install time *sigh*). how might i do this?

This post has been edited by phil...: 17 March 2009 - 03:32 AM



#2 User is offline   TronBoRG 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 15-May 06

Posted 17 March 2009 - 04:01 AM

Hello and welcome :). Have you used Oleg Scherbakov's modified 7z SFX module? (http://7zsfx.solta.ru/en/). With it, you could possibly run one install with the nowait: prefix to run multiple installers at the same time as the first. It wouldn't work if two MSI's were trying to install at the same time though...

By the way, how is Adobe CS4 packaged? Could the install size be reduced, or could it be compressed with 7z/LZMA?

This post has been edited by TronBoRG: 17 March 2009 - 04:05 AM


#3 User is offline   phil... 

  • Group: Members
  • Posts: 6
  • Joined: 17-March 09

Posted 17 March 2009 - 04:06 AM

well, the issue im coming up with is that WPI goes in order and waits til each program is done installing to continue, im wanting CS4 to extract into a temp folder while other applications install. do you follow? i dont see how what you said could help my situation, so i thought i would clarify.

EDIT: And i have cs4 packed as a self extracting 7z right now, hence why it takes 30-1 hour mins to extract

This post has been edited by phil...: 17 March 2009 - 05:21 AM


#4 User is offline   TronBoRG 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 15-May 06

Posted 17 March 2009 - 05:25 AM

Here is an exampe of what my config would look like:

RunProgram="nowait:\"%%S\\AdobeCS4Installer.exe\""
RunProgram="\"%%S\\Installer1.exe\""
RunProgram="\"%%S\\Installer2.exe\""
RunProgram="\"%%S\\Installer3.exe\""
RunProgram="\"%%S\\Installer4.exe\""
RunProgram="\"%%S\\Installer5.exe\""

(%%S - full path to the SFX archive file)

This method would mean you running this SFX with WPI, as all the others will be child processes.

I am not sure if this is what you're looking for, maybe i'm misunderstanding.

This post has been edited by TronBoRG: 17 March 2009 - 05:28 AM


#5 User is offline   phil... 

  • Group: Members
  • Posts: 6
  • Joined: 17-March 09

Posted 17 March 2009 - 05:40 AM

Well theres one issue with doing it that way, it combines two installers into one exe. i want to stick with WPI and its list and options, ect, as much as possible. if there was the equivalent of that for WPI, thats what im looking for..

#6 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 17 March 2009 - 11:33 AM

Solution is to leave CS4 extracted on your DVD otherwise even if extraction starts
first and WPI continue in the same time to install other apps, the whole process
will be slow. Probably you have other applications with large size and heavy
compressed (like Nero).

This post has been edited by radix: 17 March 2009 - 11:35 AM


#7 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 17 March 2009 - 11:56 AM

Look the config.js script over. I think (AFAIK) it allows for several commands in-a-row to execute for a given selection. In addition, I believe each selection will be run-in-a-row. In other words, you can't "simultaneously" run several selections (WPI is sequential in nature?).

And I agree, if you can Extract the Install, it would speed the process up.

HTH

#8 User is offline   phil... 

  • Group: Members
  • Posts: 6
  • Joined: 17-March 09

Posted 17 March 2009 - 05:49 PM

ok, thanks for the advice guys. one more q, i dont suppose there is multi dvd support built-in somewhere in WPI is there?

#9 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 March 2009 - 06:13 PM

Actually there is...

Look at CDSwitch in the tools extra download.

#10 User is offline   phil... 

  • Group: Members
  • Posts: 6
  • Joined: 17-March 09

Posted 17 March 2009 - 06:32 PM

i am amazed yet again at just how awesome this program is. thanks

#11 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 18 March 2009 - 07:26 AM

I just added a new feature for 7.4.0, {RUNBG}, run in background, to start an installer but not wait for it to finish. WPI will continue on it's merry way while Adobe could be churning away in the background. But like someone else said, once you get 2 installers going at the same time, your computer will still slow down.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy