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.

Unattended Applications

Featured Replies

Can I make a silent install for programs that needs a serial number or product key?

is there any method to accomplish that?

examples for some applications:

ACDSee PowerPack 6

Adobe Acrobat writer Pro 6

also how can i silent install winamp 2.81 - Internet Explorer 6 SP1 - Kazaa lite

- K-lite codec pack - realone player v2- quicktime 6.1- Download Accelerator plus 5.3.

I know that's too much for a single topic, but your solutions says that you have an answer for everything..

thanks.

often if you export from HKLM\software\****application***** using regedit and then import this using main_batch.cmd before silently installing the program it often will retain the product registration details.

here is some switches as you requested again for your main_batch.cmd;

ECHO.
ECHO Installing Kazza Lite K-plus-plus 2.43
ECHO Please wait...
start /wait %systemdrive%\install\klitekpp243e.exe /VERYSILENT /SP-
ECHO.
ECHO Installing QuickTime Alternative 1.16
ECHO Please wait...
start /wait %systemdrive%\install\quicktimealt116.exe /VERYSILENT /SP-
ECHO.
ECHO Installing Codecs
ECHO Please wait...
start /wait %systemdrive%\install\klcodec210f.exe /VERYSILENT /SP- /COMPONENTS="bsplayer,divx,divxdec,xvid,xviddec,3ivx,wmv,dvd,mpeg2ligos,indeo,indeo4,indeo32,i263,mp3audio,wm
aaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbissplitter,matroska,fourcc,gspot,disg400,disffdsh
ow"

or use InstallRite (google for link) which is freeware you can install your applications totally automated with the serial number and also the files are compressed to a high level to save lots of room for your final CD.

much appreciated thanks glad you found the information usefull.

  • Author

does anyone knows how to silent install these programs and attach it in my unattended XP CD?

winamp 2.81 - Internet Explorer 6 SP1 - realone player v2- quicktime player 6.1- Download Accelerator plus 5.3.

if you're making a WinXP CD, you don't need IE6SP1 to slipstream....

not sure with Win2k though

often if you export from HKLM\software\****application***** using regedit and then import this using main_batch.cmd before silently installing the program it often will retain the product registration details.

here is some switches as you requested again for your main_batch.cmd;

ECHO.
ECHO Installing Kazza Lite K-plus-plus 2.43
ECHO Please wait...
start /wait %systemdrive%\install\klitekpp243e.exe /VERYSILENT /SP-
ECHO.
ECHO Installing QuickTime Alternative 1.16
ECHO Please wait...
start /wait %systemdrive%\install\quicktimealt116.exe /VERYSILENT /SP-
ECHO.
ECHO Installing Codecs
ECHO Please wait...
start /wait %systemdrive%\install\klcodec210f.exe /VERYSILENT /SP- /COMPONENTS="bsplayer,divx,divxdec,xvid,xviddec,3ivx,wmv,dvd,mpeg2ligos,indeo,indeo4,indeo32,i263,mp3audio,wm
aaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbissplitter,matroska,fourcc,gspot,disg400,disffdsh
ow"

what does the /sp- switch do?

what does the /sp- switch do?

Stops the "Do you want to install ISObuster 1.4 Yes | No" dialog box from appearing.

pmcx9 instead of using the components switch u could use the /SAVEINF to make a inf file while installing what u want and then use /LOADINF to use the setting in that file thats what i do. Just a suggestion.

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.