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.

Installing from CD

Featured Replies

All,

I'm trying to launch a series of INF files from CD. They're only half-working, and I'm at the limit of my experience to get them working all the way. Here's a snippit from one such INF:

[VERSION]
AdvancedINF=2.5, %AdvPackWarn%
signature=$CHICAGO$

[DefaultInstall]
RunPostSetupCommands = Do.Install
AddReg = Set.Next

[Do.Install]
%01%\WU\904706.EXE /q:u /r:n
;...
"runonce -q"

[Set.Next]
HKLM,"%KEY_RUNONCEEX%\",Title,0,"Getting to the good stuff..."

HKLM,"%KEY_RUNONCEEX%\100",,,"7-Zip 4.32"
HKLM,"%KEY_RUNONCEEX%\100",1,,"%01%\PKG\7z432.exe /S"

[Strings]
KEY_RUNONCEEX="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"

;Localizable strings
AdvPackWarn="You need a newer version of advpack.dll."

Ok, %01% is the DIRID for the full path to where the INF is installed from. In this case, it's D:\SOFTWARE\

In the first instance, in the [Do.Install] section, the DIRID is not getting expanded correctly.

In the second instance, where it's creating a RunOnceEx entry, it works fine.

Anyone have any tips or suggestions on how I can identify the CDROM drive letter?

TIA,


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.