Jump to content

[Fixed] Problem with RunOnce...


unisev

Recommended Posts

Hello,

I've a new problem, this time is with RunOnce function. (see attached JPEG)

Here is my RunOnce.cmd :


@echo off
echo Application des personnalisations du registre...
regedit.exe /s Custom.reg
echo.
echo Installation de Office 2003 SP3 en cours...
setup.exe TRANSFORMS=office.MST /qb-
echo.
echo Installation de Outlook Connector en cours...
OutlookConnector.exe /passive
echo.
echo Installation d'Acrobat Reader 9.3...
AdbeRdr930_fr_FR.exe /sPB
echo.
echo Installation de Internet Explorer 8 en cours...
IE8-WindowsXP-x86-FRA.exe /passive /update-no

Can somebody please help me with that ?

post-288723-127267546841_thumb.jpg

Edited by unisev
Link to comment
Share on other sites


This is not a problem with RunOnce. How did you configure the silent install of the Office package? Did you use the Resource kit for 2003? Did you enter the correct path to the office file?

This is how my office path looked like:

start /wait %Source%$OEM$\Office2003\setup.exe TRANSFORMS=UNATTENDED.MST /qb-

<br><br>Edit: after a second look, could you tell us what was in the .reg file?<br>

Edited by Sp0iLedBrAt
Link to comment
Share on other sites

Thank you Sp0iLedBrAt,

I think you're so right with the path !! I've allready hear it : that path must be absolute path in the RunOnce.

The .reg file is only containing 3 keys to :

- Disable the "startup windows" sound

- Disable the "shutdown windows" sound

- Disable the "Explorer : Start navigation" sound

I'll try to modify path tonight at home !

Sev.

Edited by unisev
Link to comment
Share on other sites

It's working fine, thank you for all, here is the change in BOLD

@echo off

echo Application des personnalisations du registre...

regedit.exe /s %SOURCE%Softs\Custom.reg

echo.

echo Installation de Office 2003 SP3 en cours...

start/wait %SOURCE%Softs\setup.exe TRANSFORMS=%SOURCE%Softs\office.MST /qb-

echo.

echo Installation de Outlook Connector en cours...

start/wait %SOURCE%Softs\OutlookConnector.exe /passive

echo.

echo Installation d'Acrobat Reader 9.3...

start/wait %SOURCE%Softs\AdbeRdr930_fr_FR.exe /sPB

echo.

echo Installation de Internet Explorer 8 en cours...

start/wait %SOURCE%Softs\IE8-WindowsXP-x86-FRA.exe /passive /update-no

Sp0iLedBrAt, here is my Custum.reg :

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]

@=""

Link to comment
Share on other sites

  • 1 month later...

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