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.

Some more Unattended problem

Featured Replies

Thanks,

(Unattanded installation Winxp sp2 MUI)

I use the CMDLines.txt to install my apps, but I have one problem with WMP10 when the installation starts I get an widows with a message how says that the "System restore is turned off". This stops the unattended installation until I klick it to go on...

how can I go rund this problem so may unattended script dont stop?

I have one more question, why would I use RunOnceEx insted of CMDLines.txt?

/Tjabocom


Use autoit to watch for that window and click it when it pops up.

Some apps cannot be installed during gui based setup and must be installed from within Windows, namely office.

You could try slipstreaming WMP10 straight into XP ...

Have a read of THIS thread if your intrested.

Works well for me.

Good luck

  • Author

thanks,

The link was interesting reading, well I will make the unattended in an corporate to make an master image, so I looking for an stabile way. (Not to much hack) it must be able to update it with WSUS or SMS later...

maybe the Nlite is a good way, to intergaret thing in XP?

/Tjabocom

you could install wmp10 using runonceex.

This was it will be installed after you boot into windows.

cmdlines.txt

[COMMANDS]
"useraccounts.cmd"
"RegTweaks.cmd"
"runonceex.cmd"

runonceex.cmd

cmdow @ /HID
@ECHO OFF

rem PP=%CDROM%\Install\

SET NUMBER=7
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Programs" /f
REG ADD %KEY% /V Flags /t REG_DWORD /D 0x0000003C /f

for %%i in (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: X: Y: Z:) do if exist %%i\win51 set CDROM=%%i

REG ADD %KEY%\260 /VE /D "Media Player 10" /f
REG ADD %KEY%\260 /V 1 /D "%CDROM%\install\MP10Setup.exe /Q" /f

REG ADD %KEY%\265 /VE /D "WinRMSrv" /f
REG ADD %KEY%\265 /V 1 /D "%CDROM%\install\wmcsetup.exe /Q" /f

  • Author

Hi and thanks you that read about my deploy problem,

I am sorry to say that I cant get the wmp10 to install with the RunOnceEx.cmd and the wmp install syntax I found,I have tried for about 6 hours to get it work with no succes I have search the forum for differand syntax, no works for me I know that RunOnceEx.cmd runs for me because I installed the Office 2003 pro that way, I found the RunOnceEx.cmd Creator to help me with the syntax.

I found one way that worked on the forum I downloaded some wmp10.exe file i gues it was hex hacked and I put it in the map with an unzipped WMP10, then it worked to make an silent installation.

Well I will use this on a corperate, so I dont want to use so much hex hack, I want an stabil environment that know works to update. (may be no problem but I dont know it)

Then I used the google and I think I found the way, it is an MS way to deploy WMP on it create an msi file you then can use to deploy in an unattended installation or with sms or gpo....

Look here!!!!!!!!!!!!!!!!!!!!!!!!!!!!

http://www.microsoft.com/windows/windowsme...deploypack.aspx

/Tjabocom :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.