MSFN Forum: Install Problem with Net Framework v2 and Language Pack - MSFN Forum

Jump to content



  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Install Problem with Net Framework v2 and Language Pack SOLVED! Rate Topic: -----

#1 User is offline   zartrix 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 18-April 06

  Posted 14 June 2006 - 12:40 PM

Hi People!

I am working with Windows XP + SP2 (Spanish Version) Unattended CD using HFSLIP.

I make a silent installer with the file dotnetfx.exe called 5DotNet.exe. The same i do with the LangPack.exe file. I make a silent installer that works and i called 6LanPack.exe.
When i Install the Windows XP + SP2 and manually try to run the silent installer, they works fine and install the .Net Framework 2.0 and Language Pack very well. The integration of the silent installer with HFSLIP is not working at all with this two silent installers.

The problem that i have is that the silent installers doesnīt work when i try to integrate in HFSLIP (Version HFSLIP_60614b.CMD). I Put the 2 files (5Dotnet.exe and 6LangPack.exe in HFSVCPACK folder.

Where is my mistake??? :}

I read all the post in the forum but all works with the RYANVM or ASERONE installer or add-ons that have English version of .NET. I need it in spanish. Someone can help me to do a silent installer or a cab file thats works with this two installers????

Thanks in advance. And sorry for my English.
zartrix

This post has been edited by zartrix: 21 June 2006 - 03:35 PM



#2 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 14 June 2006 - 12:56 PM

Since this is .NET 2.0, you need a special registry hack in order to install it via SVCPACK at T-13. I am sure you encountered information about this at some point during your search.

Aaron Stebner's WebLog

If you would like HFSLIP to automatically produce the needed INF file and command-line entries, rename your silent switchless installer (5Dotnet.exe) to dotnet2.exe (note: it must be named this in order to work) and move it to HF.

Otherwise, you can either use the following (place the two files in HFSVCPACK) or create your own.

5Dotnet.cmd
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:\I386\SVCPACK SET HFSLIP=%%i:\I386
%SYSTEMROOT%\SYSTEM32\rundll32.exe %SYSTEMROOT%\SYSTEM32\advpack.dll,LaunchINFSection %HFSLIP%\SVCPACK\DOTNET2.INF,DOTNETPRE
START/WAIT %HFSLIP%\SVCPACK\5Dotnet.exe
%SYSTEMROOT%\SYSTEM32\rundll32.exe %SYSTEMROOT%\SYSTEM32\advpack.dll,LaunchINFSection %HFSLIP%\SVCPACK\DOTNET2.INF,DOTNETPOST


5Dotnet.inf
[Version]
Signature="$WINDOWS NT$"
[DOTNETPRE]
DelReg=DelRegDN
AddReg=AddRegDN
[DOTNETPOST]
AddReg=AddRegDNPost
[DelRegDN]
HKLM,"SOFTWARE\Microsoft\PCHealth\ErrorReporting\DW"
[AddRegDN]
HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x10001,0
[AddRegDNPost]
HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x10001,1


#3 User is offline   zartrix 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 18-April 06

  Posted 14 June 2006 - 01:02 PM

View PostSuper-Magician, on Jun 14 2006, 03:56 PM, said:

Since this is .NET 2.0, you need a special registry hack in order to install it via SVCPACK at T-13.

If you would like HFSLIP to automatically produce the needed INF file and command-line entries, rename your silent switchless installer (5Dotnet.exe) to dotnet2.exe (note: it must be named this in order to work) and move it to HF.


I will try to do that.

Thanks a lot for the quickly answer!!
zartrix

#4 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 14 June 2006 - 01:37 PM

That'll probably do the trick for the .NET 2.0 installer but not the langpack because Windows will install the langpack first.

I suggest you put your .NET 2.0 installer in the HF folder (name it dotnet2.exe). Exclude LangPack.exe for now.

Run HFSLIP.

When done, edit HFSLIP.CMD by adding the following line:

START/WAIT %HFSLIP%\SVCPACK\LangPack.exe

This should be entered right below START/WAIT %HFSLIP%\SVCPACK\DOTNET2.EXE.

#5 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 14 June 2006 - 02:17 PM

Of course, make sure you also put LangPack.exe inside SOURCESS\I386\SVCPACK (this is where HFSLIP.CMD is located).

#6 User is offline   zartrix 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 18-April 06

Posted 14 June 2006 - 02:37 PM

I rename the File to dotnet2.exe and the install works fine. :thumbup

The LangPack is missing but i will do the edit of HSFLIP.CMD and put the Langpack.exe in the directory like yo tell me.

The second question is for the installation of .NET 1.1, the langpack and the updates for .NET 1.1. After i integrate the .NET 2.0 in windowsupdate.microsoft.com i have to download the 1.1 Net Framwork and then the Language Pack, and then the updates. :}

Before i integrate the .NET 2.0 all the silent installers of .net 1.1 works fine. The name of the silent installers that i create are:
2NDP1.EXE
3NDP1-2.EXE
4LanPack.exe

A time ago when i try to integrate the .NET 1.1 i failed to do that... so i create the silent installers and all works fine. The newest version of HFSLIP integrate the .NET 1.1 in the right way?

I read that the 2.0 has compatibility with .NET 1.1 but a few applications doesnīt work and in windowsupdate i saw the .NET 1.1 for download again. Microsoft error or i need the two versions?
How can i integrate the .NET 1.1 and .NET 2.0 in my Unattended Windows XP + SP2 + Updates CD??
I already install the .NET 2.0 but now appears the 1.1 like is not installed any more.

Thanks again in advance!
zartrix

#7 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 14 June 2006 - 02:44 PM

IIRC, if you place the installation file for .NET 1.1, SP1 for that, and the KB886903 hotfix all in HF, HFSLIP will install them correctly.

I am not sure why integrating .NET 2.0 would prevent .NET 1.1 from installing correctly.

#8 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 14 June 2006 - 03:50 PM

Sorry. Yes... LangPack.exe should be placed in the SVCPACK folder after running HFSLIP.

For .NET 1.1, I suggest you use my MultiCompiler script. It can make an all-inclusive .NET 1.1 installer. You got two options:

1) MS .NET 1.1 + MS SP1 + KB886903 + langpack.exe
2) RVM's .NET 1.1 + langpack.exe

Please follow the instructions closely.

The resulting file should be placed in HFSVCPACK before HFSLIP is run.

This post has been edited by Tomcat76: 14 June 2006 - 03:52 PM


#9 User is offline   zartrix 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 18-April 06

Posted 14 June 2006 - 05:51 PM

Super-Magician: I integrate the dotnefx.exe, SP1, KB886903 and the langpack.exe for .NET 1.1 (I put the original updates files in the HF folder but no the silent installers) but if the .NET 2.0 silent installer is placed in HF folder, then HFSLIP seems to integrate only the .NET 2.0 and not the 1.1. The same problem that i Have earlier. When i Put the silent installer for all the 1.1 updates in HFSVCPACK folder the CD works fine without .NET 2.0. The problem is when i try to integrate the .NET 2.0 with my XP CD.

Tomcat: I try to use your Script but when i try to run DNF11.exe (the output file) i get an error (7zip the file is missing). I not use the silent installer with your script, i use the original microsoft files like the help says.
But i have all the .NET 1.1 + SP1 + KB886903 + LangPack.exe in silent installers created by me. And all works fine if i put them in the HFSVCPACK. The problem only appears when i try to integrate the .NET 2.0.

Maybe there are a problem when you try to integrate the 1.1 and the 2.0 using HFSLIP.

Somebody can help me? any ideas? Iīm using the HFSLIP_60614b.CMD test release.

Thanks.
zartrix.

#10 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 14 June 2006 - 06:09 PM

You do have 7za.exe and StartX.exe in the MultiCompiler working folder, right?

Anyway, it's not so important. I was just trying to make it easier for you (one file for .NET 1.1 in HFSVCPACK).

Just for clarification... If you keep using your own files:
- your .NET 1.1 files should be in HFSVCPACK
- the RVM .NET 2.0 installer should be in HF

This post has been edited by Tomcat76: 14 June 2006 - 06:09 PM


#11 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,425
  • Joined: 06-January 06

Posted 14 June 2006 - 06:11 PM

hi zartrix ... you may use this addon instead that contains both 1.1 & 2 dotnetfx --- http://www.ryanvm.ne...opic.php?t=2270

remember, you have to create manually the folder HFAAO alongside the other folders ...

it integrates fine for me ...

main thing is you have to use silent installers for dotnet to work flawlessly :)

you may check these links too:
http://www.msfn.org/...showtopic=68924
http://www.vorck.com/hfslip.html

but follow Tomcat's instructions 1st ... ;)

This post has been edited by Kiki Burgh: 14 June 2006 - 06:19 PM


#12 User is offline   zartrix 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 18-April 06

Posted 14 June 2006 - 06:37 PM

Kiki Burgh: But i am working with Windows XP Professional in SPANISH... the add-on from ryanvm works with the spanish version of XP??? All the updates for Spanish versions all not the same that in english language. For what reason i need a folder called HFAAO??? I donīt understand very well.



Tomcat: Yes... i download the complete Script with all the utilities and files... when the scripts are working seems all ok. Decompress all the .NET 1.1 + SP1 + KB... and all works fine. The output file is called DNF11.exe and the size is 12 MB. The script works with any languages???


Thanks in advance
zartrix.

#13 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,425
  • Joined: 06-January 06

Posted 14 June 2006 - 06:54 PM

gee ... i forgot you are working on a Spanish ver ...
totally my bad ...
i suggest not to tinker yet with the HFAAO extra feature of HFSLIP ...
if you want to learn more about it though, feel free to check on the links i posted above

but since you are trying it out anyway ... you might want to see if it works for your Spanish ver OS ...
i may be wrong but i suppose it shouldn't matter ... ;)

This post has been edited by Kiki Burgh: 14 June 2006 - 06:58 PM


#14 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 14 June 2006 - 08:00 PM

View Postzartrix, on Jun 15 2006, 01:37 AM, said:

The script works with any languages???
It is supposed to be. I haven't actually tried all languages but English, Dutch & French work fine.

Do you have .NET 1.1 installed on the system you're running MultiCompiler from? Are you logged on to an account with admin rights?

#15 User is offline   zartrix 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 18-April 06

Posted 15 June 2006 - 08:09 AM

View PostTomcat76, on Jun 14 2006, 11:00 PM, said:

Do you have .NET 1.1 installed on the system you're running MultiCompiler from? Are you logged on to an account with admin rights?


Yes i have .NET 1.1 installed and the i Logon as Administrator in my machine.

But the problem is not the .NET silent installer that i have created, the problem is that when i install .NET 2.0 i lost .NET 1.1 in my machine and windowsupdate.microsoft.com try to download and install again the .NET 1.1 and the SP1, and the KB and the LangPack.

#16 User is offline   zartrix 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 18-April 06

Posted 15 June 2006 - 08:43 AM

I post every step that I try:

1) Windows XP Professional (in Spanish) + SP2 + Updates (Without .NET 2.0) = All works fine and i can Integrate all the hotfixes and updates (Including .NET 1.1 + SP1 + KB886903 + LangPack all with my silent installers created using iexpress). Only have one missing update = .NET 2.0 update. The CD Works FINE!!

2) Windows XP Professional (in Spanish) + SP2 + Updates (Including .NET 2.0) = All updates are integrated except .NET 2.0 (the silent installer that i create with Iexpress works fine if i test in a Fresh Install). SuperMagician says to me that i need some registry information for intall the .NET 2.0 and i do that in the next step.

3) Windows XP Professional (in Spanish) + SP2 + Updates (Including .NET 2.0) = All Works fine, but when i finished the installation and I browse windowsupdate.microsoft.com i have the .NET 1.1 Update for download. The .NET 2.0 silent installer that i create with Iexpress works fine if i Tested with a fresh install of Windows XP and i run manually. I put my silent installer of .NET 2.0 in the HF folder and renamed to dotnet2.exe like Super-Magician told me.

4) I try to integrate all the .NET 1.1 + SP1 + KB + LangPack in one installer like Tomcat76 told me but the multiscript failed to do that. But i think that is not a problem of my silent installers because they works fine in the step 1. The problem is when i install the .NET 2.0 that removes the .NET 1.1 if a try to integrate. If i run the silent installer manually when the installation of step 1 finish the silent installer works fine.

For all the test i use the HFSLIP_60614b.CMD version.

Maybe an error of integration with the .NET 2.0 in HFSLIP???
Any ideas???
Anyone can help??

Thanks in advance.

#17 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 15 June 2006 - 09:47 AM

Quote

Maybe an error of integration with the .NET 2.0 in HFSLIP???
This might be a possibility, but the INF file and commands in HFSLIP.CMD do not seem it could cause your problem.

Can you upload your .NET 2.0 installer somewhere and let me take a look at it?

#18 User is offline   zartrix 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 18-April 06

Posted 15 June 2006 - 10:55 AM

View PostSuper-Magician, on Jun 15 2006, 12:47 PM, said:

Can you upload your .NET 2.0 installer somewhere and let me take a look at it?


I make the silent installer with this file using Iexpress with some parameters that i canīt remember right now but not using the metod of the msi installer. Something like install.exe /q <--- This silent installer Works fine if i install .NET 2.0 manually in a PC with Windows XP Professional + SP2 + .NET 1.1 + All the updates.

I make the second silent installer using iexpress but changing the install metod. I use this command in the installer: dotnetfx.exe /q /c:"msiexec.exe /i netfx.msi ADDEPLOY=1 /qn" for test purposes...
Iīam testing it right now...
<--- Not Work at all. Donīt install at all. I must try it first... and not to do the hfslip cd without trying first the installers!! jaja

In a few minutes i tell you if it works or not... Doesnīt Work!

I upload my two silent installers for you to donwload:
5DotNet2.exe => The silent installer created using iexpress with the msiexec.exe command Not Download it! Doesnīt Work at all!
5Net20.exe ==> The silent installer creater using iexpress with the install.exe command.

Thanks for the help.. and i post when finish my new XP install (testing the silent installer of .NET 2.0 with the msiexec.exe command).

zartrix

This post has been edited by zartrix: 15 June 2006 - 11:29 AM


#19 User is offline   zartrix 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 18-April 06

Posted 15 June 2006 - 01:28 PM

In the previous reply i did some test but they didnīt work at all!

I upload my silent installer and the original dotnetfx.exe file downloaded from Microsoft (in my language - Spanish).

The .NET 2.0 Silent Installer Link
The Original .NET 2.0 File Link

Please try to look if there any problems with that files... but i think that itīs all ok.

I canīt understand why installing the .NET 2.0 eliminates the .NET 1.1 from my pc... and windowsupdate is telling me to download again. The problem are the same: When i integrate .NET 2.0 in HSFLIP, the .NET 1.1 doensīt work any more and is for download again in windows update!, like .NET 2.0 uninstall .NET 1.1.

Thanks in advance...

zartrix

#20 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 15 June 2006 - 02:05 PM

You never answered my question: when you are trying to get both .NET 1.1 and .NET 2.0 in, where exactly are you placing your .NET 1.1 files and where exactly are you placing your .NET 2.0 files?


Anyway... I'm making a newer version of the MultiCompiler script. It already supports .NET 1.1 and .NET 2.0 (including updates, language packs and reg hacks). I suggest you try it because the .NET 1.1 section has been thoroughly revised. You can rename the output files to whatever you want and place them in the HFSVCPACK folder (then run HFSLIP).

MC2

This post has been edited by Tomcat76: 16 June 2006 - 12:22 PM


Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy