Skip to content

Commit 66aa5d7

Browse files
committed
Merge branch 'master' into develop
2 parents 3cccb78 + 87aec8d commit 66aa5d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AutoCADNetWizardsInstaller/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ subst w: "C:\Program Files (x86)\WiX Toolset v3.8"
88
w:\bin\candle.exe AutoCADNetWizards.wxs -out temp\AutoCADNetWizards.wixobj
99
w:\bin\light.exe -sw1076 -b .. temp\AutoCADNetWizards.wixobj -out AutoCADNetWizards.msi
1010
rem -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

1414
pause

vbNoVS.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
rem This batch is to build the VB Wizard ZIP without Visual Studio
12
@echo off
23
%~d0
34
cd /d %~dp0
@@ -24,4 +25,4 @@ copy /Y "%ProjectDir%Template Data\MyTemplate.vstemplate" . > nul
2425
copy /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

0 commit comments

Comments
 (0)