home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 November
/
PCWorld_2005-11_cd.bin
/
software
/
vyzkuste
/
mindful
/
mf1.exe
/
install_script.iss
Wrap
Text File
|
2005-10-03
|
5KB
|
93 lines
;InnoSetupVersion=5.0.4
[Setup]
AppName=Mindful
AppVerName=Mindful version 1.2
AppId=Mindful
AppVersion=1.2
AppPublisher=Felitec Inc.
AppPublisherURL=http://www.felitec.com
AppSupportURL=http://www.felitec.com/support.html
AppUpdatesURL=http://www.felitec.com/mindful.html
AppMutex=MindfulMutex
DefaultDirName={pf}\Felitec\Mindful
DefaultGroupName=Mindful
OutputBaseFilename=setup
Compression=lzma
PrivilegesRequired=poweruser
LicenseFile=embedded\License.txt
InfoBeforeFile=embedded\InfoBefore.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\Mindful.exe"; DestDir: "{app}"; Flags: ignoreversion promptifolder
Source: "{app}\Mindful.exe.manifest"; DestDir: "{app}"; Flags: promptifolder
Source: "{app}\Mindful.bin"; DestDir: "{app}"; Flags: onlyifdoesntexist
Source: "{app}\Mindful.hlp"; DestDir: "{app}"; Flags: promptifolder
Source: "{app}\Mindful.cnt"; DestDir: "{app}"; Flags: promptifolder
Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion promptifolder
Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion promptifolder
[Registry]
Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Mindful"; ValueType: String; ValueData: "{app}\Mindful.exe"; Flags: uninsdeletevalue
Root: HKCU; Subkey: "Software\Felitec\Mindful"; Flags: uninsdeletekey
Root: HKCU; Subkey: "Software\Felitec"; Flags: uninsdeletekeyifempty
[INI]
FileName: "{app}\Mindful.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/mindful.html";
FileName: "{app}\LAM.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/lam.html";
FileName: "{app}\AX.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/ax.html";
FileName: "{app}\Felitec.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com";
FileName: "{app}\Order.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/order.html";
FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/support.html";
FileName: "{app}\Contact.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/contact.html";
FileName: "{app}\NewsLetter.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/newsletter.php";
[Run]
Filename: "{app}\mindful.exe"; Description: "Launch Mindful"; Flags: postinstall skipifsilent nowait
[Icons]
Name: "{group}\Mindful"; Filename: "{app}\mindful.exe"; WorkingDir: "{app}";
Name: "{group}\Mindful Help"; Filename: "{app}\mindful.hlp";
Name: "{group}\Mindful on the Web"; Filename: "{app}\mindful.url";
Name: "{group}\Felitec home page"; Filename: "{app}\felitec.url";
Name: "{group}\Uninstall Mindful"; Filename: "{uninstallexe}";
Name: "{commondesktop}\Mindful"; Filename: "{app}\mindful.exe"; WorkingDir: "{app}"; Tasks: desktopicon;
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Mindful"; Filename: "{app}\mindful.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon;
[Tasks]
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:";
Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:";
[InstallDelete]
Type: files; Name: "{app}\Forums.url";
[UninstallDelete]
Type: files; Name: "{app}\Mindful.url";
Type: files; Name: "{app}\LAM.url";
Type: files; Name: "{app}\AX.url";
Type: files; Name: "{app}\Felitec.url";
Type: files; Name: "{app}\Order.url";
Type: files; Name: "{app}\Support.url";
Type: files; Name: "{app}\Contact.url";
Type: files; Name: "{app}\NewsLetter.url";
Type: dirifempty; Name: "{app}";
Type: dirifempty; Name: "{app}\..";
[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";