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.

cmdlines.txt install & user profiles

Featured Replies

Thanks to nuhi at nLite I have enough room on one CD for several apps, including a shrunken OfficeXP (see Shrink Office).

My cmdlines.txt & install.cmd are in the $OEM$ folder, alongside the $1 folder.

What seems odd to me is that AIDA32, IrfanView, and PSPad install their shortcuts to the AllUsers profile, but 7Zip is installed to the Default User profile. Why the difference when they're all installed from the same cmd file at the same time?

Another question is why the shortcuts generated have the .lnk extension showing in the start menu?

Is the solution to delete the system generated shortcuts as at cleanup.cmd and make my own using shortcut.exe (Shortcut.exe)?

CMDLINES.TXT

[COMMANDS]
"REGEDIT /S regtweaks.reg"
"Install.cmd"

INSTALL.CMD

CLS
@ECHO off
ECHO.................................
ECHO.
ECHO Installing IrfanView Graphics Viewer
ECHO Please wait...
start /wait %systemdrive%\Install\Apps\Irfanview\iview397.exe /silent /desktop=1 /group=1 /allusers=1 /VERYSILENT /SP-
ECHO..................................
ECHO.
ECHO Installing IrfanView Plugins
ECHO Please wait...
start /wait %systemdrive%\Install\Apps\Irfanview\allplugins397.exe /silent
Echo..................................
Echo.
ECHO Installing 7-Zip Compression Utility
ECHO Please wait...
start /wait %systemdrive%\Install\Apps\7zip\7z313.exe -y /q /r:n
Echo..................................
Echo.
ECHO Installing Acroreader 7 courtesy ryanVM at ryanvm.msfn.org
ECHO Please wait...
start /wait %systemdrive%\Install\Apps\AcroReader7\Acroread701.exe
Echo..................................
Echo.
ECHO Installing Java Runtime Environment 5.03 courtesy ryanVM at ryanvm.msfn.org
ECHO Please wait...
start /wait %systemdrive%\Install\Apps\JRE503\Jre503.exe
Echo..................................
Echo.
ECHO Installing PSPad Text Editor
ECHO Please wait...
start /wait %systemdrive%\Install\Apps\PSPad\PSPad432.exe /verysilent /sp-
Echo..................................
Echo.
ECHO Installing AIDA32 Diagnostic Utility
ECHO Please wait...
start /wait %systemdrive%\Install\Apps\AIDA32\AIDA32.exe /verysilent /sp-
Echo..................................
Echo.
ECHO Installing Office XP
ECHO Please wait...
start /wait %systemdrive%\Install\Apps\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-

  • Author

Epitaph:

Sometimes I hate it when a computer does exactly what I tell it to......the .lnk behavior was from a regtweak I'd added.

Still leaves the odd (to me) behavior of the allusers vs default user question. <Shrugs> Oh well it's working in any event.

  • 1 month later...

[COMMANDS]

"REGEDIT /S regtweaks.reg"

"Install.cmd"

ASK:

The "Install.cmd" put where?

or "Install.cmd" path is where?

No one is logged on at cmdlines.txt. Shortcuts for all users profile, go to all users profile. Shortcuts for user profile, go to default user profile.

Same happens with reg entries. current user entries, go to default user entries, in cmdlines.txt.

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.