home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 January / PCWorld_2005-01_cd.bin / software / temacd / total / setup.exe / install_script.iss (.txt) < prev    next >
Encoding:
Inno Setup Script  |  2003-08-05  |  2.8 KB  |  64 lines

  1. ;InnoSetupVersion=4.0.3
  2. [Setup]
  3. AppName=Total Uninstall
  4. AppVerName=Total Uninstall 2.34
  5. AppId=Total Uninstall
  6. AppPublisher=Gavrila Martau
  7. AppPublisherURL=http://www.geocities.com/ggmartau
  8. AppSupportURL=http://www.geocities.com/ggmartau
  9. AppUpdatesURL=http://www.geocities.com/ggmartau
  10. AppMutex=TotalUninstall
  11. DefaultDirName={pf}\Total Uninstall
  12. DefaultGroupName=Total Uninstall
  13. OutputBaseFilename=setup
  14. Compression=bzip2
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Tun.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\TunReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\TunHistory.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Tun.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Tun.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "Catalan.lng"; Flags: dontcopy 
  26. Source: "Czech.lng"; Flags: dontcopy 
  27. Source: "Dutch.lng"; Flags: dontcopy 
  28. Source: "English.lng"; Flags: dontcopy 
  29. Source: "French.lng"; Flags: dontcopy 
  30. Source: "Galician.lng"; Flags: dontcopy 
  31. Source: "German.lng"; Flags: dontcopy 
  32. Source: "Italian.lng"; Flags: dontcopy 
  33. Source: "Polish.lng"; Flags: dontcopy 
  34. Source: "Romanian.lng"; Flags: dontcopy 
  35. Source: "Spanish.lng"; Flags: dontcopy 
  36. [Registry]
  37. Root: HKCU; Subkey: "Software\MartS\Total Uninstall"; Flags: uninsdeletekey 
  38. Root: HKCU; Subkey: "Software\MartS"; Flags: uninsdeletekeyifempty 
  39. [Run]
  40. Filename: "{app}\TunReadMe.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  41. Filename: "{app}\Tun.exe"; Description: "Launch Total Uninstall"; Flags: postinstall skipifsilent nowait
  42. [Icons]
  43. Name: "{group}\Total Uninstall"; Filename: "{app}\Tun.exe"; 
  44. Name: "{group}\Help"; Filename: "{app}\Tun.hlp"; 
  45. Name: "{group}\Readme"; Filename: "{app}\TunReadMe.txt"; 
  46. Name: "{userdesktop}\Total Uninstall"; Filename: "{app}\Tun.exe"; Tasks: desktopicon; 
  47. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Total Uninstall"; Filename: "{app}\Tun.exe"; Tasks: quicklaunchicon; 
  48. [Tasks]
  49. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  50. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  51. [InstallDelete]
  52. Type: files; Name: "{group}\Total Uninstall Readme.lnk"; 
  53. [UninstallDelete]
  54. Type: filesandordirs; Name: "{app}\Translations"; 
  55. Type: files; Name: "{app}\Log.txt"; 
  56. Type: files; Name: "{app}\Exclude.dat"; 
  57. Type: files; Name: "{app}\Continue.dat"; 
  58. Type: files; Name: "{app}\Tun.gid"; 
  59. Type: dirifempty; Name: "{app}"; 
  60. [Languages]
  61. ; These files are stubs
  62. ; To achieve better results after recompilation, use the real language files
  63. Name: "default"; MessagesFile: "embedded\default.isl"; 
  64.