[?]: cx one install problem

CX-One, CX programmer, NTST, Syswin ....
Post Reply
basem385
Posts: 4
Joined: Thu Feb 12, 2009 1:47 pm
Location: Syria

[?]: cx one install problem

Post by basem385 » Mon Mar 16, 2009 6:17 pm

hello
I have problem when i installed CX one 3.0
Image
The net framework ( Part in CX-ONE ) Not working properly
its didn't install
Pls give me any way to solve this problem
thnx

Homeroid_BL
Posts: 259
Joined: Fri Apr 03, 2009 3:24 pm
Location: Bosnia and Herzegovina

If you use Windows Vista that it a known problem

Post by Homeroid_BL » Fri Apr 03, 2009 3:50 pm

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!
:)

Post Reply