Subversion Repositories musikbox

Compare Revisions

Regard whitespace Rev 2 → Rev 3

/trunk/Setup.iss
5,21 → 5,26
AppName=MusikBox
AppVerName=MusikBox
AppVersion=1.5
AppCopyright=© Copyright 2005 - 2007 ViaThinkSoft.
AppCopyright=© Copyright 2005 - 2007 ViaThinkSoft
AppPublisher=ViaThinkSoft
AppPublisherURL=http://www.viathinksoft.de/
AppSupportURL=http://www.daniel-marschall.de/
AppUpdatesURL=http://www.viathinksoft.de/
DefaultDirName={pf}\MusikBox 1.5
DefaultDirName={autopf}\MusikBox 1.5
DefaultGroupName=MusikBox 1.5
UninstallDisplayIcon={app}\MusikBox.exe
VersionInfoCompany=ViaThinkSoft
VersionInfoCopyright=© Copyright 2005 - 2007 ViaThinkSoft.
VersionInfoCopyright=© Copyright 2005 - 2007 ViaThinkSoft
VersionInfoDescription=MusikBox 1.5 Setup
VersionInfoTextVersion=1.0.0.0
VersionInfoVersion=1.5
OutputDir=.
OutputBaseFilename=MusikBoxSetup
Compression=zip/9
; Configure Sign Tool in InnoSetup at "Tools => Configure Sign Tools" (adjust the path to your SVN repository location)
; Name = sign_single
; Command = "C:\SVN\...\sign_single.bat" $f
SignTool=sign_single
SignedUninstaller=yes
 
[Languages]
Name: de; MessagesFile: "compiler:Languages\German.isl"
26,21 → 31,18
 
[Files]
; Allgemein
Source: "MusikBox.exe"; DestDir: "{app}"
Source: "MusikBox.exe"; DestDir: "{app}"; Flags: ignoreversion signonce
Source: "Readme.txt"; DestDir: "{app}"; Flags: isreadme
 
[Folders]
Name: "{group}\Webseiten"; Languages: de
 
[Icons]
; Allgemein
Name: "{group}\MusikBox"; Filename: "{app}\MusikBox.exe"
; Deutsch
Name: "{group}\Lies mich"; Filename: "{app}\Readme.txt"
Name: "{group}\Deinstallieren"; Filename: "{uninstallexe}"
Name: "{group}\Webseiten\Daniel Marschall"; Filename: "https://www.daniel-marschall.de/"
Name: "{group}\Webseiten\ViaThinkSoft"; Filename: "https://www.viathinksoft.de/"
Name: "{group}\Webseiten\Projektseite auf ViaThinkSoft"; Filename: "https://www.viathinksoft.de/projects/musikbox"
;Name: "{group}\Deinstallieren"; Filename: "{uninstallexe}"
;Name: "{group}\Webseiten\Daniel Marschall"; Filename: "https://www.daniel-marschall.de/"
;Name: "{group}\Webseiten\ViaThinkSoft"; Filename: "https://www.viathinksoft.de/"
;Name: "{group}\Webseiten\Projektseite auf ViaThinkSoft"; Filename: "https://www.viathinksoft.de/projects/musikbox"
 
[Run]
Filename: "{app}\MusikBox.exe"; Description: "MusikBox starten"; Flags: nowait postinstall skipifsilent