home *** CD-ROM | disk | FTP | other *** search
- ;InnoSetupVersion=3.0.3
- [Setup]
- AppName=PIE
- AppVerName=PIE Demo v3.3
- AppId=PIE
- AppPublisher=Picmeta Software
- AppPublisherURL=http://www.picmeta.com
- DefaultDirName={pf}\PIE
- UninstallDisplayIcon={app}\PIEdemo.exe
- OutputBaseFilename=PIEDemoSetup
- Compression=zip
- PrivilegesRequired=none
- DisableProgramGroupPage=yes
- WizardImageFile=embedded\WizardImage0.bmp
- WizardSmallImageFile=embedded\WizardSmallImage0.bmp
- [Files]
- Source: "{app}\PIEdemo.exe"; DestDir: "{app}";
- Source: "{app}\pie.hlp"; DestDir: "{app}";
- Source: "{app}\Imw32d40.dll"; DestDir: "{app}";
- Source: "{app}\pie.cnt"; DestDir: "{app}";
- Source: "{app}\PIEdemo.de"; DestDir: "{app}";
- [Registry]
- Root: HKCU; Subkey: "Software\Picmeta\PIE"; Flags: uninsdeletekey
- [Run]
- Filename: "{app}\PIEdemo.exe"; WorkingDir: "{app}"; Description: "Launch PIE"; Flags: postinstall skipifsilent nowait
- [Icons]
- Name: "{commonprograms}\Picture Information Extractor"; Filename: "{app}\PIEdemo.exe"; WorkingDir: "{app}";
- Name: "{userdesktop}\Picture Information Extractor"; Filename: "{app}\PIEdemo.exe"; WorkingDir: "{app}"; Tasks: desktopicon;
- Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Picture Information Extractor"; Filename: "{app}\PIEdemo.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:";
- [UninstallDelete]
- Type: filesandordirs; Name: "{app}";
-