You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Get Wix Tool Extension for VS2019](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension)
5
5
- 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.
6
6
- 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
0 commit comments