WiEk Posted June 2, 2004 Posted June 2, 2004 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
[BM]Crusher Posted June 3, 2004 Posted June 3, 2004 how are you processing your runonce commands? from where? paste a copy of your commands here as well so we can have a look at them
WiEk Posted June 3, 2004 Author Posted June 3, 2004 cmdlines.txt[COMMANDS]".\RunOnceEx.cmd"RunOnceEx.cmd@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Preparation du systeme" /fREG ADD %KEY%\001 /VE /D "Logiciel de Compression" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\Apps\WinRAR.exe /s" /fREG ADD %KEY%\002 /VE /D "Support XviD/DivX" /fREG ADD %KEY%\002 /V 1 /D "%systemdrive%\Install\Apps\xvid.exe /silent" /fREG ADD %KEY%\005 /VE /D "Modification de Registres" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Registres.cmd" /fREG ADD %KEY%\010 /VE /D "Modification de Uxtheme" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Uxtheme.cmd" /fREG ADD %KEY%\015 /VE /D "Nettoyage et redemarrage" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Nettoyage.cmd" /fREG ADD %KEY%\015 /V 2 /D "shutdown -r -t 00" /fExitThe Gui doesn't appear but after the restart all is done....
sleepnmojo Posted June 3, 2004 Posted June 3, 2004 Try adding. REG ADD %KEY% /V FLAGS /D 0x00000030 /f
WiEk Posted June 8, 2004 Author Posted June 8, 2004 ok i will try to put this before... i will give you come back, thx
[BM]Crusher Posted June 8, 2004 Posted June 8, 2004 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)
Vadikan Posted June 8, 2004 Posted June 8, 2004 [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.
gosh Posted June 8, 2004 Posted June 8, 2004 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now