Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Fixed] Problem with RunOnce...

Featured Replies

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

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

  • Author

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

  • Author

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]

@=""

  • 1 month later...

hello,

i wanna know about silent install command list and pls help me

Thanks

Edited by rockslim

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.