Cannot install AutoCAD 2019 .NET Wizard

Cannot install AutoCAD 2019 .NET Wizard

vladop
Collaborator Collaborator
18,615 Views
65 Replies
Message 1 of 66

Cannot install AutoCAD 2019 .NET Wizard

vladop
Collaborator
Collaborator

When I try to install the Managed .NET project wizard I get this message:
Wizard.png

 

 

Visual Studio installer shows that .NET Framework 4.7 is installed:VS installer.png 
VS version.png

 

 

Release value in registry is 461808, which means that .NET Framework 4.7.2 is installed:VS version.png

Registry.png

 

Any idea how to solve this?

 

Regards,

Vladimir

0 Likes
Accepted solutions (1)
18,616 Views
65 Replies
Replies (65)
Message 2 of 66

vladop
Collaborator
Collaborator

One more try...
When I try to install .NET Framework 4.7 this message box appears:


Install.png

and when I try to install Wizard I get this:


Wizard.png

 

These two are controversial.

Any help is appreciated.

 

Regards,

Vladimir

Message 3 of 66

m_latz
Advisor
Advisor

The .NET wizard installer checks the value for "Release" (see your screenshot).

 

Valid values are only:

460798 or 460805 or 461308 or 461310

 

change temporarily your value to any of the above, install and undo your change.

 

regards

 

Markus

0 Likes
Message 4 of 66

vladop
Collaborator
Collaborator

Thanks Markus.

There are 4 Release DWORDs in:

1. ...v4\Client

2. ...v4\Client\1033

3. ...v4\Full

4. ...v4\Full\1033

 

I changed all of them to 460798 than 460805 than 461308 and finally 461310 and couldn't install the wizard.

I have Windows 10’s April 2018 Update installed.

 

By the way 461308 and 461310 are 4.7.1 release values:

On Windows 10 Creators Update only: 460798

On all other OS versions: 460805
.NET Framework 4.7
On Windows 10 Fall Creators Update only: 461308

On all other OS versions: 461310
.NET Framework 4.7.1

 

Regards,

Vladimir

0 Likes
Message 5 of 66

m_latz
Advisor
Advisor

I will check this on a virtual Windows 10 machine, give me some time ...

 

regards

 

Markus

0 Likes
Message 6 of 66

m_latz
Advisor
Advisor
Accepted solution

I forgot that the msi package is a 32-bit installation package. So you have to change the value in the 32-bit portion of the registry. But I have also created a transform, that you can install on newest W10 1803.

 

msiexec /i AutoCADNetWizards.msi TRANSFORMS=LcsMst4DotNet472.mst

 

But not yet tested because my W10 machine with VS 2017 and Acad2019 is on maintenance because I changed the harddrive.

 

regards

 

Markus

Message 7 of 66

vladop
Collaborator
Collaborator

Thank you very much, I really appreciate your help.

It works for me.

 

Regards,

Vladimir

0 Likes
Message 8 of 66

Anonymous
Not applicable

May I Know How to slove the problem with detail steps?


@vladop wrote:

Thank you very much, I really appreciate your help.

It works for me.

 

Regards,

Vladimir



@vladop wrote:

Thank you very much, I really appreciate your help.

It works for me.

 

Regards,

Vladimir


 

Message 9 of 66

m_latz
Advisor
Advisor

I not sure how to give more details ?

 

Just look to the solution and read ...

ScreenShotDotNET-OarxWizard2019.png

Now tested with Windows 10 1803

 

regards

 

Markus

0 Likes
Message 10 of 66

Anonymous
Not applicable

Thx!

0 Likes
Message 11 of 66

Anonymous
Not applicable

I tried your solution on my laptop and it worked great. Then I tried it on a virtual machine and got the error "Could not locate network location [WindowsVolume].

 

Is this some kind of environment variable? Any suggestions?

Message 12 of 66

Anonymous
Not applicable

It works !  Thanks very much ! This wizard save my time~

0 Likes
Message 13 of 66

m_latz
Advisor
Advisor

WindowsVolume is a windows installer variable and sometimes not correct initialized.

 

What you can try is the following:

 

msiexec /i AutoCADNetWizards.msi TRANSFORMS=LcsMst4DotNet472.mst VS2017_PRO="C:\"

 

The variable WindowsVolume is used to initialize the public property VS2017_PRO. But you can also initialize with any other value, you give it a try, but only theory, not tested !

 

regards

 

Markus

0 Likes
Message 14 of 66

BKSpurgeon
Collaborator
Collaborator

Hi there

 

thank you for your code

 

would you be able to elaborate a little more on what it is doing exactly? In other words, is it actually changing any registry entries? clarification much appreciated.

 

rgds

0 Likes
Message 15 of 66

m_latz
Advisor
Advisor

No this transformation does not change anything on your computer !

The transformation changes/extends only the "install conditions" in the msi package.

 

You can check this if you download orca (free msi editor) from Microsoft and open the msi with the mst file.

 

But yes, never trust software from unknown sources 😉

 

regards

 

Markus

Message 16 of 66

bwang-tecoustics
Collaborator
Collaborator

Anybody can update the installation file? I just downloaded one and still can't install it. I tried to modify the release number on my computer but it says I can't change it.

0 Likes
Message 17 of 66

bwang-tecoustics
Collaborator
Collaborator

Ok, did some research on how to use this file. I have to type in the following in the command line (RUN):

msiexec.exe /i "D:\AutoCAD SDK\autocadnetwizards2019.msi"  TRANSFORMS="D:\AutoCAD SDK\LcsMst4DotNet472.mst"

Message 18 of 66

bwang-tecoustics
Collaborator
Collaborator

Though I can install the wizard, when I try to start a project, the 2019 wizard still tells me I need .Net framework 4.7.1.

Anybody can fix the problem. 

0 Likes
Message 19 of 66

m_latz
Advisor
Advisor

I made a screencast to demonstrate the installation of the AutoCADDotNetWizard 2019 and to check the install conditions.

 

https://autode.sk/2y48WLE

 

regards

 

Markus

Message 20 of 66

bwang-tecoustics
Collaborator
Collaborator

Thank you very much. The .Net wizard is working now. 

Can I use this method to install objectArx wizard? I can install the ObjectArx wizard but when I start a project, the new project window just flashes and no project is created in the folder. That is for C++ projects.