Jump to content

Some more Unattended problem


Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...