Jump to content

Easy RunOnceEx.cmd


eagle00789

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

@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 :/

Link to comment
Share on other sites


@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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...