home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 November
/
PCWorld_2006-11_cd.bin
/
system
/
ramsmash
/
ramsmash.exe
/
install_script.iss
Wrap
Text File
|
2006-10-09
|
3KB
|
74 lines
;InnoSetupVersion=5.1.7
[Setup]
AppName=RamSmash
AppVerName=RamSmash
AppId=RamSmash
AppVersion=1.10.9.2006
AppPublisher=SWIFTDOG
AppPublisherURL=http://www.swiftdog.com
AppSupportURL=http://www.swiftdog.com/support/
AppUpdatesURL=http://www.swiftdog.com/downloads/
AppMutex=RamSmashMutex
DefaultDirName={pf}\RamSmash
DefaultGroupName=RamSmash
UninstallDisplayIcon={app}\RamSmash.exe
UninstallDisplayName=RamSmash
OutputBaseFilename=ramsmash
Compression=lzma
ChangesAssociations=yes
LicenseFile=embedded\License.rtf
InfoBeforeFile=embedded\InfoBefore.rtf
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\RamSmash.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion
Source: "{app}\RamSmash.chm"; DestDir: "{app}"; Flags: restartreplace ignoreversion
Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\History.txt"; DestDir: "{app}"; Flags: ignoreversion
[Registry]
Root: HKCU; Subkey: "Software\SWIFTDOG\RamSmash"; ValueName: "License"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue
Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "RamSmash"; ValueType: String; ValueData: """{app}\RamSmash.exe"" /start"; Flags: uninsdeletevalue
[INI]
FileName: "{group}\RamSmash Homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.swiftdog.com";
FileName: "{group}\RamSmash Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.swiftdog.com/support/";
FileName: "{commondesktop}\SwiftDog Online Store.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.swiftdog.com/store/";
[Run]
Filename: "{app}\RamSmash.exe"; Parameters: "/notify"; Description: "Launch RamSmash"; Flags: postinstall skipifsilent nowait
[Icons]
Name: "{group}\RamSmash"; Filename: "{app}\RamSmash.exe"; Comment: "RamSmash";
Name: "{group}\RamSmash Help"; Filename: "{app}\RamSmash.chm"; Comment: "RamSmash Help";
Name: "{commondesktop}\RamSmash"; Filename: "{app}\RamSmash.exe"; Comment: "RamSmash"; Tasks: desktopicon;
Name: "{commonappdata}\Microsoft\Internet Explorer\Quick Launch\RamSmash"; Filename: "{app}\RamSmash.exe"; Comment: "RamSmash"; Tasks: quicklaunchicon;
[Tasks]
Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:";
Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:";
[UninstallDelete]
Type: files; Name: "{group}\RamSmash Homepage.url";
Type: files; Name: "{group}\RamSmash Support.url";
Type: files; Name: "{commondesktop}\SwiftDog Online Store.url";
[CustomMessages]
default.NameAndVersion=%1 version %2
default.AdditionalIcons=Additional icons:
default.CreateDesktopIcon=Create a &desktop icon
default.CreateQuickLaunchIcon=Create a &Quick Launch icon
default.ProgramOnTheWeb=%1 on the Web
default.UninstallProgram=Uninstall %1
default.LaunchProgram=Launch %1
default.AssocFileExtension=&Associate %1 with the %2 file extension
default.AssocingFileExtension=Associating %1 with the %2 file extension...
[Languages]
; These files are stubs
; To achieve better results after recompilation, use the real language files
Name: "default"; MessagesFile: "embedded\default.isl";