mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
Installer, Win: Display name for add on installer. Issue #0025787
git-svn-id: trunk@44692 -
This commit is contained in:
parent
1e4d9a5e3c
commit
2da14ac740
@ -23,8 +23,12 @@ EnableISX=true
|
||||
#define SetupDate GetEnv('DateStamp')
|
||||
#define BuildDir GetEnv('BuildDir')
|
||||
#define OutputFileName GetEnv('OutputFileName')
|
||||
#define CrossTargetCPU GetEnv('TARGETCPU')
|
||||
#define CrossTagetOs GetEnv('TARGETOS')
|
||||
[Setup]
|
||||
AppName={#AppName}
|
||||
AppName={#AppName} - Addon for target {#CrossTagetOs}-{#CrossTargetCPU}
|
||||
UpdateUninstallLogAppName=no
|
||||
;UninstallDisplayName={#AppName} {#AppVersion}
|
||||
; AddId: registry/uninstall info: Max 127 char
|
||||
AppId={code:GetAppId}
|
||||
AppVersion={#AppVersion}
|
||||
|
Loading…
Reference in New Issue
Block a user