Skip to content

Commit 7294fe2

Browse files
committed
Updated installer
Added batch build
1 parent bb16cda commit 7294fe2

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

Build_x86Release.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
call "C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin\rsvars.bat"
2+
msbuild.exe "WDCC.dproj" /target:clean;build /p:Platform=Win32 /p:config=release
3+
4+
pause

Installer.iss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,13 @@ Source: Updater\Updater.exe; DestDir: {app}\Updater
277277
[Setup]
278278
UsePreviousLanguage=no
279279
AppName={#MyAppName}
280-
AppPublisher=The Road To Delphi
281280
AppVerName={#MyAppName} {#MyAppVersion}
282281
VersionInfoVersion={#MyAppVersion}
283-
AppPublisherURL=http://theroadtodelphi.wordpress.com/
284-
AppSupportURL=http://theroadtodelphi.wordpress.com/
285-
AppUpdatesURL=http://theroadtodelphi.wordpress.com/
282+
AppPublisher=Octopus Software
283+
AppPublisherURL=http://octopus.software/
284+
AppSupportURL=https://github.com/RRUZ/wmi-delphi-code-creator/issues
285+
AppUpdatesURL=https://github.com/RRUZ/wmi-delphi-code-creator
286+
;DefaultDialogFontName=Calibri
286287
DefaultDirName={pf}\The Road To Delphi\Wmi Delphi Code Creator
287288
OutputBaseFileName=Setup_WmiDelphiCodeCreator
288289
DisableDirPage=true

0 commit comments

Comments
 (0)