Jump to content

RunOnceEX


Recommended Posts

I installing thing using RunOnceEX, i put a title and after a reboot i can see that everything was installed. But during the installation process i can't see the windows with the name of my installation. I just see the blue backgroud of windows and heard the HD running and install....

Can you help me ?

Thankx...

Dan

Link to comment
Share on other sites


cmdlines.txt

[COMMANDS]

".\RunOnceEx.cmd"

RunOnceEx.cmd

@echo off

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

REG ADD %KEY% /V TITLE /D "Preparation du systeme" /f

REG ADD %KEY%\001 /VE /D "Logiciel de Compression" /f

REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\Apps\WinRAR.exe /s" /f

REG ADD %KEY%\002 /VE /D "Support XviD/DivX" /f

REG ADD %KEY%\002 /V 1 /D "%systemdrive%\Install\Apps\xvid.exe /silent" /f

REG ADD %KEY%\005 /VE /D "Modification de Registres" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Registres.cmd" /f

REG ADD %KEY%\010 /VE /D "Modification de Uxtheme" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Uxtheme.cmd" /f

REG ADD %KEY%\015 /VE /D "Nettoyage et redemarrage" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Nettoyage.cmd" /f

REG ADD %KEY%\015 /V 2 /D "shutdown -r -t 00" /f

Exit

The Gui doesn't appear but after the restart all is done....

Link to comment
Share on other sites

it actually starts processing the RunOnceEx settings while the 'Welcome' screen is displaying...

if you disable the welcome screen altogether it should fix it..

with mine i have the welcome screen, and by the time i get to see my RunOnceEx list it is already on the 5th or 6th item (I have programs that take a long time to install as well, so yours will probably be all done by the time the welcome screen dissapears)

Link to comment
Share on other sites

[bM]Crusher has a valid point. If you've posted the complete runonceex.cmd, then it's done with installation before you see the desktop. If you try to install Office2003, then you'll certainly see the installation dialog window.

Link to comment
Share on other sites

I gotta go with what the other guys said, if you are using runonceex that will probably be run at first logon. I can't remember if runonceex is processed before or after cmdlines, i think it's before but i could be wrong.

-gosh

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