[Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{b1390e3b1a38d9c94e5041b64b3b8ccb} ;AppId={{1DB6EA4F-D387-432D-A739-283E0E916AF6} AppName=Screen Message AppVerName=Screen Message @PACKAGE_VERSION@ AppPublisher=Joachim Breitner AppPublisherURL=http://www.joachim-breitner.de/projects#screen-message AppSupportURL=http://www.joachim-breitner.de/projects#screen-message AppUpdatesURL=http://www.joachim-breitner.de/projects#screen-message DefaultDirName={pf}\Screen Message DefaultGroupName=Screen Message AllowNoIcons=yes OutputBaseFilename=screen-message-setup Compression=lzma SolidCompression=yes ; Is there a point in displaying the LICENSE file? ; LicenseFile=LICENSE InfoBeforeFile=README.Win32 [Files] Source: "sm.exe"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\etc\*"; DestDir: "{app}\etc"; Flags: recursesubdirs ;Source: "@WIN32_GTK@\share\locale\*"; DestDir: "{app}\share\locale"; Flags: recursesubdirs Source: "@WIN32_GTK@\share\themes\*"; DestDir: "{app}\share\themes"; Flags: recursesubdirs Source: "@WIN32_GTK@\bin\libgtk-win32*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libgdk-win32*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libglib*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libgobject*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libpango*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libgdk_pixbuf*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libcairo*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libgio*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libgmodule*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libfontconfig*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\freetype*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libpng*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\zlib*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libexpat*.dll"; DestDir: "{app}\bin" Source: "@WIN32_GTK@\bin\libatk*.dll"; DestDir: "{app}\bin" [Icons] Name: "{group}\Screen Message"; Filename: "{app}\bin\sm.exe" Name: "{group}\{cm:UninstallProgram,arbtt}"; Filename: "{uninstallexe}" [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" Name: "german"; MessagesFile: "compiler:Languages\German.isl"