Help - Search - Members - Calendar
Full Version: How to install framework 2.0 via cmdlines.txt
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Major
Hi, i want to install framework 2.0 via cmdlines.txt. i have tried many cases but without success.
here my first cmdlines.txt
CODE
[COMMANDS]
".\$1\Install\Framework.2.0\Framework.cmd"
"RunOnceEx.cmd"

Here is my framework.cmd
CODE
cmdow @ /HID
@echo off
Start /Wait %SystemDrive%\Install\Framework.2.0\install.exe /qn
Exit

And then i change it moving all of the files to the directory $OEM$ like as said a colleague and rename the file install.exe to Dotnet.exe
here my second cmdlines.txt
CODE
[COMMANDS]
"Dotnet.exe /qn"
"RunOnceEx.cmd"
MagicAndre1981
this works only with a trick. You must set a reg-key and Windows think now Setup is ready. This Key is needed to install .NET 2.0.


Check http://aris-toolz.de/dotnet2.html and see how Ari made this smile.gif
Major
the problem, i dont know german
MagicAndre1981
ok, bad example , he use an own installer.

Take a look here: http://www.msfn.org/board/index.php?showtopic=81244
Major
I will read it and try.
Thanks




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.