Jump to content

Recommended Posts

Posted (edited)

hello!

my silent install for Framework 2.0 Service Pack 1 Redistributable not works

my dotnet.bat content:

@echo off

echo Installation du Microsoft .NET Framework v2

echo .

echo Veuillez patienter

%systemdrive%\winapps\dotnet\NETCFSetupv2.msi /quiet /passive /norestart

my cmdlines.txt content :
[Commands]

".\dotnet.bat"

".\batch.bat"

".\langpackdotnet.bat"

"KB893803.exe /quiet /passive /norestart"

"KB893357.exe /quiet /passive /norestart"

"KB873333.exe /quiet /passive /norestart"

"KB873339.exe /quiet /passive /norestart"

etc......

my command ".\batch.bat" works for my dotnet.bat works :thumbup

maybe Framework 2.0 its no install in windows definitly :wacko:

thanks for you have ideas?

sorry my englis is bad

i am french :)

Edited by le_da

Posted

Hello and Welcome:

Try this:

msiexec /i %systemdrive%\winapps\dotnet\NETCFSetupv2.msi /q REBOOT=ReallySuppress

I think Windows Installer (MSIEXEC) uses different modifiers of Windows patches (/q /n /z, for example).

Good luck :)

Ponghy.-

Posted (edited)
I think Windows Installer (MSIEXEC) uses different modifiers of Windows patches (/q /n /z, for example).

No.

Extract the MSP files from the EXE using WinRar (http://rarlabs.com) and use those command.

Edited by T D
Posted

for T D

is not possible Extract the MSP files from the EXE using WinRar

i have winrar 3.51

for ponghy

tomorow i try you option...

Posted (edited)
for T D

is not possible Extract the MSP files from the EXE using WinRar

i have winrar 3.51

option...

You are right, WinRAR only extracts files from full installation packages, not from Microsoft patches. In order to extract the MSP you can do the following:

[patch].exe /Xp:[path_to_extracted_msp]

That is, use the /Xp: switch to extract to an specified file. For example: patch.exe /Xp:c:\net2\fix.msp (the c:\net2 folder must exist).

Edited by ponghy
Posted

sory

microsoft (windows update) is stupid

my silent install for Framework 2.0 Service Pack 1 Redistributable have worls perfectly :thumbup

in adds programs in panel control

Microsoft .net Compact frameworks 2.0 SP1 is been instaled :w00t:

the probleme is in windows update

windows update says me I must install Microsoft framework 2.0

as well as the Microsoft framework 1.1

I have a more recent version to install the

Framework 2.0 Service Pack 1

why does it ask you to me to install the others older???

Posted

.NET Compact Framework is for mobile devices (aka, PocketPC). It's not necessary for desktop systems unless you're coding for those devices.

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