Jump to content

How to get RunOnceEx to run before...


Recommended Posts

Is there any way to get my program to instal before I logon to my user account? I got it to work with wpi, but not with an cmd file..It seems kind of wasted if I have to log on before it will start installing my programs.

If there is no way of doing this, can someone please tell me how to skip the "customise" windows before I get to the logon screen? No mater what I do the instalation prosses stop at some point.

Link to comment
Share on other sites


just add this line to the end of your runonceex cmd file.

rundll32.exe iernonce.dll,RunOnceExProcess

This will run the installs as the cmd file runs.

If you have some programs you need to install after you logon

place them after the above line.

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