You have .NET V3, which can not be uninstalled, and .NET V3 does not include .NET V1 which is neccessary to install CX-One.
Do this:
Download Microsoft .NET Framework 1.1 (dotnetfx.exe) and Microsoft .NET Framework 1.1 Service Pack 1 (dotnetfxsp1.exe).
Ensure that the Microsoft .NET Framework 1.1 Redistributable Package is named dotnetfx.exe. If not, change its name to dotnetfx.exe.
Ensure that Microsoft .NET Framework 1.1 Service Pack 1 is named dotnetfxsp1.exe. If not, change its name to dotnetfxsp1.exe.
Save both installations in the same directory
Open command prompt as Administrator, and change to the directory where the two installations are saved.
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
Install both Microsoft .Net Framework 1.1 and Service Pack 1 by running C:\dotnet\netfx.msi
Works fine at my Vista PC. I had MUCH MUCH MUCH trouble to find a solution.
Ugh!
