Skip to content

Commit

Permalink
Updated installer
Browse files Browse the repository at this point in the history
Added batch build
  • Loading branch information
RRUZ committed Dec 31, 2015
1 parent bb16cda commit 7294fe2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Build_x86Release.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
call "C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin\rsvars.bat"
msbuild.exe "WDCC.dproj" /target:clean;build /p:Platform=Win32 /p:config=release

pause
9 changes: 5 additions & 4 deletions Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,13 @@ Source: Updater\Updater.exe; DestDir: {app}\Updater
[Setup]
UsePreviousLanguage=no
AppName={#MyAppName}
AppPublisher=The Road To Delphi
AppVerName={#MyAppName} {#MyAppVersion}
VersionInfoVersion={#MyAppVersion}
AppPublisherURL=http://theroadtodelphi.wordpress.com/
AppSupportURL=http://theroadtodelphi.wordpress.com/
AppUpdatesURL=http://theroadtodelphi.wordpress.com/
AppPublisher=Octopus Software
AppPublisherURL=http://octopus.software/
AppSupportURL=https://github.com/RRUZ/wmi-delphi-code-creator/issues
AppUpdatesURL=https://github.com/RRUZ/wmi-delphi-code-creator
;DefaultDialogFontName=Calibri
DefaultDirName={pf}\The Road To Delphi\Wmi Delphi Code Creator
OutputBaseFileName=Setup_WmiDelphiCodeCreator
DisableDirPage=true
Expand Down

0 comments on commit 7294fe2

Please sign in to comment.