Jump to content

Can I Integrate WMP11 & Windows Live Messenger & .Net FrameWor


NaDer_GenKO

Recommended Posts


Thank You 'hulkviper' very :thumbup

This Integrate WMP11 Directly to the Installation Source.So

Can I return to nlite and modify or add new hotfix ??

and what about Windows Live Messenger ? no one can tell me

Edited by NaDer_GenKO
Link to comment
Share on other sites

Thank You 'hulkviper' very :thumbup

This Integrate WMP11 Directly to the Installation Source.So

Can I return to nlite and modify or add new hotfix ??

and what about Windows Live Messenger ? no one can tell me

You can use this addon to integrate Windows Live Messenger. ;)

Link to comment
Share on other sites

I found out by doing them in this order for the .net frameworks then you can install them with RunOnceEx without an issue

cmdow @ /HID
@echo off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Needed Applications" /f

REG ADD %KEY%01 /VE /D "Installing .Net 2.0 w/ Patches" /f
REG ADD %KEY%01 /V 1 /D "%CDROM%\Preinstall\net20sl.exe /passive /norestart" /f

REG ADD %KEY%02 /VE /D "Installing .Net 3.0" /f
REG ADD %KEY%02 /V 1 /D "%CDROM%\Preinstall\dotnet3.exe /passive /norestart" /f

REG ADD %KEY%03 /VE /D "Installing .Net 1.1 w/ SP1" /f
REG ADD %KEY%03 /V 1 /D "%CDROM%\Preinstall\dotnet11sp1.exe /passive /norestart" /f

REG ADD %KEY%04 /VE /D "Running Microsoft Malware Tool" /f
REG ADD %KEY%04 /V 1 /D "%CDROM%\Preinstall\MalwareTool.exe /Q /norestart" /f

REG ADD %KEY%05 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%05 /V 1 /D "%CDROM%\Preinstall\cleanup.cmd" /f

EXIT

download .net 2.0 switchless from RyanVM here

download .net 1.1 switchless from RyanVM here

download .net 3.0 from Microsoft here

and i have found that if you install .Net 2.0 first you get the Windows Install 3.1 that is needed for .Net 3.0, and .net 1.1 has to be installed last, because if its installed before .net 3.0 it causes 3.0 to fail

this has worked for me on at least 10 unattended setups.

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...