MSFN Forum: Easy RunOnceEx.cmd - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 20 Pages +
  • « First
  • 16
  • 17
  • 18
  • 19
  • 20
  • You cannot start a new topic
  • You cannot reply to this topic

Easy RunOnceEx.cmd Rate Topic: -----

Poll: Do you want it to be easy to create RunOnceEx.cmd (2046 member(s) have cast votes)

Do you want it to be easy to create RunOnceEx.cmd

  1. Yes (1670 votes [91.61%])

    Percentage of vote: 91.61%

  2. No (33 votes [1.81%])

    Percentage of vote: 1.81%

  3. What whould be the function? (60 votes [3.29%])

    Percentage of vote: 3.29%

  4. Maybe (60 votes [3.29%])

    Percentage of vote: 3.29%

Vote Guests cannot vote

#341 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 11 September 2005 - 11:49 AM

First post updated to see which programs are currently in the database


#342 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 16 September 2005 - 06:47 PM

Updated first post to let the people see that the project still lives and so that they can check what they can expect in the future version

#343 User is offline   nonobis 

  • Group: Members
  • Posts: 8
  • Joined: 22-September 05

Posted 22 September 2005 - 04:29 AM

Yahoo :thumbup

Great soft !

#344 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 22 September 2005 - 09:07 AM

nonobis, on Sep 22 2005, 04:29 AM, said:

Yahoo  :thumbup

Great soft !
<{POST_SNAPBACK}>

Thanks. glas to hear this :w00t: :w00t:

#345 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 27 September 2005 - 04:00 PM

Would anybody like that i expand my tool to easily create the xml-file used by XMLInst by PryGuy?

p.s. if you do/don't want it, please send me a pm to keep this topic a bit clean. i will then update the first post to see the counts.

#346 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 28 September 2005 - 06:09 AM

The website of RunOnceEx.cmd Creator has ben finished (and will be updated). You can find it here

#347 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 28 September 2005 - 04:26 PM

On the website, it now is possible to add your own programs to the database.
WARNING: please be sure to check if it isn't already in the database and also check the user added programs list. (that is the list of programs that i have to add to the main-program database)

#348 User is offline   alekc 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 08-April 05

Posted 29 September 2005 - 03:58 AM

Hmm, thx for the prog, but it seemes that it has some problem in parsing multiple lines. For example if you try to open RunOnceEx.cmd from http://unattended.msfn.org/intermediate/me...s/runonceex.htm you will see that it makes an error on entries like
REG ADD %KEY%\010 /VE /D "Alcohol 120" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f
REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f


#349 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 29 September 2005 - 04:04 AM

alekc, on Sep 29 2005, 03:58 AM, said:

Hmm, thx for the prog, but it seemes that it has some problem in parsing multiple lines. For example if you try to open RunOnceEx.cmd from http://unattended.msfn.org/intermediate/me...s/runonceex.htm you will see that it makes an error on entries like
REG ADD %KEY%\010 /VE /D "Alcohol 120" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f
REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

<{POST_SNAPBACK}>

Please make sure that u are using version 2.6.1.0 that is the only correct working version. (just checked it with the file from your link). so nothing is broken in that version......

#350 User is offline   alekc 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 08-April 05

Posted 29 September 2005 - 04:27 AM

Posted Image

File which i open
cmdow @ /HID
@echo off

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

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

REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f

REG ADD %KEY%\010 /VE /D "Alcohol 120" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f
REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

REG ADD %KEY%\015 /VE /D "Diskeeper 8" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /f

REG ADD %KEY%\020 /VE /D "DU Meter 3" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\dumeter3.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\025 /VE /D "IsoBuster 1.5" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\IsoBuster1.5.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\025 /V 2 /D "taskkill /F /IM isobuster.exe" /f

REG ADD %KEY%\030 /VE /D "Kerio Personal Firewall 2.1.5" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\KPF\Setup.exe -s" /f

REG ADD %KEY%\035 /VE /D "MDAC 2.7 SP1 Hotfix" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\mdac\mdac.cmd" /f

REG ADD %KEY%\040 /VE /D "MSN Messenger 6.1" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\MSN_Messenger_6.1.0202.msi /qn" /f

REG ADD %KEY%\045 /VE /D "Nero Burning ROM 5.5" /f
REG ADD %KEY%\045 /V 1 /D "REGEDIT /S %systemdrive%\install\nero\register.reg" /f
REG ADD %KEY%\045 /V 2 /D "%systemdrive%\install\Nero\Nero551054.exe /silent /noreboot" /f

REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.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

And runonce cmd creator transofrm it in this mode if i save:
cmdow @ /HID
@Echo Off

FOR %%i 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 %%i:\win51ip.SP2 SET CDROM=%%i:

SET PP=%cdrom%\Apps\

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

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

REG ADD %KEY%\000 /VE /D "Adobe Reader 6" /f
REG ADD %KEY%\000 /V 1 /D "%PP%%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f
REG ADD %KEY%\000 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

REG ADD %KEY%\001 /VE /D "Diskeeper 8" /f
REG ADD %KEY%\001 /V 1 /D "%PP%%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /f

REG ADD %KEY%\002 /VE /D "DU Meter 3" /f
REG ADD %KEY%\002 /V 1 /D "%PP%%systemdrive%\install\dumeter3.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\002 /V 2 /D "taskkill /F /IM isobuster.exe" /f

REG ADD %KEY%\003 /VE /D "Kerio Personal Firewall 2.1.5" /f
REG ADD %KEY%\003 /V 1 /D "%PP%%systemdrive%\install\KPF\Setup.exe -s" /f

REG ADD %KEY%\004 /VE /D "MDAC 2.7 SP1 Hotfix" /f
REG ADD %KEY%\004 /V 1 /D "%PP%%systemdrive%\install\mdac\mdac.cmd" /f

REG ADD %KEY%\005 /VE /D "MSN Messenger 6.1" /f
REG ADD %KEY%\005 /V 1 /D "%PP%%systemdrive%\install\MSN_Messenger_6.1.0202.msi /qn" /f
REG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\Nero\Nero551054.exe /silent /noreboot" /f

REG ADD %KEY%\006 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\006 /V 1 /D "%PP%REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

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

REG ADD %KEY%\008 /VE /D "" /f
REG ADD %KEY%\008 /V 1 /D "%PP%" /f

REG ADD %KEY%\009 /VE /D "" /f
REG ADD %KEY%\009 /V 1 /D "%PP%" /f

REG ADD %KEY%\010 /VE /D "" /f
REG ADD %KEY%\010 /V 1 /D "%PP%" /f

EXIT


#351 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 29 September 2005 - 09:16 AM

alekc, on Sep 29 2005, 04:27 AM, said:

<snip>
File which i open
<snip>
And runonce cmd creator transofrm it in this mode if i save:
<snip>
<{POST_SNAPBACK}>

Ok. I see the problem now. i will change this in the upcomming version. (also, the updater will be available then) will be available in about 2 days....

#352 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 02 October 2005 - 10:31 AM

alekc, on Sep 29 2005, 04:27 AM, said:

<snip>
File which i open
<snip>
And runonce cmd creator transofrm it in this mode if i save:
<snip>
<{POST_SNAPBACK}>


Release Cliënt 2 has been released and is downloadable by clicking on the link in my signature and the choose Where to get? on the left ide.

Please report any bugs on my project website (see the second link in my signature)

#353 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 08 October 2005 - 04:56 PM

New Release. Release Client 3. (see the first post for the details)

#354 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 28 October 2005 - 12:30 AM

View Posteagle00789, on Aug 17 2004, 10:00 PM, said:

Thx, but i'm happy do create it. i have no use for it anymore, because i already switched to xplode (for wich i'm going to create an xml-writer program)


Hey Eagle,

Any news on your xml-writer to work with xplode yet? :)

#355 User is offline   eagle00789 

  • MSFN NutCase
  • PipPip
  • Group: Members
  • Posts: 281
  • Joined: 06-August 04

Posted 28 October 2005 - 04:52 AM

if you have the latest RunOnceEx.cmd Creator, you can save as .xml file for XPLode. just choose save and then save as type is XPlode file
Only loading of an XPlode file is still not supported.
Also, i don't know yet if there are any major changes to the new file-layout with the newwest XPlode, because im still on an old version.

#356 User is offline   eyeball 

  • Have you tried turning it off and on again?
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,150
  • Joined: 28-October 05

Posted 31 October 2005 - 05:30 AM

This is an amazing program i love it!!
a suggestion....
can u make it so that you can just drag a runonceex.cmd into the program window and it loads it? i would find this very useful as im sure others would
thanks

EDIT: also just found out that copernic desktop search (copernicdesktopsearch.exe) installs silently with /s switch :)

This post has been edited by eyeball: 31 October 2005 - 05:57 AM


#357 User is offline   itsme_4ucz 

  • Newbie
  • Group: Members
  • Posts: 48
  • Joined: 01-September 03

Posted 16 November 2005 - 11:37 PM

Any development ?

#358 User is offline   Silvio6 

  • Group: Members
  • Posts: 3
  • Joined: 03-December 05

Posted 03 December 2005 - 03:42 PM

Hello,

I dunno why, it doesn't seem to work with kazaa lite resurrection 0.7.6E

I mean, the /silent switch doesn't work, could you update your database with the new switch ?(which i don't know !!)

Thanks, yur program is Awesome :-)

#359 User is offline   chercm 

  • Group: Members
  • Posts: 4
  • Joined: 09-December 05

Posted 09 December 2005 - 05:43 PM

can u add firefox 1.5 and symantec antivirus corp edition 10.0.2.200?

#360 User is offline   chercm 

  • Group: Members
  • Posts: 4
  • Joined: 09-December 05

Posted 09 December 2005 - 06:13 PM

after running the importing command , how to merge the programs into the winxp cd ?

Share this topic:


  • 20 Pages +
  • « First
  • 16
  • 17
  • 18
  • 19
  • 20
  • 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