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.

skips adbobe reader and windows media player 10

Featured Replies

Hi All,

First or second post???? (hmmmm!?)

I seem to have problems with runonceex in that it skips Adobe Reader 6.02 and WMP10

Here is the code:

REG ADD %KEY%\020 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\WMP10\MP10setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"" /f

REG ADD %KEY%\002 /VE /D "Acrobat Reader 6.02" /f
REG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\AdobeReader\AdbeRdr602_distrib_enu.exe /s /a /s /v"TRANSFORMS=Rdr602.mst /qb"" /f

Am I going mad???? (Yes!) :P

i had this happen with exactly those 2 files, it may not be this, but my files happen to get corrupted, god knows how. try double-clicking them on your computer to see if the unpack the files correctly, thats a start anyways....

You forgot to escape the extra quotes in your commands. Try this:

REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\WMP10\MP10setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f

REG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\AdobeReader\AdbeRdr602_distrib_enu.exe /s /a /s /v\"TRANSFORMS=Rdr602.mst /qb\"" /f

Any extra quotation marks inside the original quotes need to be preceded with a back slash. Those should work assuming the original syntax is correct.

  • Author

Thanks!! I will redownload the apps and try the new slashes!

Thanks again :thumbup

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.