home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 2002 September
/
PCA110_09_02.ISO
/
full
/
1st_Security_Center_2.1
/
setup.exe
/
install_script.iss
Wrap
Text File
|
2002-07-08
|
2KB
|
55 lines
;InnoSetupVersion=3.0.1
[Setup]
AppName=1st Security Center
AppVerName=1st Security Center 2.2
AppId=1st Security Center
AppPublisher=1st Security Software Center
AppPublisherURL=http://www.1securitycenter.com
AppSupportURL=http://www.1securitycenter.com
AppUpdatesURL=http://www.1securitycenter.com
DefaultDirName={pf}\1st Security Center
DefaultGroupName=1st Security Center
OutputBaseFilename=setup
Compression=zip
PrivilegesRequired=none
AllowNoIcons=yes
LicenseFile=embedded\License.txt
InfoAfterFile=embedded\InfoAfter.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\1sc.exe"; DestDir: "{app}";
Source: "{app}\1sc.dat"; DestDir: "{app}";
Source: "{app}\1sc.chm"; DestDir: "{app}";
Source: "{app}\1sc.hlp"; DestDir: "{app}";
Source: "{app}\1sc.cnt"; DestDir: "{app}";
Source: "{app}\file_id.diz"; DestDir: "{app}";
Source: "{app}\readme.txt"; DestDir: "{app}";
Source: "{app}\license.txt"; DestDir: "{app}";
Source: "{app}\distr.txt"; DestDir: "{app}";
Source: "{app}\schome.url"; DestDir: "{app}";
Source: "{app}\register.url"; DestDir: "{app}";
[Run]
Filename: "{app}\1sc.exe"; Parameters: "/I";
Filename: "{app}\1sc.exe"; Description: "Launch 1st Security Center"; Flags: postinstall skipifsilent nowait
[Icons]
Name: "{group}\1st Security Center"; Filename: "{app}\1sc.exe";
Name: "{group}\Help File"; Filename: "{app}\1sc.chm";
Name: "{group}\Visit Web Home Page"; Filename: "{app}\schome.url";
Name: "{group}\Register it online"; Filename: "{app}\register.url";
Name: "{group}\Readme"; Filename: "{app}\readme.txt";
Name: "{userdesktop}\1st Security Center"; Filename: "{app}\1sc.exe"; Tasks: desktopicon;
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\1st Security Center"; Filename: "{app}\1sc.exe"; Tasks: quicklaunchicon;
Name: "{group}\Uninstall 1st Security Center"; Filename: "{app}\1sc.exe"; Parameters: "/U"; WorkingDir: "{app}"; IconFilename: "{app}\unins000.exe";
[Tasks]
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:";
Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:";
[UninstallDelete]
Type: filesandordirs; Name: "{app}";