Jump to content

RunOnceEx Question


Recommended Posts

Hiya,

I am having problems runnning RunOnceEx with the following syntax:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]

"Title"="Updating Patches"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001]

"Acrobat Patch 6.0.1"="||msiexec /p \\\\TestServer\\TestArea\\Patches\\Applications\\Adobe\\Acrobat\\6\\Ac60BaP1.msp /qb- REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress"

Basically Windows NT and XP are picking this up!

Does RunOnceEx work only when Windows XP is setup for the first time or when you reboot your machines for standard packages etc ??

Thanks

Ed

Link to comment
Share on other sites


I have no idea what your double pipe is included for, regardless, here would be my guess:

REGEDIT4

[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]
"Title"="Updating Patches"
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001]
@="Acrobat Patch 6.0.1"
"1"="msiexec /p \\\\TestServer\\TestArea\\Patches\\Applications\\Adobe\\Acrobat\\6\\Ac60BaP1.msp REINSTALLMODE=omus REINSTALL=ALL /qb REBOOT=ReallySuppress"

Link to comment
Share on other sites

Hiya,

Thanks unfortantly I have tried this and it doesnt seem to work - nothing happens :(

The double quotes are due to me coping it from a .reg file, there not there when imported.

So on a Windows NT4 SP6a IE6 SP1+ machine which has been running for a year etc

RunOnceEx should work okay for say a patch??

The only refs Ive seen on the net are to do with RunOnceEx.CMD files etc for unattended XP installs from fresh. I want to use it as a tool for just patch updates etc ??

Thanks

Ed

Link to comment
Share on other sites

I have it working on XP now - but dont seem to get anything on NT4 ??? Is it possible anyone ?? :(

I run the rundll32.exe iernonce.dll,RunOnceExProcess - and this then runs them fine ??????

But it doesnt seem to be automatic?

Thanks

Ed

Edited by Nightcrawler_77
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...