Skip to content

Commit 8078a17

Browse files
committed
Update build and release notes information
1 parent 71391a1 commit 8078a17

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The installation file is in \AutoCADNetWizardsInstaller\
2929

3030
AutoCADNetWizards.msi or
3131

32-
AutoCAD_2017_dotnet_wizards.zip
32+
AutoCAD_2022_dotnet_wizards.zip
3333

3434

3535
Installing a managed DLL into the GAC on a developer machine without installer

build.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
### Steps to Build
22

3-
- [Get Wix 3.11](http://wixtoolset.org/releases/v3.11.1/stable)
4-
- [Get Wix Tool Extension for VS2017](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension)
3+
- [Get Wix 3.14](https://wixtoolset.org/releases/v3-14-0-4118/)
4+
- [Get Wix Tool Extension for VS2019](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension)
55
- You need [7Z](https://www.7-zip.org/)/Zip tool, please download and put it C:\Utils\7z.exe this is only a convenience or else you may need change `post build` event of every visual project to ZIP the files.
66
- for example in AutoCAD VB Plugin project , `"C:\Utils\7z.exe" a -r "..\$(ProjectName).zip" *.* `
7-
- Open the Visual Solution `"..\AutoCADNetWizardsInstaller\AutoCADNetWizards.msi.sln"` in Visual Studio 2017
7+
- Set the path in terminal using: set path=C:\Utils
8+
- Open the Visual Solution `"..\AutoCADNetWizardsInstaller\AutoCADNetWizards.sln"` in Visual Studio 2019
89
- Build Solution
910

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The installation file is in \AutoCADNetWizardsInstaller\
22
AutoCADNetWizards.msi or
3-
AutoCAD_2017_dotnet_wizards.zip
3+
AutoCAD_2022_dotnet_wizards.zip
44

55
Installing a managed DLL into the GAC on a developer machine without installer
66
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\gacutil" -I "ArxLocatorWizard2010\bin\Release\ObjectARXLocatorWizard.dll"

0 commit comments

Comments
 (0)