Evo samo jedna stvar, koja je meni nekad bila problem... Vista ne dolazi sa .NET 1.1, te ima neki bug u sebi koji onemogucava instalaciju istog. u .NET 1.1 SP1 to je rjeseno, ali se on ne moze instalirati bez "obicnog" .NET 1.1.
Rjesenje je slijedece:
Tekst preuzet sa: http://geekycoder.wordpress.co...n-windows-vista-without-tears/
1. Download Microsoft .NET Framework 1.1 Redistributable Package and Microsoft .NET Framework 1.1 Service Pack 1
2. Save both installations in the same directory
3. Ensure that the Microsoft .NET Framework 1.1 Redistributable Package is named dotnetfx.exe. If not, change its name to dotnetfx.exe.
4. Ensure that Microsoft .NET Framework 1.1 Service Pack 1 is named dotnetfxsp1.exe. If not, change its name to dotnetfxsp1.exe.
5. Open command prompt as Administrator, and change to the directory where the two installations are saved.
6. Run the following commands using the order shown below
* dotnetfx.exe /c:”msiexec.exe /a netfx.msi TARGETDIR=C:\dotnet”
* dotnetfxsp1.exe /Xp:C:\dotnet\netfxsp.msp
* msiexec.exe /a c:\dotnet\netfx.msi /p c:\dotnet\netfxsp.msp
7. Install both Microsoft .Net Framework 1.1 and Service Pack 1 by running C:\dotnet\netfx.msi