home *** CD-ROM | disk | FTP | other *** search
/ Freelog 40 / Freelog040.iso / Themes / MinorityReport / Minority_setup.exe / install_script.iss
Text File  |  2002-10-05  |  4KB  |  85 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=MinorityHH
  5. AppVerName=MinorityHH 1.0
  6. AppId=MinorityHH
  7. AppPublisher=Hushpage
  8. AppPublisherURL=http://www.hushpage.net
  9. AppSupportURL=http://www.hushpage.net
  10. AppUpdatesURL=http://www.hushpage.net
  11. DefaultDirName={pf}\Plus!\Themes\MinorityHH
  12. DefaultGroupName=MinorityHH
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\4.ico"; DestDir: "{app}"; 
  22. Source: "{app}\9.ico"; DestDir: "{app}"; 
  23. Source: "{app}\10.ico"; DestDir: "{app}"; 
  24. Source: "{app}\about now.wav"; DestDir: "{app}"; 
  25. Source: "{app}\anfang.wav"; DestDir: "{app}"; 
  26. Source: "{app}\ansteigen.wav"; DestDir: "{app}"; 
  27. Source: "{app}\auto.wav"; DestDir: "{app}"; 
  28. Source: "{app}\Base.ani"; DestDir: "{app}"; 
  29. Source: "{app}\double click2.wav"; DestDir: "{app}"; 
  30. Source: "{app}\double click.wav"; DestDir: "{app}"; 
  31. Source: "{app}\I dont know.wav"; DestDir: "{app}"; 
  32. Source: "{app}\klapper.wav"; DestDir: "{app}"; 
  33. Source: "{app}\klick.wav"; DestDir: "{app}"; 
  34. Source: "{app}\Logo.SYS"; DestDir: "{app}"; 
  35. Source: "{app}\LogoS.SYS"; DestDir: "{app}"; 
  36. Source: "{app}\LogoW.SYS"; DestDir: "{app}"; 
  37. Source: "{app}\marke.ico"; DestDir: "{app}"; 
  38. Source: "{app}\metallisches klicken.wav"; DestDir: "{app}"; 
  39. Source: "{app}\Minority_Busi.ani"; DestDir: "{app}"; 
  40. Source: "{app}\Minority_Diag_L.ani"; DestDir: "{app}"; 
  41. Source: "{app}\Minority_Diag_R.ani"; DestDir: "{app}"; 
  42. Source: "{app}\Minority_Help.ani"; DestDir: "{app}"; 
  43. Source: "{app}\Minority_Horz.ani"; DestDir: "{app}"; 
  44. Source: "{app}\Minority_Move.ani"; DestDir: "{app}"; 
  45. Source: "{app}\Minority_Prezision.ani"; DestDir: "{app}"; 
  46. Source: "{app}\Minority_Schreib.cur"; DestDir: "{app}"; 
  47. Source: "{app}\Minority_Stift.ani"; DestDir: "{app}"; 
  48. Source: "{app}\Minority_Unavailable.ani"; DestDir: "{app}"; 
  49. Source: "{app}\Minority_Vert.ani"; DestDir: "{app}"; 
  50. Source: "{app}\MinorityHH Logos,1.exe"; DestDir: "{app}"; DestName: "MinorityHH Logos.exe"; 
  51. Source: "{app}\MinorityHH Logos.hlp"; DestDir: "{app}"; 
  52. Source: "{pf}\Plus!\Themes\Minority_HH.Theme"; DestDir: "{pf}\Plus!\Themes"; 
  53. Source: "{app}\Minority_HH.Theme"; DestDir: "{app}"; 
  54. Source: "{app}\Minority_HH Win95.Theme"; DestDir: "{app}"; 
  55. Source: "{pf}\Plus!\Themes\Minority_HH Win95.Theme"; DestDir: "{pf}\Plus!\Themes"; 
  56. Source: "{app}\MinorityHH Logos,2.exe"; DestDir: "{app}"; DestName: "MinorityHH Logos.exe"; 
  57. Source: "{app}\MinorityHH_Wallpaper.jpg"; DestDir: "{app}"; 
  58. Source: "{app}\Minrority_Wait.ani"; DestDir: "{app}"; 
  59. Source: "{app}\morder.wav"; DestDir: "{app}"; 
  60. Source: "{app}\Normal.ani"; DestDir: "{app}"; 
  61. Source: "{app}\perfect.wav"; DestDir: "{app}"; 
  62. Source: "{app}\Rot.ico"; DestDir: "{app}"; 
  63. Source: "{app}\scharfer klick.wav"; DestDir: "{app}"; 
  64. Source: "{app}\scheibe.wav"; DestDir: "{app}"; 
  65. Source: "{app}\smoth.wav"; DestDir: "{app}"; 
  66. Source: "{app}\Toolbar Image Minority.jpg"; DestDir: "{app}"; 
  67. Source: "{app}\wop.wav"; DestDir: "{app}"; 
  68. Source: "{app}\wosch1.wav"; DestDir: "{app}"; 
  69. Source: "{app}\wosch3.wav"; DestDir: "{app}"; 
  70. Source: "{app}\MinorityHH_Readme.html"; DestDir: "{app}"; 
  71.  
  72. [INI]
  73. FileName: "{app}\MinorityHH Logos.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.hushpage.net"; 
  74.  
  75. [Run]
  76. Filename: "{app}\MinorityHH_Readme.html"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  77. Filename: "{app}\MinorityHH Logos.exe"; Description: "Launch MinorityHH"; Flags: postinstall skipifsilent nowait
  78.  
  79. [Icons]
  80. Name: "{group}\MinorityHH"; Filename: "{app}\MinorityHH Logos.exe"; 
  81. Name: "{group}\MinorityHH on the Web"; Filename: "{app}\MinorityHH Logos.url"; 
  82.  
  83. [UninstallDelete]
  84. Type: files; Name: "{app}\MinorityHH Logos.url"; 
  85.