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.

RunOnceEx & installshield

Featured Replies

Im having difficulties in understanding how to use RunOnceEx and creating the target path. I read the following:

Installshield applications will fail to install when executed from RunOnceEx on CD, unless a log file location is specified. An example of this is shown below, adapt this example for your InstallShield applications (shown in bold):

REG ADD %KEY%\045 /VE /D "Kerio Personal Firewall 2.1.5" /f

REG ADD %KEY%\045 /V 1 /D "%CDROM%\apps\KPF\Setup.exe -s -f2\"%systemdrive%\kerio.log\"" /f

The address for the program i want to install is C:\WXPO\$OEM$\$1\drivers\000_ChipSet

within this folder i have an installshield file (setup.exe) that i want to execute so it would install my driver so used RunonceEx with the following command

Description Programfile

_______________________________________________________

Chipset driver %cdrom%\$OEM$\$1\drivers\000_ChipSet\

(it was %cdrom%\$OEM$\$1\drivers\000_ChipSet\SETUP.exe but for some reason it disappeared)

The quote above says

REG ADD %KEY%\045 /VE /D "Kerio Personal Firewall 2.1.5" /f

REG ADD %KEY%\045 /V 1 /D "%CDROM%\apps\KPF\Setup.exe -s -f2\"%systemdrive%\kerio.log\"" /f

Where does these lines go (after changing it to my program)?

Do i need to create some file and then save it some where?

Do i need to add anything to cmdlines.txt

thanks in advance


Everything in %cdrom%\$OEM$\$1 will get copied to your %SYSTEMDRIVE%. So if you wanted to run the setup included in %cdrom%\$OEM$\$1\drivers\000_ChipSet\SETUP.exe, in your runonce, that corresponds to %SYSTEMDRIVE%\drivers\000_ChipSet\SETUP.exe

If you are installing drivers though, I would look up the driver section of the winnt.sif. That would be your best bet on installing the drivers.

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.