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
  • 4
  • You cannot start a new topic
  • You cannot reply to this topic

RunonceexMaker Rate Topic: ***** 1 Votes

#41 User is offline   neo_3333 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 11-June 04

Posted 06 March 2005 - 08:05 PM

echap2000,

Great App. It would be good if it could save to inf format.


#42 User is offline   echap2000 

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

Posted 07 March 2005 - 02:16 AM

what do you mean by INF format?

#43 User is offline   iwod 

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

Posted 09 March 2005 - 12:58 PM

I think there is either a bug in loading part. I check the .cmd file and everything was ok. But when i load it up in Runoncecmd - either some filed are deleted ( not loading up ) or some extra field is added.

With my current Set i can reproduce the problem every time. How can i send the sample to you?

Edit: OK.. it is the .ini file that is causing problem. Which is different to .cmd file.

#44 User is offline   echap2000 

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

Posted 10 March 2005 - 02:25 AM

in the next version, we could load a CMD file (without ini file), with undo / redo system, with auto-add row ,with autosave parameters into registry and get them everytime we execute the program, and with other new changes..

#45 User is offline   echap2000 

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

Posted 11 March 2005 - 04:26 PM

yes! , first topic updated

Voici la nouvelle version de RunonceexMaker: 0.4

Les changements:
-> Insertion automatique de ligne en appuyant sur la touche Enter
-> Possibilités de faire jusqu'à 1000 undo & redo
-> Système d'édition intelligent pour réduire les erreurs:
Par exemple:
Quand on sauvegarde ou qu'on change de ligne,
==> L'application vérifie automatiquement le nom du fichier.
S'il trouve un espace dans le nom sans le \" , il les ajoute. Donc c:\program files\file.Exe sera converti en \"c:\program files\file.Exe\"
==> L'application convertie automatiquement tous les " en \"

-> On peut charger un fichier runonceex sans son fichier ini/inf! donc, il vous est possible de charger/sauver sans fichier complémentaire. Vous allez travailler seulement avec un fichier .CMD
-> Sauvegarde des paramètres automatiques dans le registre (le pas, le numéro de commencement, la valeur du CDROM etc)
-> Ajout des nouvelles options : numéro de commencement, le chemin commun des applications.


Here is the new version of RunonceexMaker : 0.4

Changelog:
-> Auto inserting row by pressing Enter Key
-> up to 1000 undo & Redo possibilities
-> Intelligent editing system to reduce errors:
For example :
when saving or changing row,
==>the application checks automatically file name.
if a space founded without \" , it adds them. So c:\program files\file.exe will be converted into \"c:\program files\file.exe\"
==>the application converts automatically all " into \"

-> We can load a runonceex file without its ini/inf file! , so it's possible to load / save without complementary file . you will work only with .cmd file
-> Automatically saving parameter (gap, beginning number, CDROM value etc) into the registry
-> Add some options : Beginning number, application common path,

#46 User is offline   echap2000 

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

Posted 12 March 2005 - 04:41 PM

can moderator change the title to RunonceexMaker ?
thanks

#47 User is offline   jelli 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 22-August 04

Posted 13 March 2005 - 12:18 PM

WOW!!! What an amazing app this has helped me so much i have now gone into this method due to the complexity of Xplode and the lack of time available to myslef.

Thank you so much thanks to this app i have configured my XP cd to install a mass of porgrams. Keep updating and supporting it please, i would hate to see this program left out on the side streets.

Thumbs up for this program! :thumbup

#48 User is offline   `Felix` 

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

Posted 13 March 2005 - 10:25 PM

hi Echap,

Just doing some testing with v0.4. Here is some feedback for you.

1. Can we add a variable under the
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:
line that is PP=Application Common Path and then instead of adding the application common path to each filename entry you just insert %PP% - this way for manual editing of the common path you simply change it as the start of the file... makes life easier. [PP = Program Path]

2. If you maximize the Runonceexmaker the input area doesn't scale with the screen size... stays at 800x600. Would be good if it automatically sizes based on the window size.

3. some of the entries in my current RunOnceEx.cmd file are being loaded to the parameter input field instead of the filename input field.. Have move things around and can not determine why this is happening... example is below.
REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f
REG ADD %KEY%\000 /V 1 /D "%PP%prepare.cmd" /f
If i edit this line in Runonceexmaker v0.4 and then save and view the file the code is as follows:
REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f
REG ADD %KEY%\000 /V 1 /D "%PP%prepare.cmd " /f
As you can see no real change to the format etc... the only thing i can guess is that the %PP% is confusing the application.

4. Some of the Descriptions get lost when i load my current (manually created) runonceex.cmd file - for example the title for Free Download Manager.

5. Some entries are lost all together. ???

I have attached my runonceex.cmd file for you to test against so you can see the errors yourself. Also attached is runonceex1.cmd - this file was created by loading my original runonceex.cmd file and then simply saving as runonceex1.cmd - you will be able to see the differences....

All other changes and additions are GREAT!!! thankyou for your hard work!!!!

Wish List:
Add database function to the runonceexmaker so that we can add all common applications into it to make life easier... then we can insert from the database to make populating the runonceex.cmd file faster... I would be more than happy to help populate the database and i would even be happy to maintain it (i can do english only)

Well i hope all this information is helpful.

Attached File(s)



#49 User is offline   echap2000 

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

Posted 14 March 2005 - 04:24 AM

Quote

1. Can we add a variable under the "for" line that is PP=Application Common Path and then instead of adding the application common path to each filename entry you just insert %PP% - this way for manual editing of the common path you simply change it as the start of the file... makes life easier. [PP = Program Path]

Sure! :)

Quote

2. If you maximize the Runonceexmaker the input area doesn't scale with the screen size... stays at 800x600. Would be good if it automatically sizes based on the window size.
Oups!. I forgot to attribute to "Align" => alClient value !.. sorry

Quote

3. some of the entries in my current RunOnceEx.cmd file are being loaded to the parameter input field instead of the filename input field.. Have move things around and can not determine why this is happening

I know why!
Because, the program suppose that you have always got File name AND parameter ... Hummmm..

So, it divides the line into 2 parts :
Filename and Parameter. Only "blank" character separate the line..

Filename parameter

So , as you have no space, the program puts "blank" character in filename field, and the reste in parameter field..

in your code
REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f
REG ADD %KEY%\000 /V 1 /D "%PP%prepare.cmd " /f

REG ADD %KEY%\001 /VE /D "Installing Hotfixes..." /f
REG ADD %KEY%\001 /V 1 /D "%PP%hotfix.cmd " /f

if you put a blank character after your filename that has no parameter, just put a blank character at the end..

But, it will be corrected.. nice correction ;)

Quote

rem REG ADD %KEY%\002 /VE /D "Ad-Aware SE 6 Pro" /f
rem REG ADD %KEY%\002 /V 1 /D "%PP%adaware\aase6pro.exe /silent" /f
rem REG ADD %KEY%\002 /V 2 /D "process -k hh.exe" /f
rem REG ADD %KEY%\002 /V 3 /D "process -k ad-aware.exe" /f
I founded another "bug"... when you put "rem" commands in the beginning, the application must ignore it..



For the rest , thank you for your files.. I always test the program with 5-6 programs, so, the bugs don't appear.. It's better to get a real cmd file to test it for better :)

Thank you again !

Quote

Add database function to the runonceexmaker so that we can add all common applications into it to make life easier... then we can insert from the database to make populating the runonceex.cmd file faster... I would be more than happy to help populate the database and i would even be happy to maintain it (i can do english only)

Well i hope all this information is helpful.

I think, I'll make a INF file that will have all parameter and files..
The program will read it if it can. Then, when user will click on a button, the programm will show a second window. So the user has just make a drag and drop from second window to the main window.
It'll also be possible to add common applications from second window , or by editing the file manually.

But, you must write yourself what do you want to include.. Here is the format of INF file.

[Application1]
Description=Nero Burning Rom
File1=app\nero\nero.exe
Parameter1=/parameter
File2=app\nero\neroreg.exe
File3=regedit
Parameter3=/S register.reg

[Application2]
Description=Winamp
File1=app\winamp\winamp.exe
Parameter1=/S

[Application3]
Description=Other
File1=app\google.exe


And so on.

#50 User is offline   `Felix` 

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

Posted 14 March 2005 - 05:33 AM

echap2000, on Mar 14 2005, 06:24 PM, said:

[Application1]
Description=Nero Burning Rom
File1=app\nero\nero.exe
Parameter1=/parameter
File2=app\nero\neroreg.exe
File3=regedit
Parameter3=/S register.reg

[Application2]
Description=Winamp
File1=app\winamp\winamp.exe
Parameter1=/S

[Application3]
Description=Other
File1=app\google.exe


And so on.
<{POST_SNAPBACK}>



Please i could help... as for the inf files - good idea... as a secondry project later a simply little application that will allow the generation of these inf files would be handy... in the meantime over the next couple of weeks i will begin building some english inf files that can be made available here for users.

Look forward to the next build :thumbup

#51 User is offline   echap2000 

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

Posted 19 March 2005 - 12:19 PM

Yes! application up to date
thanks a lot felix :)

all your suggestions are done and bugs corrected

see the first post

#52 User is offline   `Felix` 

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

Posted 19 March 2005 - 09:22 PM

hi echap!

Well all stuff in v0.5 is working well and the bugs seem to be sorted out :yes: The new database function is great the way you have implimented it - some bug in this component:

1. can't drag from database window to main grid.
2. the edit function is a little confusing - in that when you select edit move and add and entry, you would expect that when you click save that the edit function turns off. That does't happen - of course it can be turned off by clicking on it again.

Suggestions:
1. if you righthand mouse click in the main grid, you should be able to select items from the database rather than having to open the database window.

This is based on some basic testing, i will do some additional testing over the next 24 hours and let you know if i find anything else.

Thanks again for your hard work - WE all appreciate it! :thumbup

#53 User is offline   echap2000 

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

Posted 20 March 2005 - 03:00 AM

to drag and drop, you must be in normal mode (and not edit mode), then you click once to select it, and you click again and drag it over the main grid. then you drop it into the FIRST Column..

#54 User is offline   iwod 

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

Posted 20 March 2005 - 07:15 AM

Wow, i must say a lot has changed since i last tested it. Thanks echap for this great software. I hope it will continue to improve!

#55 User is offline   echap2000 

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

Posted 27 March 2005 - 03:32 AM

thanks...

...other suggests perhaps

#56 User is offline   nujackk 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 18-March 05

Posted 06 April 2005 - 11:10 PM

I don't seem to be able to find anything about the "File Name to search" Box. What is that for ?

#57 User is offline   echap2000 

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

Posted 08 April 2005 - 08:21 AM

if in your CD, you have xxxx.exe file, you tell to the program : that the file name to search is this xxxx.exe

for ex.:

in your CD-rom root : I have :


d:\readme.txt
d:\setup.Exe
d:\I386\


TO find CDROM drive letter,it generates a little command that is
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:


so, instead of placing cd.txt into the CDROM (path \), you choose a file that is already exist. For the example above, I see that readme.txt exists. So in our editbox, I write : readme.txt

And in the generated code, you will se the next command:
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:\readme.txt SET CDROM=%%i:


#58 User is offline   nujackk 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 18-March 05

Posted 16 April 2005 - 10:27 PM

thx echap I actually figured it out. I just created a blank txt file called cd.txt

#59 User is offline   echap2000 

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

Posted 04 May 2005 - 02:21 PM

application update
bug correction

#60 User is offline   echap2000 

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

Posted 03 June 2005 - 03:47 PM

up...

I (m waiting for other suggestions :)

Share this topic:


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