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.

problem installing programs

Featured Replies

hi,

I am creating an unantended xp, i am using unantendedxp to create it.

Now i'm adding my programs, and there are a few programs in it that don't work.

1. Adobe reader 7

It goed all fine, untill the first setup screen. Then it stops going unatended, and i have to click.

2. Clonedvd

The samething happens as with adobe reader, it asks me to select the language...etc...

3. OO Defrag Pro

When i try to add it to the list with programs, it gives me the error that it can't find OODefragPro in my appswitch.dat. While it is in there, and my folder has the correct name.

4. Winrar

Everithing goed ok. But when installing from runonceex tester, it shows a .cmd screen. And later i find out it has been installed, but it does'nt appear in the "remove or add" program list.

Below i place a piece of my appswitch.dat, of the 3 apps mentioned above. I hace checked the apps folders more then 3 times, and compared it with appswitch.dat

Can anyone help me?

[AdobeReader7]
REM http://www.ryanvm.net/msfn/
REM Self-extracting switchless installer
REG ADD %KEY%\iAdd /VE /D "Adobe Reader" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\AdobeReader7\AR7_ES" /f


[CloneDVD]
REM http://www.elby.de/products/clone_dvd/index.html
REM NOTES:CloneDVD2Silent.exe is AutoIt script For CloneDVD >http://www.msfn.org/board/index.php?showtopic=17558&hl=clonedvd
REG ADD %KEY%\iAdd /VE /D "CloneDVD 2.8.3.3" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Clonedvd\CloneDVDSetup.exe" /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\CloneDVD2.lnk\"" /f
FLAG1=HKLM\SOFTWARE\Elaborate Bytes
FLAG1=HKCU\Software\Elaborate Bytes

[OODefragPro]
REM http://www.oo-software.com/en/products/oodefrag/pro.html
REG ADD %KEY%\iAdd /VE /D "OO Defrag Professional " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\OO_Defrag_Pro\OODefragPro.msi/QB" /f
REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %SystemDrive%\APPS\OODefragPro\register.reg" /f

[WinRAR]
REM http://www.rarlab.com/
REM NOTES: Use /s or /silent. /silent allows you to select menu options at end
REG ADD %KEY%\iAdd /VE /D "WinRAR " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\WINRAR\winrar.exe /s" /f
FLAG1=HKCU\SOFTWARE\WinRAR

  • 5 months later...

needs a space between OODefragPro.msi and /QB, like:

OODefragPro.msi /QB

hi,

I am creating an unantended xp, i am using unantendedxp to create it.

Now i'm adding my programs, and there are a few programs in it that don't work.

1. Adobe reader 7

It goed all fine, untill the first setup screen. Then it stops going unatended, and i have to click.

2. Clonedvd

The samething happens as with adobe reader, it asks me to select the language...etc...

3. OO Defrag Pro

When i try to add it to the list with programs, it gives me the error that it can't find OODefragPro in my appswitch.dat. While it is in there, and my folder has the correct name.

4. Winrar

Everithing goed ok. But when installing from runonceex tester, it shows a .cmd screen. And later i find out it has been installed, but it does'nt appear in the "remove or add" program list.

Below i place a piece of my appswitch.dat, of the 3 apps mentioned above. I hace checked the apps folders more then 3 times, and compared it with appswitch.dat

Can anyone help me?

[AdobeReader7]
REM http://www.ryanvm.net/msfn/
REM Self-extracting switchless installer
REG ADD %KEY%\iAdd /VE /D "Adobe Reader" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\AdobeReader7\AR7_ES" /f


[CloneDVD]
REM http://www.elby.de/products/clone_dvd/index.html
REM NOTES:CloneDVD2Silent.exe is AutoIt script For CloneDVD >http://www.msfn.org/board/index.php?showtopic=17558&hl=clonedvd
REG ADD %KEY%\iAdd /VE /D "CloneDVD 2.8.3.3" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Clonedvd\CloneDVDSetup.exe" /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\CloneDVD2.lnk\"" /f
FLAG1=HKLM\SOFTWARE\Elaborate Bytes
FLAG1=HKCU\Software\Elaborate Bytes

[OODefragPro]
REM http://www.oo-software.com/en/products/oodefrag/pro.html
REG ADD %KEY%\iAdd /VE /D "OO Defrag Professional " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\OO_Defrag_Pro\OODefragPro.msi/QB" /f
REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %SystemDrive%\APPS\OODefragPro\register.reg" /f

[WinRAR]
REM http://www.rarlab.com/
REM NOTES: Use /s or /silent. /silent allows you to select menu options at end
REG ADD %KEY%\iAdd /VE /D "WinRAR " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\WINRAR\winrar.exe /s" /f
FLAG1=HKCU\SOFTWARE\WinRAR

francis997, you are posting in wrong forum post over on MaxXPsoft forum and we can help with Appswitch.dat file entries,also for CloneDVD and is it same version all these things matter also do you have the autoit script from our forum for CloneDVD do search in Appswitch section and you will find it

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.