mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
0.9 and configure option
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@721 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
01c02d9f99
commit
5550892e2b
1 changed files with 4 additions and 4 deletions
|
@ -16,11 +16,11 @@ Source: ..\additional_files\*; DestDir: {app}; Flags: overwritereadonly recurses
|
||||||
;Source: ..\..\bin\Release\Languages\Plugins\Greenshot-TitleFix-Plugin\*; DestDir: {app}\Languages\Plugins\Greenshot-TitleFix-Plugin; Components: plugins\titlefix; Flags: overwritereadonly ignoreversion replacesameversion;
|
;Source: ..\..\bin\Release\Languages\Plugins\Greenshot-TitleFix-Plugin\*; DestDir: {app}\Languages\Plugins\Greenshot-TitleFix-Plugin; Components: plugins\titlefix; Flags: overwritereadonly ignoreversion replacesameversion;
|
||||||
[Setup]
|
[Setup]
|
||||||
OutputDir=..\
|
OutputDir=..\
|
||||||
OutputBaseFilename=Greenshot-INSTALLER-0.8.0.$WCREV$
|
OutputBaseFilename=Greenshot-INSTALLER-0.9.0.$WCREV$
|
||||||
DefaultDirName={pf}\Greenshot
|
DefaultDirName={pf}\Greenshot
|
||||||
DefaultGroupName=Greenshot
|
DefaultGroupName=Greenshot
|
||||||
AppName=Greenshot
|
AppName=Greenshot
|
||||||
AppVerName=0.8.0.$WCREV$
|
AppVerName=0.9.0.$WCREV$
|
||||||
AppMutex=F48E86D3-E34C-4DB7-8F8F-9A0EA55F0D08,Global\F48E86D3-E34C-4DB7-8F8F-9A0EA55F0D08
|
AppMutex=F48E86D3-E34C-4DB7-8F8F-9A0EA55F0D08,Global\F48E86D3-E34C-4DB7-8F8F-9A0EA55F0D08
|
||||||
PrivilegesRequired=admin
|
PrivilegesRequired=admin
|
||||||
; Reference a bitmap, max size 164x314
|
; Reference a bitmap, max size 164x314
|
||||||
|
@ -30,7 +30,7 @@ WizardImageStretch=false
|
||||||
WizardImageBackColor=$3f3f3f
|
WizardImageBackColor=$3f3f3f
|
||||||
; Reference a bitmap, max size 55x58
|
; Reference a bitmap, max size 55x58
|
||||||
WizardSmallImageFile=greenshot.bmp
|
WizardSmallImageFile=greenshot.bmp
|
||||||
VersionInfoVersion=0.8.0.$WCREV$
|
VersionInfoVersion=0.9.0.$WCREV$
|
||||||
VersionInfoCompany=Greenshot
|
VersionInfoCompany=Greenshot
|
||||||
VersionInfoProductName=Greenshot
|
VersionInfoProductName=Greenshot
|
||||||
MinVersion=,5.01.2600
|
MinVersion=,5.01.2600
|
||||||
|
@ -95,7 +95,7 @@ begin
|
||||||
end;
|
end;
|
||||||
|
|
||||||
[Run]
|
[Run]
|
||||||
Filename: {app}\Greenshot.exe; Description: {cm:startgreenshot}; Parameters: --config Ui_Language={language}; WorkingDir: {app}; Flags: nowait postinstall runasoriginaluser skipifsilent
|
Filename: {app}\Greenshot.exe; Description: {cm:startgreenshot}; Parameters: --configure Ui_Language={language}; WorkingDir: {app}; Flags: nowait postinstall runasoriginaluser skipifsilent
|
||||||
[InstallDelete]
|
[InstallDelete]
|
||||||
Name: {app}; Type: filesandordirs; Languages:
|
Name: {app}; Type: filesandordirs; Languages:
|
||||||
Name: {userstartup}\Greenshot.lnk; Type: files; Languages:
|
Name: {userstartup}\Greenshot.lnk; Type: files; Languages:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue