/build/static/layout/Breadcrumb_cap_w.png

Microsoft .NET Framework SDK Version 2.0

Does anyone know how to deploy Microsoft .NET Framework SDK Version 2.0?

Greets,
ALJ

0 Comments   [ + ] Show comments

Answers (7)

Posted by: ALJ 18 years ago
Yellow Belt
0
The only site I found was:

http://blogs.msdn.com/astebner/archive/2005/11/1.aspx

But if I run the command:

setup.exe /t:c:\temp /c:"msiexec.exe /i c:\temp\netfxsdk.msi USING_EXUIH=1 REBOOT=ReallySuppress ADDLOCAL=URT_SDK_ENU_X86_IXP_SETUP,GUIH_ARP_VSDIR_HIDDEN_URT_SDK_ENU_X86_IXP,Servicing_Key,NGWS_SDK FRAMEWORKSDK.3643236F_FC70_11D3_A536_0090278A1BB8=C:\Program Files\Microsoft.NET\SDK\ /qn /l*v c:\temp\netfxsdk.log"

I still get a syntax error displayed.

Can somebody help me with this?

Comments:
  • Is there any list of possible Options for ADDLOCAL for this software? - EbrithilBowser 10 years ago
Posted by: brenthunter2005 18 years ago
Fifth Degree Brown Belt
0
put quotation marks around this line:

C:\Program Files\Microsoft.NET\SDK\

so the final line will like this:

setup.exe /t:c:\temp /c:"msiexec.exe /i c:\temp\netfxsdk.msi USING_EXUIH=1 REBOOT=ReallySuppress ADDLOCAL=URT_SDK_ENU_X86_IXP_SETUP,GUIH_ARP_VSDIR_HIDDEN_URT_SDK_ENU_X86_IXP,Servicing_Key,NGWS_SDK FRAMEWORKSDK.3643236F_FC70_11D3_A536_0090278A1BB8="""C:\Program Files\Microsoft.NET\SDK\""" /qn /l*v c:\temp\netfxsdk.log"

or you could just change the line to 8.3 notation:

setup.exe /t:c:\temp /c:"msiexec.exe /i c:\temp\netfxsdk.msi USING_EXUIH=1 REBOOT=ReallySuppress ADDLOCAL=URT_SDK_ENU_X86_IXP_SETUP,GUIH_ARP_VSDIR_HIDDEN_URT_SDK_ENU_X86_IXP,Servicing_Key,NGWS_SDK FRAMEWORKSDK.3643236F_FC70_11D3_A536_0090278A1BB8=C:\Progra~1\Microsoft.NET\SDK\ /qn /l*v c:\temp\netfxsdk.log"
Posted by: ALJ 18 years ago
Yellow Belt
0
it's still not working.

Did you try it yourself?

I copied the exact text you have in your reply and used it. But I still get the syntax error.

Can you paste your exact command line for installing .NET Frameworks SDK 2.0?

Kind regards
Posted by: cs_m_si 18 years ago
Senior Yellow Belt
0
Hello,

Is it an option for you to first extract the files using setup.exe /t:c:\temp /c, and then use the extracted files for deployment? The commandline
msiexec.exe /i c:\temp\netfxsdk.msi USING_EXUIH=1 REBOOT=ReallySuppress ADDLOCAL=URT_SDK_ENU_X86_IXP_SETUP,GUIH_ARP_VSDIR_HIDDEN_URT_SDK_ENU_X86_IXP,Servicing_Key,NGWS_SDK FRAMEWORKSDK.3643236F_FC70_11D3_A536_0090278A1BB8="C:\Program Files\Microsoft.NET\SDK\" /qn /l*v c:\temp\netfxsdk.log
should work.

CS
Posted by: brenthunter2005 18 years ago
Fifth Degree Brown Belt
0
Hello,

No I didn't test it, my bad.

OK, heres the deal: extract the files from the sdk setup.exe using the following command: setup.exe /t:c:\temp /c

then run the msi directly with the following command:
msiexec.exe /i c:\temp\net_sdk\netfxsdk.msi USING_EXUIH=1 REBOOT=ReallySuppress ADDLOCAL=URT_SDK_ENU_X86_IXP_SETUP,GUIH_ARP_VSDIR_HIDDEN_URT_SDK_ENU_X86_IXP,Servicing_Key,NGWS_SDK FRAMEWORKSDK.3643236F_FC70_11D3_A536_0090278A1BB8=C:\Progra~1\Microsoft.NET\SDK\ /qn /l*v c:\temp\netfxsdk.log
Posted by: urban_diver 18 years ago
Orange Senior Belt
0
This is how I installed MS .NET Framework SDK Version 2.0.

Extracted the files as brenthunter2005 mentions

Then ran the following cmd line string without the Properties.

C:\temp\install.exe /q

C:\temp is were I extracted the install files

Hope this works for you!!
Posted by: ALJ 18 years ago
Yellow Belt
0
Thank you all for your help!
It worked by first extracting the files and then use the commandline.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ