home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / cdlabel / cdlabdes.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-08-31  |  4.3 KB  |  65 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=CD Label Designer
  4. AppVerName=CD Label Designer
  5. AppId=CD Label Designer
  6. AppVersion=2.0
  7. AppPublisher=Dataland Software
  8. AppPublisherURL=http://www.datalandsoftware.com
  9. DefaultDirName={pf}\CD Label Designer
  10. DefaultGroupName=CD Label Designer
  11. UninstallDisplayIcon={app}\CDLabDesigner.exe
  12. OutputBaseFilename=cdlabdes
  13. Compression=bzip2
  14. PrivilegesRequired=none
  15. ChangesAssociations=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Default.clt"; DestDir: "{app}"; Flags: uninsneveruninstall onlyifdoesntexist 
  21. Source: "{app}\CDLabDesigner.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\CDLabDesigner.chm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\WhatsNew.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\pad_file.xml"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\tips.txt"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. Source: "{win}\delcdld.exe"; DestDir: "{win}"; Flags: uninsneveruninstall overwritereadonly ignoreversion 
  28. Source: "{app}\Layouts\FrontInside.xml"; DestDir: "{app}\Layouts"; Flags: uninsneveruninstall onlyifdoesntexist 
  29. Source: "{app}\Layouts\Double back.xml"; DestDir: "{app}\Layouts"; Flags: uninsneveruninstall onlyifdoesntexist 
  30. Source: "{app}\Layouts\Double front.xml"; DestDir: "{app}\Layouts"; Flags: uninsneveruninstall onlyifdoesntexist 
  31. Source: "{app}\Layouts\Double round.xml"; DestDir: "{app}\Layouts"; Flags: uninsneveruninstall onlyifdoesntexist 
  32. Source: "{app}\Layouts\FrontBack.xml"; DestDir: "{app}\Layouts"; Flags: uninsneveruninstall onlyifdoesntexist 
  33. [Dirs]
  34. Name: "{app}\Layouts"; Flags: uninsneveruninstall 
  35. [Registry]
  36. Root: HKCR; Subkey: "CDLabDesigner.Document\DefaultIcon"; ValueType: String; ValueData: """{app}\CDLabDesigner.exe"",1"; Flags: uninsdeletekey 
  37. Root: HKCR; Subkey: "CDLabDesigner.Template\DefaultIcon"; ValueType: String; ValueData: """{app}\CDLabDesigner.exe"",2"; Flags: uninsdeletekey 
  38. Root: HKCR; Subkey: ".clt"; ValueType: String; ValueData: "CDLabDesigner.Template"; Flags: uninsdeletekey 
  39. Root: HKCR; Subkey: ".cld"; ValueType: String; ValueData: "CDLabDesigner.Document"; Flags: uninsdeletekey 
  40. Root: HKCR; Subkey: "CDLabDesigner.Document\shell\open\command"; ValueType: String; ValueData: """{app}\CDLabDesigner.exe"" ""%1"""; Flags: uninsdeletekey 
  41. Root: HKCR; Subkey: "CDLabDesigner.Template\shell\open\command"; ValueType: String; ValueData: """{app}\CDLabDesigner.exe"" ""%1"""; Flags: uninsdeletekey 
  42. [Run]
  43. Filename: "{app}\CDLabDesigner.exe"; WorkingDir: "{app}"; Description: "Launch application"; Flags: postinstall nowait
  44. [UninstallRun]
  45. Filename: "{win}\delcdld.exe"; Parameters: """{app}"""; RunOnceId: "1"; 
  46. [Icons]
  47. Name: "{group}\CD Label Designer"; Filename: "{app}\CDLabDesigner.exe"; WorkingDir: "{app}"; IconFilename: "{app}\CDLabDesigner.exe"; Comment: "Dataland Software CD Label Designer"; 
  48. Name: "{group}\CD Label Designer Help"; Filename: "{app}\CDLabDesigner.chm"; WorkingDir: "{app}"; IconFilename: "{app}\CDLabDesigner.chm"; 
  49. Name: "{group}\What's New"; Filename: "{app}\WhatsNew.txt"; IconFilename: "{app}\WhatsNew.txt"; 
  50. Name: "{group}\Uninstall CD Label Designer"; Filename: "{uninstallexe}"; 
  51. Name: "{commondesktop}\CD Label Designer"; Filename: "{app}\CDLabDesigner.exe"; WorkingDir: "{app}"; Comment: "Dataland Software CD Label Designer"; Tasks: desktopicon; 
  52. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\CD Label Designer"; Filename: "{app}\CDLabDesigner.exe"; WorkingDir: "{app}"; Comment: "Dataland Software CD Label Designer"; Tasks: quicklaunchicon; 
  53. [Tasks]
  54. Name: "desktopicon"; Description: "Create &desktop icon"; GroupDescription: "Additional icons"; 
  55. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons"; 
  56. [UninstallDelete]
  57. Type: files; Name: "{app}\CDLabDesigner.exe"; 
  58. Type: files; Name: "{app}\CDLabDesigner.chm"; 
  59. Type: files; Name: "{app}\Readme.txt"; 
  60. Type: files; Name: "{app}\WhatsNew.txt"; 
  61. Type: files; Name: "{app}\pad_file.xml"; 
  62. Type: files; Name: "{app}\tips.txt"; 
  63. Type: files; Name: "{uninstallexe}"; 
  64. Type: dirifempty; Name: "{app}"; 
  65.