home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
11_02.iso
/
software
/
rightftp
/
rightftp.exe
/
install_script.iss
Wrap
Text File
|
2002-09-10
|
2KB
|
45 lines
;InnoSetupVersion=2.0.11
[Setup]
AppName=RightFTP
AppVerName=RightFTP 1.0
AppId=RightFTP
AppPublisher=RightSoft, Inc.
AppPublisherURL=http://www.right-soft.com/
AppSupportURL=http://www.rightftp.com/
AppUpdatesURL=http://www.rightftp.com/
DefaultDirName={pf}\RightFTP
DefaultGroupName=RightFTP
OutputBaseFilename=rightftp
Compression=zip
PrivilegesRequired=none
LicenseFile=embedded\License.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\rightftp.exe"; DestDir: "{app}";
Source: "{app}\profiles.dat"; DestDir: "{app}";
Source: "{app}\license.txt"; DestDir: "{app}";
Source: "{app}\readme.txt"; DestDir: "{app}";
Source: "{app}\RightSoft website.url"; DestDir: "{app}";
[INI]
FileName: "{app}\rightftp.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.rightftp.com/";
[Run]
Filename: "{app}\rightftp.exe"; Description: "Launch RightFTP"; Flags: postinstall skipifsilent nowait
[Icons]
Name: "{group}\RightFTP"; Filename: "{app}\rightftp.exe";
Name: "{group}\RightFTP on the Web"; Filename: "{app}\rightftp.url";
Name: "{userdesktop}\RightFTP"; Filename: "{app}\rightftp.exe"; Tasks: desktopicon;
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\RightFTP"; Filename: "{app}\rightftp.exe"; 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: "{app}\rightftp.url";