home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 November
/
PCWorld_2007-11_cd.bin
/
multimedia
/
photosprite
/
PhotoSpriteV3.0Setup.exe
/
install_script.iss
Wrap
Text File
|
2006-04-15
|
3KB
|
73 lines
;InnoSetupVersion=5.1.2
[Setup]
AppName=PhotoSprite
AppVerName=PhotoSprite 3.0
AppId=PhotoSprite
AppPublisher=UNIONHERO, Inc.
AppPublisherURL=http://www.PhotoSprite.net
AppSupportURL=http://www.PhotoSprite.net
AppUpdatesURL=http://www.PhotoSprite.net
DefaultDirName={pf}\PhotoSprite
DefaultGroupName=PhotoSprite
OutputBaseFilename=PhotoSpriteV3.0Setup
Compression=lzma
PrivilegesRequired=none
AllowNoIcons=yes
LicenseFile=embedded\License.txt
InfoBeforeFile=embedded\InfoBefore.txt
InfoAfterFile=embedded\InfoAfter.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\PhotoSprite,1.exe"; DestDir: "{app}"; DestName: "PhotoSprite.exe"; Flags: ignoreversion
Source: "{app}\America.tif"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\Apple.gif"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\Beef.png"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\PhotoSprite,2.exe"; DestDir: "{app}"; DestName: "PhotoSprite.exe"; Flags: ignoreversion
Source: "{app}\Romantic.jpg"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\Rose.bmp"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\Sunflower.psf"; DestDir: "{app}"; Flags: ignoreversion
[Registry]
Root: HKLM; Subkey: "Software\PhotoSprite"; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\PhotoSprite\V3.0"; ValueName: "Name"; ValueType: String; ValueData: "{code:GetUser|Name}";
Root: HKLM; Subkey: "Software\PhotoSprite\V3.0"; ValueName: "Company"; ValueType: String; ValueData: "{code:GetUser|Company}";
Root: HKLM; Subkey: "Software\PhotoSprite\V3.0"; ValueName: "Email"; ValueType: String; ValueData: "{code:GetUser|Email}";
Root: HKLM; Subkey: "Software\PhotoSprite\V3.0"; ValueName: "VerifyCode"; ValueType: String; ValueData: "{code:GetVerifyCode}";
Root: HKLM; Subkey: "Software\PhotoSprite\V3.0"; ValueName: "SN"; ValueType: String;
[INI]
FileName: "{app}\PhotoSprite.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.PhotoSprite.net";
[Run]
Filename: "{app}\PhotoSprite.exe"; Description: "{cm:LaunchProgram,PhotoSprite}"; Flags: postinstall skipifsilent nowait
[Icons]
Name: "{group}\PhotoSprite 3.0"; Filename: "{app}\PhotoSprite.exe";
Name: "{group}\{cm:UninstallProgram,PhotoSprite}"; Filename: "{uninstallexe}";
Name: "{userdesktop}\PhotoSprite"; Filename: "{app}\PhotoSprite.exe"; Tasks: desktopicon;
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
[UninstallDelete]
Type: files; Name: "{app}\PhotoSprite.url";
[CustomMessages]
eng.NameAndVersion=%1 version %2
eng.AdditionalIcons=Additional icons:
eng.CreateDesktopIcon=Create a &desktop icon
eng.CreateQuickLaunchIcon=Create a &Quick Launch icon
eng.ProgramOnTheWeb=%1 on the Web
eng.UninstallProgram=Uninstall %1
eng.LaunchProgram=Launch %1
eng.AssocFileExtension=&Associate %1 with the %2 file extension
eng.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: "eng"; MessagesFile: "embedded\eng.isl";