Skip to content

Commit

Permalink
Delete temporary installer files
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Apr 26, 2024
1 parent f926706 commit 8aebf45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DISMTools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,7 @@ IF %25COPY_DOCS%25=="Yes" (
IF %25GEN_INSTALLER%25=="Yes" (
echo The technology used for creating the installer is subject to a license. Refer to the "LICENSE.TXT" file in the "$(SolutionDir)Installer" directory for more information
echo Copying program files...
IF EXIST "$(SolutionDir)Installer\files" (rd "$(SolutionDir)Installer\files" /s /q)
IF NOT EXIST "$(SolutionDir)Installer\files" (md "$(SolutionDir)Installer\files")
XCOPY "$(TargetDir)*.*" "$(SolutionDir)Installer\files" /cehyi
IF EXIST "$(SolutionDir)Installer\files\VS*.tmp" (del "$(SolutionDir)Installer\files\VS*.tmp" /f /q)
Expand Down

0 comments on commit 8aebf45

Please sign in to comment.