# # # patch "res/win32/guitone.iss" # from [fd678633452b24bd200118562228963dbd2062c4] # to [a865d5425b5f49b7da842689df8a40bae7d46ca7] # ============================================================ --- res/win32/guitone.iss fd678633452b24bd200118562228963dbd2062c4 +++ res/win32/guitone.iss a865d5425b5f49b7da842689df8a40bae7d46ca7 @@ -1,6 +1,7 @@ #define APPNAME="guitone" -#define APPVERS="0.9" -#define QTDIR="E:\Qt\4.4.0" +#define APPVERS="1.0rc1" +#define QTDIR="c:\Qt\4.6.2" +#define MINGWDIR="c:\MinGW\" [Setup] AppId={{5D368DF6-C31E-499C-A99E-2755F3D67211} @@ -11,10 +12,10 @@ DefaultGroupName={#APPNAME} DefaultDirName={pf}\{#APPNAME} DefaultGroupName={#APPNAME} -AppCopyright=Copyright © 2006 - 2008 Thomas Keller +AppCopyright=Copyright © 2006 - 2010 Thomas Keller AppPublisher=Thomas Keller AppPublisherURL=http://guitone.thomaskeller.biz -OutputDir=. +OutputDir=..\..\bin LicenseFile=..\..\COPYING RestartIfNeededByRun=false UsePreviousUserInfo=false @@ -34,7 +35,8 @@ Source: ..\..\bin\{#APPNAME}.exe; DestDi Source: ..\..\README.driver.txt; DestDir: {app} Source: ..\..\NEWS.txt; DestDir: {app} Source: ..\..\bin\{#APPNAME}.exe; DestDir: {app}; Flags: ignoreversion -Source: {#QTDIR}\bin\mingwm10.dll; DestDir: {app} +Source: {#MINGWDIR}\bin\mingwm10.dll; DestDir: {app} +Source: {#MINGWDIR}\bin\libgcc_s_dw2-1.dll; DestDir: {app} Source: {#QTDIR}\bin\QtCore4.dll; DestDir: {app} Source: {#QTDIR}\bin\QtGui4.dll; DestDir: {app} Source: {#QTDIR}\bin\QtNetwork4.dll; DestDir: {app} @@ -60,7 +62,7 @@ Filename: {app}\{#APPNAME}.exe; Descript Filename: {app}\{#APPNAME}.exe; Description: {cm:LaunchProgram,{#APPNAME}}; Flags: nowait postinstall skipifsilent unchecked [Registry] -Root: HKCR; Subkey: .mtn; ValueType: string; ValueData: montone.db; Flags: uninsdeletevalue; Tasks: +Root: HKCR; Subkey: .mtn; ValueType: string; ValueData: montone.db; Flags: uninsdeletevalue; Tasks: Root: HKCR; Subkey: monotone.db; ValueType: string; ValueName: ; ValueData: {cm:MonotoneRepository}; Flags: uninsdeletekey Root: HKCR; Subkey: monotone.db\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\guitone.exe,1 Root: HKCR; Subkey: monotone.db\shell\open\command; ValueType: string; ValueName: ; ValueData: """{app}\guitone.exe"" ""%1""" @@ -77,3 +79,4 @@ german.MonotoneRepository=monotone-Depot german.ViewReadmeDriver=README-Datei des Driver-Interfaces anzeigen (Englisch) german.ViewNews=guitones Änderungsliste anzeigen (Englisch) german.MonotoneRepository=monotone-Depot +