MSFN Forum: RunonceexMaker - 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
  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

RunonceexMaker Rate Topic: ***** 1 Votes

#1 User is offline   echap2000 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 18-October 03

Posted 20 February 2005 - 08:20 AM

Voici la nouvelle version de RunonceexMaker: 0.8

Les changements:
-> Enregistrement sous .XML pour Xplode dernière version
-> Correction de bug

Here is the new version of RunonceexMaker : 0.8

Changelog:

-> Xplode output last version
-> Bug correction


Posted Image

You have just to introduce application name in the first column, its parameter in this second column and finally a brief description (like its name for ex)

Example:
Posted Image

Posted Image

Here is the code generated when you save to .BAT output.
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:\cd.txt SET CDROM=%%i:
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Application Installation" /f
REG ADD %KEY%\000 /VE /D "Messenger 7" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\MSN.exe /qn" /f
  
REG ADD %KEY%\003 /VE /D "MSN++" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\msnplus.exe /silent" /f
REG ADD %KEY%\003 /V 2 /D "regedit /s %systemdrive%\install\msnreg.reg " /f
  
REG ADD %KEY%\006 /VE /D "Winrar" /f
REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\winrar.exe /S" /f
  
REG ADD %KEY%\009 /VE /D "Winamp" /f
REG ADD %KEY%\009 /V 1 /D "%systemdrive%\install\winamp.exe /S" /f




Only one file , you don't have to install, just execute it :
Download here

Ce logiciel est contribué à Windows Website

This post has been edited by echap2000: 26 January 2006 - 05:41 AM



#2 User is offline   Kalachnipov 

  • Group: Members
  • Posts: 8
  • Joined: 17-February 05

Posted 20 February 2005 - 08:49 AM

Super en francais bravo mec ;)

#3 User is offline   echap2000 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 18-October 03

Posted 20 February 2005 - 10:14 AM

au fait si tu ne t'en sors pas trop, tu peux consulter le site unattended pour les francophones à l'adresse http://www.win-web.be ;)

#4 User is offline   FeTT! 

  • Vive le Québec!
  • PipPip
  • Group: Members
  • Posts: 136
  • Joined: 10-January 05

Posted 20 February 2005 - 10:38 AM

Merci!

#5 User is offline   jacksont123 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 06-February 05

Posted 20 February 2005 - 11:18 AM

can u please make this in english

#6 User is offline   Mekrel 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 372
  • Joined: 17-November 04

Posted 20 February 2005 - 11:30 AM

I would like to see how your program deals with enclosed quotation marks ie

having to use the escape char ( \" ) when nested quotations occur.

#7 User is offline   echap2000 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 18-October 03

Posted 22 February 2005 - 02:57 AM

version 0.2 will be avalaible this week.

Changelog :
-> Load & save project (runonceex.cmd)
-> Precising the gap
-> Two languages : french & english


Other suggests ??

#8 User is offline   jacksont123 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 06-February 05

Posted 22 February 2005 - 05:00 AM

k
thank u

#9 User is offline   `Felix` 

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

Posted 22 February 2005 - 09:33 AM

echap2000, on Feb 22 2005, 04:57 PM, said:

version 0.2 will be avalaible this week.

Changelog :
-> Load & save project (runonceex.cmd)
-> Precising the gap
-> Two languages : french & english


Other suggests ??
<{POST_SNAPBACK}>


Hi there echap,

I will give you some feedback and suggestions once i am able to get a look at the english version. The screen shots look good! I have been giving eagle (RunOnceEx Creator) feedback, and he has been including them, however he had not been very active lately with updates and bug fixes. Pitty really as he has the making of a good product. I hope any information i can give you will be helpful and let see if we can make this the defacto tool for use. :thumbup

#10 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 22 February 2005 - 10:23 AM

maybe consider adding %CDROM% support. All that you'd need in the GUI is a checkbox, and then when writing the script just write the FOR loop just after the TITLE line.

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:\CD.txt SET CDROM=%%i:


Besides that i just have one correction for you..
regedit /s %systemdrive%\install\msnreg.reg

REGEDIT would be the program to execute, with /s %systemdrive%
install
msnreg.reg in the Paremeters field.

#11 User is offline   ArmyDoc 

  • Junior
  • Pip
  • Group: Members
  • Posts: 83
  • Joined: 24-April 04

Posted 22 February 2005 - 03:46 PM

A question:

How is the program able to distinguish between a new and follow-up entry? What I mean is, how does the program know when to create a key with the same keynumber (ie %KEY%/xxx) but higher values after the /V, and when to create a key with a higher keynumber.
From your screenshots I'm guessing a new keynumber is triggered when data is entered in the description field, correct?

#12 User is offline   echap2000 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 18-October 03

Posted 23 February 2005 - 02:32 AM

New version 0.2 is avalaible/. Look at the first post updated. (don't forget to refresh to get new images)

`Felix`
---------
Here is the english version ... Look at the first post updated. (don't forget to refresh to get new images). Thank you for your future suggestion


Alanoll
--------
When I updated the program at home, I didn't read your suggest.. But it will be added in the next version.
Thank you for correction about Regedit :D . It will also be corrected in the next screenshot (v0.3)

ArmyDoc
--------
Yes! Correct ..
It's logical that you don't have to enter the same description , so when you don't enter anything in the description field, the application creates automatically the same number but a higher number for /v switch

#13 User is offline   `Felix` 

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

Posted 23 February 2005 - 02:55 AM

echap2000, on Feb 23 2005, 04:32 PM, said:

New version 0.2 is avalaible/. Look at the first post updated. (don't forget to refresh to get new images)

`Felix`
---------
Here is the english version ... Look at the first post updated. (don't forget to refresh to get new images). Thank you for your future suggestion


Thanks for the speedy response!

Suggestions:

some arrow buttons so that you can highlight a task and move it to where ever you like in the list - to change the order. The other option would be to be given an option for task number then it would put it in the correct place. And finally if you select (highlight) a task when you add a new task it should add the new task after the selected task. :thumbup

#14 User is offline   echap2000 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 18-October 03

Posted 23 February 2005 - 03:04 AM

you can move a row .. but , you can't yet "insert" a row.. nice suggestion

#15 User is offline   Mekrel 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 372
  • Joined: 17-November 04

Posted 23 February 2005 - 11:14 AM

When i try to open RunonceEx.cmd I get an error?

#16 User is offline   echap2000 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 18-October 03

Posted 24 February 2005 - 02:40 AM

it's normal.. because, when you create your runonceex.cmd , you must USE this application. It's also generate a second file called : runonceex.ini . When You open runonceex.cmd , it looks for runonceex.ini. If this file exists, the application read it. And open the project. So, you can open runonceex.cmd if it's created by this application and if .ini file is with it's .cmd

#17 User is offline   `Felix` 

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

Posted 26 February 2005 - 05:33 AM

Ok have been doing some testing (v0.2), first thing is that if you currently have a RunOnceEx.cmd file - you get an error if you try to open it (This is with the english lang turned on).
Second, there is no.ini being written, and so the language setting etc is not kept.

It would be worth you having a look at RunOnceEx Creator as most of us have given feedback on that and there is a lot of good stuff in there that you could and should include on runonceex maker.

Hope this feedback helps

#18 User is offline   echap2000 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 18-October 03

Posted 26 February 2005 - 02:20 PM

Application updated ! :)

v0.3 with some adds. See first post.

#19 User is offline   iwod 

  • Member
  • PipPip
  • Group: Members
  • Posts: 265
  • Joined: 26-March 04

Posted 26 February 2005 - 03:34 PM

super good. May i ask what is it programed in?

Delphi?

#20 User is offline   echap2000 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 18-October 03

Posted 26 February 2005 - 03:35 PM

c++ builder 6

Share this topic:


  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • 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