Cannot install AutoCAD 2019 .NET Wizard

Cannot install AutoCAD 2019 .NET Wizard

vladop
Collaborator Collaborator
18,643 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,644 Views
65 Replies
Replies (65)
Message 21 of 66

bwang-tecoustics
Collaborator
Collaborator

Found a way to fix the ObjectArx wizard issue. See here.

0 Likes
Message 22 of 66

Anonymous
Not applicable

Hi, I tried your suggestions and the cmd window promotes as followings(a rough translation of the error is: can't apply the change program, please check the validation of the path):

草图.png

Any suggestions to solve the problem? Thanks very much.

0 Likes
Message 23 of 66

Tony_Gibbs
Advocate
Advocate

I have run the following line and get this

D:\>msiexec /i autocadnetwizards.msi TRANSFORMS=LcsMst4DotNet472.mstAcad_net_wizard.png

 Have you got ant sugestions

Thanks

0 Likes
Message 24 of 66

m_latz
Advisor
Advisor

Use the full path name for the installer files, if they are not in the your current directory:

 

Only as example:

 

D:\>msiexec /i C:\Temp\autocadnetwizards.msi TRANSFORMS=C:\Temp\LcsMst4DotNet472.mst

 

If your current directory contains spaces use also "

 

regards

 

Markus

0 Likes
Message 25 of 66

Tony_Gibbs
Advocate
Advocate

Hi Marcus

Thanks for the reply

I'm a bit of a novice Please bear with me.

 

I have changed the paths to what I think is correct but still getting this:

 

Windows ® Installer. V 5.0.17134.228

msiexec /Option <Required Parameter> [Optional Parameter]

Install Options
</package | /i> <Product.msi>
Installs or configures a product
/a <Product.msi>
Administrative install - Installs a product on the network
/j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
Advertises a product - m to all users, u to current user
</uninstall | /x> <Product.msi | ProductCode>
Uninstalls the product
Display Options
/quiet
Quiet mode, no user interaction
/passive
Unattended mode - progress bar only
/q[n|b|r|f]
Sets user interface level
n - No UI
b - Basic UI
r - Reduced UI
f - Full UI (default)
/help
Help information
Restart Options
/norestart
Do not restart after the installation is complete
/promptrestart
Prompts the user for restart if necessary
/forcerestart
Always restart the computer after installation
Logging Options
/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
i - Status messages
w - Nonfatal warnings
e - All error messages
a - Start up of actions
r - Action-specific records
u - User requests
c - Initial UI parameters
m - Out-of-memory or fatal exit information
o - Out-of-disk-space messages
p - Terminal properties
v - Verbose output
x - Extra debugging information
+ - Append to existing log file
! - Flush each line to the log
* - Log all information, except for v and x options
/log <LogFile>
Equivalent of /l* <LogFile>
Update Options
/update <Update1.msp>[;Update2.msp]
Applies update(s)
/uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
Remove update(s) for a product
Repair Options
/f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
Repairs a product
p - only if file is missing
o - if file is missing or an older version is installed (default)
e - if file is missing or an equal or older version is installed
d - if file is missing or a different version is installed
c - if file is missing or checksum does not match the calculated value
a - forces all files to be reinstalled
u - all required user-specific registry entries (default)
m - all required computer-specific registry entries (default)
s - all existing shortcuts (default)
v - runs from source and recaches local package
Setting Public Properties
[PROPERTY=PropertyValue]

Consult the Windows ® Installer SDK for additional documentation on the
command line syntax.

Copyright © Microsoft Corporation. All rights reserved.
Portions of this software are based in part on the work of the Independent JPEG Group.

 

Regards Tony

0 Likes
Message 26 of 66

m_latz
Advisor
Advisor

No problem, please make a screenshot of your command window where I can see the location of your msi and mst file.

 

Then I will try to send you the complete command line you have to use ...

 

regards

 

Markus

0 Likes
Message 27 of 66

m_latz
Advisor
Advisor
0 Likes
Message 28 of 66

Tony_Gibbs
Advocate
Advocate

This is where the files are: See attachment

 

0 Likes
Message 29 of 66

Tony_Gibbs
Advocate
Advocate

Thanks for that

I did look here 3 times in fact but got a bit confused

0 Likes
Message 30 of 66

m_latz
Advisor
Advisor

I think easiest is, if:

 

  1. you do not have a C:\Temp folder create it.
  2. Copy the two file from "All downloads" to the C:\Temp folder.
  3. Open a cmd window as "Administrator"
  4. execute the command:
    msiexec /i C:\Temp\autocadnetwizards.msi TRANSFORMS=C:\Temp\LcsMst4DotNet472.mst

 

regards

 

Markus

0 Likes
Message 31 of 66

Tony_Gibbs
Advocate
Advocate

That worked like a dream

Thank you very Marcus

0 Likes
Message 32 of 66

m_latz
Advisor
Advisor

Fine 🙂

 

regards

 

Markus

0 Likes
Message 33 of 66

Anonymous
Not applicable

Adding to this issue: 

I've been having the same issue and finally managed to resolve things. My problem was that because I have Microsoft OneDrive, Visual Studio was looking in the wrong place. Put the msi file in both of your Document directories and then run the install.

C:\Users\<user name here>\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C#

C:\Users\<user name here>\OneDrive\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C#

 

Check other suggestions in this post for remaining issues.

0 Likes
Message 34 of 66

Anonymous
Not applicable

I am new to programming and trying to get my system setup.  I ran across this thread when trying to load the wizards.  I have Visual Studio 2017 Community installed and my .net is version 4.7.2. I followed your directions and now I get the message below.  I don't know what to do. I've never done any programming and not getting off to a good start.  

0 Likes
Message 35 of 66

m_latz
Advisor
Advisor

Just if you overlooked in an earlier post that screencast:

 

https://autode.sk/2y48WLE

 

regards

 

Markus

0 Likes
Message 36 of 66

Anonymous
Not applicable

I did see that video.  That's the procedure I'm following. The wizard starts for installing .net but then I get the error that studio isn't installed.  It for sure is installed.  

0 Likes
Message 37 of 66

m_latz
Advisor
Advisor

Does this registry key exists ?

VS2017Key.png

 

regards

 

Markus

0 Likes
Message 38 of 66

Anonymous
Not applicable

yes I have that key in the registry.  I'm also running 4.7.2 .net.  

0 Likes
Message 39 of 66

Anonymous
Not applicable

I've this:

1.JPG

2.JPG

key for .net framework 4.7 and 4.8. Ten i copied your files in c:\temp and run your command, but i still got the wizard not working.

4.JPG

Can you help me ?

0 Likes
Message 40 of 66

m_latz
Advisor
Advisor

You have installed .NET framework 4.8. My transform works only for .NET 4.7.x

 

Try this the new transform and let me know if it worked, because I have not tested.

 

regards

 

Markus