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.

MSI wait params?

Featured Replies

hi,

I'm doing some unattended install with RunOnceEx and realized that few applications are not installing.

I tried then to put an all my msi packages the /qb switch instead the silent one to see some error messages:

Another installation is already in progress. Complete that installation before proceeding with this install.

Is there a way to put an msi on wait before the next one starts?

[start /wait -> EXCLUDED!]

start /wait msiexec /i file.msi /qb

try

msiexec /i file.msi /qb

RunOnceEx should wait for msiexec to finish.

  • Author
try

msiexec /i file.msi /qb

RunOnceEx should wait for msiexec to finish.

what's the difference between msiexec /i file.msi /qb AND file.msi /qb?

Try :

start /wait "" MyMSI.msi /switch1 /switchs2

what's the difference between msiexec /i file.msi /qb AND file.msi /qb?

msiexec.exe is the interpreter that executes msi files. Without specifying it, the system has to check the registry for the association to what executes msi files. Same could be shown if you wanted to open a text file. You could type Notepad file.txt. Wait will not work on file.txt alone

Being explicit is usually best method.

  • Author

more history :P

i have slipstreamed dotnet framework sp1 and sp1fix into one sfx-rar pack. using RunOnceEx i have included this package beside other silent installations and realized that it is not installing. it doesn't mater where i put dotnetfx.exe in RunOnceEx list, it will produce the same overlapping...

;The comment below contains SFX script commands

Path=%TEMP%\netfx

Setup=netfx.msi /qb

Silent=1

Overwrite=1

tried:

1. used Setup=netfx.msi /qb

2. used Setup=msiexec /i netfx.msi /qb

3. used Setup=start /wait msiexec /i netfx.msi /qb

4. used Setup=start /wait "" msiexec /i netfx.msi /qb

returned:

1&2. it unpacks the archive and the it jumps to the next item in the RunOnceEx list running both in parallel. if the next item is an msi pack it gives me error above (see previous posts)

3&4. error when launching: Windows cannot find 'start'. Make sure you typed the name correctly and then try again. To search for a file, click the Start button, and then click Search.

start /wait used with RunOnceEx gave me same msg...

any solutions?

Try

Setup=netfx.msi /qb
TempMode
Silent=1
Overwrite=1

WinRAR has his own method for temporary extraction ... don't try to bypass this ...

Goodbye.

  • Author
WinRAR has his own method for temporary extraction ... don't try to bypass this ...

Goodbye.

okey...thanks again mate!

cheers

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.