Jump to content

eagle00789

Member
  • Posts

    286
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by eagle00789

  1. wanna asky i got error running runonceex creator after installation?

    something wrong?`Excetion EResNotFound in module RunOnceEx.exe at 0002161D. Resource__not found

    Please ask this question in the right thread.

    (still to answer it, i have no clue why you get that message. your the first who has reported it)

  2. these lines

    REG ADD %KEY%\000 /VE /D ".NET Framework v2" /f
    REG ADD %KEY%\000 /V 1 /D "%PP%dotnetfx.exe\"" /f

    REG ADD %KEY%\003 /VE /D "Windows Media Player 10" /f
    REG ADD %KEY%\003 /V 1 /D "\"%PP%wmp10.exe /Q:A /R:N" /f

    should be

    REG ADD %KEY%\000 /VE /D ".NET Framework v2" /f
    REG ADD %KEY%\000 /V 1 /D "%PP%dotnetfx.exe" /f

    REG ADD %KEY%\003 /VE /D "Windows Media Player 10" /f
    REG ADD %KEY%\003 /V 1 /D "%PP%wmp10.exe /Q:A /R:N" /f

    that's the only error i've found

  3. I'm just trying to figure out how everything is working before I start with a major installation process during setup.

    what I did is created just one cmd to install skype silently however when windows is starting up I get the error message that it can't find the setupskype.exe file.

    In order to do this I created a INSTALL folder on my c drive, en I also did this in the windows unattended setup files where I copied the setup.exe file into but this doesn't do the trick either :-(

    then I tried to execute this cmd and I get this error message mentioned above

    can someone tell me what I'm doing wrong?

    Are the filenames in the CMD and the FileName of the SkypSetup identical. that means, they have to be the exact same name...

    this is the code
    cmdow @ /HID
    @Echo Off

    SET PP=%SystemDrive%\Install\

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

    REG ADD %KEY% /V TITLE /D "Installeren van Programma's" /f

    REG ADD %KEY%\000 /VE /D "skype 1.4" /f
    REG ADD %KEY%\000 /V 1 /D "%PP%SkypeSetup.exe /VERYSILENT /SP-" /f

    EXIT

    thanks for your help

    Paul

    your .cmd file looks ok to me.

    (btw, i'm the creator of the tool RunOnceEx.cmd creator)

  4. 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.
  5. <snip>

    File which i open

    <snip>

    And runonce cmd creator transofrm it in this mode if i save:

    <snip>

    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)

  6. I know that this idea has been here before, and that is has been done (for a while), but this time, i'm going to take it over.

    At this site you can add a programto the database. When i get up tomorrow, i will make a few changes to the website, so that you can also lookup the switches that are in the database.

    I hope that everybody will enjoy the service i provide on my website.

    Greetings eagle00789

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

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

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

  9. also if u partition it, you can just keep ur data on the 2nd or even a 3rd part like i have, so that you dont need to burn ur files to a cd or whatever you do.

    All you have to remember is that MOST of the apps and games out there, DO place files in other folders like the windows-folder or the system(32) folder. so for most games/apps it does NOT work.

×
×
  • Create New...