MSFN Forum: GuiRunOnce or RunOnceEX? - MSFN Forum

Jump to content



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

GuiRunOnce or RunOnceEX? Rate Topic: -----

#1 User is offline   xracer 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 17-April 04

Posted 20 April 2004 - 11:41 AM

Which would be best for use with XPC and how is it integrated into it? Examples?

There are certain applications I'd like to run silent during install, and in the case of Adobe 6 reader, it won't install at T13 (says XP must complete first).

Please be patient, noob behind wheel, but making progress. :)


#2 User is offline   Jono 

  • Member
  • PipPip
  • Group: Members
  • Posts: 284
  • Joined: 27-September 03

Posted 20 April 2004 - 12:07 PM

i use RunOnceEX it is very easy to integrate into the cd making process, simply follow the guide here http://unattended.msfn.org/ especially this page http://unattended.ms...p/runonceex.htm where it says C:\XPCD\$OEM$\ use \XPCREATE\FILESCD instead and make your $OEM$ Folders in FILESCD folder.

#3 User is offline   GreenMachine 

  • ineXPlicable
  • Group: Developers
  • Posts: 3,062
  • Joined: 22-August 03

Posted 21 April 2004 - 04:50 PM

I would say it is a matter of personal esthetic preference: both can accomplish the same installation results. RunOnceEx looks prettier, GuiRunOnce is simpler. I use RunOnceEx, as I have it all automated. If I were to do it by hand, I would certainly consider GuiRunOnce. My two cents ...

#4 User is offline   xracer 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 17-April 04

Posted 22 April 2004 - 07:07 AM

I can do complete installs without any issues now (not sure about the hotfixes), except that I can't seem to get any programs to install. My reg tweak is I think, but it seems to just skip over the program install. I only tried one to keep it simple.

Edit: I tried again with another program, but didn't install either. They are in the
C:\Install\Applications folder, so at least that's working right. Should they be extracted first?

cmdow @ /HID
@echo off

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 "%systemdrive%\install\prepare.cmd" /f

REG ADD %KEY%\005 /VE /D "ZoneAlarm" /f
REG ADD %KEY%\005 /V 1 /D %systemdrive%\install\Applications\ZoneAlarm\zlssetup_45_594_000.exe /s /noreboot /f

REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\!SafeProAllstart.reg" /f

REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

#5 User is offline   xracer 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 17-April 04

Posted 23 April 2004 - 09:27 PM

bump

Sorry, just trying to resolve this last issue as I can't seem to find the problem.

I can do complete installs without any issues now (not sure about the hotfixes), except that I can't seem to get any programs to install. It seems to just skip over the program install even though the install message pops up and looks like it's going to work. I only tried one app and reg tweak to keep it simple.

Edit: I tried again with another program, but didn't install either. They are in the
C:\Install\Applications folder after the OS is installed, so at least that's working right. Should they be extracted first?

cmdow @ /HID
@echo off

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 "%systemdrive%\install\prepare.cmd" /f

REG ADD %KEY%\005 /VE /D "ZoneAlarm" /f
REG ADD %KEY%\005 /V 1 /D %systemdrive%\install\Applications\ZoneAlarm\zlssetup_45_594_000.exe /s /noreboot /f

REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\!SafeProAllstart.reg" /f

REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

#6 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01

Posted 24 April 2004 - 06:14 AM

You forgot to close it off with quotations like every other REG ADD entry you have.

"%systemdrive%\install\Applications\ZoneAlarm\zlssetup_45_594_000.exe /s /noreboot" /f


#7 User is offline   xracer 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 17-April 04

Posted 24 April 2004 - 02:28 PM

AaronXP, on Apr 24 2004, 06:14 AM, said:

You forgot to close it off with quotations like every other REG ADD entry you have.

"%systemdrive%\install\Applications\ZoneAlarm\zlssetup_45_594_000.exe /s /noreboot" /f

:)

noobs.....thanks, I didn't notice that....nothing like cut and paste mistakes.

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