home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 February / com_0204_1.iso / computer / datei_tools_09 / synchred.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-24  |  2.2 KB  |  45 lines

  1. ;InnoSetupVersion=4.0.3
  2. [Setup]
  3. AppName=Synchredible
  4. AppVerName=Synchredible v1.3
  5. AppId=Synchredible
  6. AppPublisher=ASCOMP Software GmbH
  7. AppPublisherURL=http://www.synchredible.com
  8. AppSupportURL=http://www.synchredible.com
  9. AppUpdatesURL=http://www.synchredible.com
  10. DefaultDirName={pf}\Synchredible
  11. DefaultGroupName=ASCOMP Synchredible
  12. OutputBaseFilename=synchred
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Synchredible.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  21. Source: "{app}\Synchredible.log"; DestDir: "{app}"; Flags: onlyifdoesntexist ignoreversion 
  22. Source: "{app}\help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\report.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\ASCOMP\Synchredible"; Flags: uninsdeletekey 
  26. [Run]
  27. Filename: "{app}\Synchredible.exe"; Description: "Synchredible starten"; Flags: postinstall skipifsilent nowait
  28. [Icons]
  29. Name: "{group}\Synchredible"; Filename: "{app}\Synchredible.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Synchredible.exe"; Comment: "Synchredible starten"; 
  30. Name: "{group}\Deinstallieren"; Filename: "{uninstallexe}"; Comment: "Synchredible entfernen"; 
  31. Name: "{userdesktop}\Synchredible"; Filename: "{app}\Synchredible.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Synchredible.exe"; Comment: "Synchredible starten"; Tasks: desktopicon; 
  32. Name: "{commonstartup}\Synchredible"; Filename: "{app}\Synchredible.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Synchredible.exe"; Comment: "Synchredible starten"; 
  33. Name: "{group}\Produktseite"; Filename: "http://www.synchredible.com"; Comment: "Produktseite laden"; 
  34. [Tasks]
  35. Name: "desktopicon"; Description: "&Desktop-Verkn
  36. pfung erstellen"; GroupDescription: "Zus
  37. tzliche Verkn
  38. pfungen:"; 
  39. [UninstallDelete]
  40. Type: dirifempty; Name: "{app}\"; 
  41. [Languages]
  42. ; These files are stubs
  43. ; To achieve better results after recompilation, use the real language files
  44. Name: "de"; MessagesFile: "embedded\de.isl"; 
  45.