Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CreateUpdatePatch/buildPatch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,14 @@ if not %errorlevel% == 0 set PATH=%WIX%/bin;%PATH%
DEL *.wixpdb
DEL *.wixmst
DEL *.wixmsp
DEL .\Master\*.msi
if /I not "%KEEP_INTERMEDIATE_MSI%"=="true" (
DEL .\Master\*.msi
DEL .\Update\*.msi
)
DEL .\Master\*.wixobj
DEL .\Master\*.wixpdb
DEL .\Master\AppHarvest.wxs
DEL .\Master\DataHarvest.wxs
DEL .\Update\*.msi
DEL .\Update\*.wixobj
DEL .\Update\*.wixpdb
DEL .\Update\AppHarvest.wxs
Expand Down