Jump to content

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

2,055 members have voted

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

    • Yes
      1676
    • No
      33
    • What whould be the function?
      60
    • Maybe
      61


Recommended Posts

Posted
@Toe_cutter. this is already supported, but i can add the posibility to do it automaticly for you. this won't be done until the next or mabye the version after that.

Hm, cant seem to find that feature, unless you mean adding it manually.

Edit:

Another thing, when i added a program with the path %systemdrive\install\ and saved it, i noticed it saved the path like so:

REG ADD %KEY%\000 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\000 /V 1 /D "%PP%%SystemDrive%\Install\setup.exe /qn" /f

i closed the program and reopened it and added another program, it then looked like this:

REG ADD %KEY%\000 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\000 /V 1 /D "%PP%%PP%%SystemDrive%\Install\setup.exe /qn" /f

REG ADD %KEY%\001 /VE /D "Index.dat Suite v2.6.0" /f
REG ADD %KEY%\001 /V 1 /D "%PP%%SystemDrive%\Install\idsuite.exe /VERYSILENT" /f

Shouldnt it be more like:

REG ADD %KEY%\000 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\000 /V 1 /D "%PP%setup.exe /qn" /f

REG ADD %KEY%\001 /VE /D "Index.dat Suite v2.6.0" /f
REG ADD %KEY%\001 /V 1 /D "%PP%idsuite.exe /VERYSILENT" /f

since %PP% is already set to %systemdrive%\install\ ? guess its a bug :/


Posted
@Toe_cutter. this is already supported, but i can add the posibility to do it automaticly for you. this won't be done until the next or mabye the version after that.

Hm, cant seem to find that feature, unless you mean adding it manually.

Edit:

Another thing, when i added a program with the path %systemdrive\install\ and saved it, i noticed it saved the path like so:

REG ADD %KEY%\000 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\000 /V 1 /D "%PP%%SystemDrive%\Install\setup.exe /qn" /f

i closed the program and reopened it and added another program, it then looked like this:

REG ADD %KEY%\000 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\000 /V 1 /D "%PP%%PP%%SystemDrive%\Install\setup.exe /qn" /f

REG ADD %KEY%\001 /VE /D "Index.dat Suite v2.6.0" /f
REG ADD %KEY%\001 /V 1 /D "%PP%%SystemDrive%\Install\idsuite.exe /VERYSILENT" /f

Shouldnt it be more like:

REG ADD %KEY%\000 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\000 /V 1 /D "%PP%setup.exe /qn" /f

REG ADD %KEY%\001 /VE /D "Index.dat Suite v2.6.0" /f
REG ADD %KEY%\001 /V 1 /D "%PP%idsuite.exe /VERYSILENT" /f

since %PP% is already set to %systemdrive%\install\ ? guess its a bug :/

this is indeed a small bug. that's why i released this version as a beta release. Thanks for noticing this

Posted
Bug reported by Toe_Cutter Solved in beta 2. you can download beta 2 from here Versionnumber unchanged, but beta version is now beta 2

Im still getting double %PP% (or more depending on if i reopen it and save several times) if i just open my regonce and save it again :/

Also when hovering over the File->New menu (not any of the two options there) it asks if i want to save my work before creating a new one, or if no changes has been made it just creates a new blank sheet.

Posted

If you registered at my site before Jan 4 2005, 03:39 AM, then i would appreciate it if you could register again. This time, the registration will be automaticly completed

Posted
Could you please post your runonceex.cmd file so that i can test it with your file, because i don't have the error you report anymore

Could it be that i just installed the new version over the old one without uninstalling?

Anyway, ive attached it here, ive cleaned it up aswell, so only one %PP% is preceeding the filename.

regonce.cmd.txt

Posted (edited)

All is going well with this file. i think that you had the program running when you were installing the new version. This small installer-bug will be fixed in the next version

Edited by eagle00789
Posted

Yeah, but i edited that file by hand. Heres one that ive not edited.

All i did was open it in your program, saved and pressed yes if i wanted to overwrite the one existing and exited.

Then i open it in notepad and i see %PP%%PP%

If i repeat it i get three pp's etc..

Dunno about the installer bug, but that "File->New" hoover bug is pretty annoying :)

regonce.cmd.txt

Posted

In that case, you have to fix the file by hand. i will look into a more suitable solution for this. Also, the hooverbug will be solved.

Actually. i solved it already, but not in the current release. this version will be released in about 2 days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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