January 26, 200521 yr Sorry, I was wrong. I had it split like 3 times, first two were ok, the 3rd time it didn't get executed what's up?
January 27, 200521 yr It does continue after rebooting!!! Anyone know why it needs to reboot, then it continues?
January 27, 200521 yr it is designed that wayif want a no reboot try wpiu can find a link on this pagehttp://www.msfn.org/board/index.php?showtopic=37499look for wpi on the page
January 27, 200521 yr it is designed that wayif want a no reboot try wpiu can find a link on this pagehttp://www.msfn.org/board/index.php?showtopic=37499look for wpi on the pageThanks, going to try that next. I started using cmd line, now I've learned runoncex way, going to try WPI now
January 27, 200521 yr it is designed that wayif want a no reboot try wpiu can find a link on this pagehttp://www.msfn.org/board/index.php?showtopic=37499look for wpi on the pagewrong. one of your programs is causing it
January 27, 200521 yr it is designed that wayif want a no reboot try wpiu can find a link on this pagehttp://www.msfn.org/board/index.php?showtopic=37499look for wpi on the pagewrong. one of your programs is causing it so do I try puting it after a different program to get this thing working right?
January 27, 200521 yr it is designed that wayif want a no reboot try wpiu can find a link on this pagehttp://www.msfn.org/board/index.php?showtopic=37499look for wpi on the pagewrong. one of your programs is causing it sorry i only read this postIt does continue after rebooting!!! Anyone know why it needs to reboot, then it continues?i did not see that he said beforeSorry, I was wrong. I had it split like 3 times, first two were ok, the 3rd time it didn't get executed sad.gif what's up?My mistake
January 27, 200521 yr Author **** ! i just moved the code a little bit lower in de runonceex.cmd in the hope that it works then but it still loads windows after the first list is done. I have this in the somewhere int he middlerundll32.exe iernonce.dll,RunOnceExProcessREG ADD %KEY% /V TITLE /D "Installing Applications" /fThe code is right but it still doesnt work:(Or do i have to put the reboot code just above the code?
January 27, 200521 yr Author Maybe can someone show me his runonceex.cmd who has this working?That would be great to check my runonceex
January 27, 200521 yr welll I had mine right, it worked first two times, then the 3rd one didn't. Then I tried just splitting it once, and it still didn't work. It continued after I rebooted the machine. You say one of the programs I'm installing is doing this? Do I have to investigate and put that program in the last split so it will work? Thanks for any info.
January 27, 200521 yr welll I had mine right, it worked first two times, then the 3rd one didn't. Then I tried just splitting it once, and it still didn't work. It continued after I rebooted the machine. You say one of the programs I'm installing is doing this? Do I have to investigate and put that program in the last split so it will work? Thanks for any info.did you cause the restart manually? If so, attach your code as well, and I'll have a look.If it restarted automatically, then either A: One of your programs you're installing has a restart routine that isn't cancelled.B: You might have a restart command at the end.If you have a restart command at the end,you could just be forgetting to add another instance of the rundll32 command from above.
January 27, 200521 yr LOL okay Here's my RunOnceEx.cmdI'm not entirely sure of your problem...however...REG ADD %KEY%\115 /VE /D "Quickpar" /fREG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\quickpar\QuickPar-0.9.1.0.exe /S /D="C:\Program Files\Quickpar\"" /fshould beREG ADD %KEY%\115 /VE /D "Quickpar" /fREG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\quickpar\QuickPar-0.9.1.0.exe /S /D=\"C:\Program Files\Quickpar\"" /fREG ADD %KEY%\155 /VE /D "Winamp 5.08" /fREG ADD %KEY%\155 /V 1 /D "%systemdrive%\install\winamp\Winamp5.0.8.msi /qn INI="%systemdrive%\install\winamp\winamp508.ini"" /fREG ADD %KEY%\155 /V 2 /D "%systemdrive%\install\winamp\Winamp.exe" /fShould be REG ADD %KEY%\155 /VE /D "Winamp 5.08" /fREG ADD %KEY%\155 /V 1 /D "%systemdrive%\install\winamp\Winamp5.0.8.msi /qn INI="\%systemdrive%\install\winamp\winamp508.ini\"" /fREG ADD %KEY%\155 /V 2 /D "%systemdrive%\install\winamp\Winamp.exe" /fThen at the VERY end of the CMD file, just BEFORE the EXIT addrundll32.exe iernonce.dll,RunOnceExProcessAnd that should jumpstart your last few entries.I just skimmed the file, but those were the only errors I saw.@MaDxCrEaMI'm guessing that last little bit I just posted (in this post) about adding another rundll32 command is what you need as well.
Create an account or sign in to comment