File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
AutoCADNetWizardsInstaller Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ subst w: "C:\Program Files (x86)\WiX Toolset v3.8"
88w:\bin\candle.exe AutoCADNetWizards.wxs -out temp\AutoCADNetWizards.wixobj
99w:\bin\light.exe -sw1076 -b .. temp\AutoCADNetWizards.wixobj -out AutoCADNetWizards.msi
1010rem -ext WixUIExtension
11- if exist del AutoCAD_2014_dotnet_wizards.zip del AutoCAD_2014_dotnet_wizards.zip > nul
11+ if exist AutoCAD_2014_dotnet_wizards.zip del AutoCAD_2014_dotnet_wizards.zip > nul
1212" C:\Program Files\WinRAR\WinRAR.exe" a AutoCAD_2014_dotnet_wizards.zip AutoCADNetWizards.msi > nul
1313
1414pause
Original file line number Diff line number Diff line change 1+ rem This batch is to build the VB Wizard ZIP without Visual Studio
12@ echo off
23%~d0
34cd /d %~dp0
@@ -24,4 +25,4 @@ copy /Y "%ProjectDir%Template Data\MyTemplate.vstemplate" . > nul
2425copy /Y " %ProjectDir% Template Data\MyTemplate - WDExpress.vstemplate" " MyTemplate.vstemplate" > nul
2526" C:\Program Files\WinRAR\WinRAR.exe" a -r " ..\%ProjectName% -WD.zip" *.* > nul
2627
27- pause
28+ pause
You can’t perform that action at this time.
0 commit comments