Jump to content

WPI_2.7_Final by the Brain & Gresh


Recommended Posts

whats the difference betwen what i posted and what you posted?

(and how do i test this file??)

edit: this is what i'm using now:

for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\WIN51 set CDROM=%%i

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Windows Post-Install Wizard" /f

REG ADD %KEY%\001 /VE /D "Preparing Windows Post-Install Wizard..." /f
REG ADD %KEY%\001 /V 1 /D "%CDROM%\WPI\WPI.hta" /f

EXIT

Link to comment
Share on other sites


Hi

yours has this in it mine does not, see red

REG ADD %KEY%\001 /V 1 /D "%CDROM%\WPI\WPI.hta" /f

I dont know if it works like that but i can check. have just checked and yours does also work so there is no difference. I check the registry at

HKey_Local_Machine\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001

and just see what the contents are, see below, if the syntax looks ok then it more than often is good to go. but dont forget to delete this entry otherwise with a new start it will start installing :D

post-70-1102605332_thumb.png

Link to comment
Share on other sites

what we have to change in config.js if we want to make a particular item hidden in the list and which is selected by default.imean that item shld not be in the display window and it will install silently.

Link to comment
Share on other sites

ref:-http://www.msfn.org/board/index.php?showtopic=28188

this thread is abt installing open office which is in compressed format unattendly.but there r 2 steps in this process.one is software other is response.txt.

i want to use it with wpi.how to combine them. imean how to use exe file and response.txt in wpi.there they r using RunonceEX.cmd method.

i want wpi method

help pls

Link to comment
Share on other sites

if i'm using wpi with the %systemdrive% variable, instalation goes perfectly.but if i want to use it later, from cd only, it won't work... i tried :

cmdow @ /HID

@echo off

FOR %%d IN (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) DO IF EXIST %%d\CD.TXT SET CDROM=%%d

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f

REG ADD %KEY%\001 /V 1 /D "%CDROM%\install\wpi\WPI.hta" /f

if the cdrom it s not the first cddrive in my pc, wont' work

could anyone explain the cmdline to use with diskpath='root' ???

tried:

cmd1[pn]=['\\Install\\install\\winrar\\setup.exe -s']

cmd1[pn]=['root','\\Install\\install\\winrar\\setup.exe -s']

cmd1[pn]=['%root%\\Install\\install\\winrar\\setup.exe -s']

cmd1[pn]=['','\\Install\\install\\winrar\\setup.exe -s']

not working

10x

Link to comment
Share on other sites

Ok, I just finished my Real-World test of the WPI loading scheme we were discussing above. It works great, with one major problem:

Once I select the programs I want to install from WPI, and then click Install, the RunOnceEx window pops up, and on the list, along with the programs I selected, is "Preparing Windows Post-Install Wizard...".

I don't know why it is on that list, as it should have been finished already (after all, WPI loaded!)

How do I remove it from the list? (And no, I don't call WPI from anywhere else besides the files listed below)

Here's my files:

[COMMANDS]

"REGEDIT /S ..\Tweaks\RegTweaks.reg"

"..\WPI\WPI.cmd"

cmdow @ /HID

@ECHO OFF

for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\WIN51 set CDROM=%%i

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Windows Post-Install Wizard" /f

REG ADD %KEY%\001 /VE /D "Preparing Windows Post-Install Wizard..." /f

REG ADD %KEY%\001 /V 1 /D "%CDROM%\WPI\WPI.hta" /f

EXIT

Link to comment
Share on other sites

Not a big deal just rem it out.............

cmdow @ /HID

@echo off

FOR %%d IN (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) DO IF EXIST %%d\CD.TXT SET CDROM=%%d

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REM REG ADD %KEY%\001 /VE /D "just rem me out..." /f

REG ADD %KEY%\001 /V 1 /D "%CDROM%\software\wpi\WPI.hta" /f

EXIT

Link to comment
Share on other sites

help:-http://www.msfn.org/board/index.php?showtopic=28125&view=findpost&p=233501

and if i want to task kill an application after installation(like adaware,yahoo messenger).where and what to add config.js

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...