home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / resource / design / files / publ_it.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-06  |  10.6 KB  |  181 lines

  1. ;InnoSetupVersion=1.3.25
  2. [Setup]
  3. AppName=Publish-iT
  4. AppVerName=Publish-iT 3.4
  5. AppId=Publish-iT
  6. DefaultDirName={pf}\Publishit
  7. DefaultGroupName=Publish-iT
  8. UninstallDisplayIcon={app}\Publish.exe
  9. OutputBaseFilename=Publish3
  10. Compression=zip
  11. PrivilegesRequired=none
  12. ChangesAssociations=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\Readme.doc"; DestDir: "{app}"; 
  17. Source: "{app}\Publish.EXE"; DestDir: "{app}"; 
  18. Source: "{app}\EZTW32.DLL"; DestDir: "{app}"; 
  19. Source: "{app}\ushyph.pih"; DestDir: "{app}"; 
  20. Source: "{app}\LIBTIFF.DLL"; DestDir: "{app}"; 
  21. Source: "{app}\ZLIB.DLL"; DestDir: "{app}"; 
  22. Source: "{app}\DEFAULT.EML"; DestDir: "{app}"; 
  23. Source: "{app}\Publish.hlp"; DestDir: "{app}"; 
  24. Source: "{app}\Startup.pui"; DestDir: "{app}"; 
  25. Source: "{app}\Examples\ad1_postcard.PUI"; DestDir: "{app}\Examples"; 
  26. Source: "{app}\Examples\ad2_mailing.PUI"; DestDir: "{app}\Examples"; 
  27. Source: "{app}\Examples\ad3_small.PUI"; DestDir: "{app}\Examples"; 
  28. Source: "{app}\Examples\newsletr.PUI"; DestDir: "{app}\Examples"; 
  29. Source: "{app}\Examples\newsltr2.PUI"; DestDir: "{app}\Examples"; 
  30. Source: "{app}\Examples\newsltr3.PUI"; DestDir: "{app}\Examples"; 
  31. Source: "{app}\Examples\newsltr4.PUI"; DestDir: "{app}\Examples"; 
  32. Source: "{app}\Examples\newsltr5.PUI"; DestDir: "{app}\Examples"; 
  33. Source: "{app}\Examples\newsltr6.PUI"; DestDir: "{app}\Examples"; 
  34. Source: "{app}\Examples\brochure1_2fold.PUI"; DestDir: "{app}\Examples"; 
  35. Source: "{app}\Examples\brochure2_3fold.PUI"; DestDir: "{app}\Examples"; 
  36. Source: "{app}\Examples\brochure3_2fold.PUI"; DestDir: "{app}\Examples"; 
  37. Source: "{app}\Examples\brochure4_3fold.PUI"; DestDir: "{app}\Examples"; 
  38. Source: "{app}\Examples\brochure5_2fold.PUI"; DestDir: "{app}\Examples"; 
  39. Source: "{app}\Examples\BusinessCards.PUI"; DestDir: "{app}\Examples"; 
  40. Source: "{app}\Tutorial\tutorial.PUI"; DestDir: "{app}\Tutorial"; 
  41. Source: "{app}\Borders\bord2l.wmf"; DestDir: "{app}\Borders"; 
  42. Source: "{app}\Borders\bord2r.wmf"; DestDir: "{app}\Borders"; 
  43. Source: "{app}\Borders\bord33.wmf"; DestDir: "{app}\Borders"; 
  44. Source: "{app}\Borders\borddec.wmf"; DestDir: "{app}\Borders"; 
  45. Source: "{app}\Borders\border3.wmf"; DestDir: "{app}\Borders"; 
  46. Source: "{app}\Borders\border4.wmf"; DestDir: "{app}\Borders"; 
  47. Source: "{app}\Borders\bordpf.wmf"; DestDir: "{app}\Borders"; 
  48. Source: "{app}\Borders\bordsql.wmf"; DestDir: "{app}\Borders"; 
  49. Source: "{app}\Textures\twill.jpg"; DestDir: "{app}\Textures"; 
  50. Source: "{app}\Textures\rock.jpg"; DestDir: "{app}\Textures"; 
  51. Source: "{app}\Textures\bronze.jpg"; DestDir: "{app}\Textures"; 
  52. Source: "{app}\Textures\cedar.jpg"; DestDir: "{app}\Textures"; 
  53. Source: "{app}\Textures\cement.jpg"; DestDir: "{app}\Textures"; 
  54. Source: "{app}\Textures\clay.jpg"; DestDir: "{app}\Textures"; 
  55. Source: "{app}\Textures\feldspar.jpg"; DestDir: "{app}\Textures"; 
  56. Source: "{app}\Textures\granite.jpg"; DestDir: "{app}\Textures"; 
  57. Source: "{app}\Textures\jade.jpg"; DestDir: "{app}\Textures"; 
  58. Source: "{app}\Textures\marble1.jpg"; DestDir: "{app}\Textures"; 
  59. Source: "{app}\Textures\marble2.jpg"; DestDir: "{app}\Textures"; 
  60. Source: "{app}\Textures\marble3.jpg"; DestDir: "{app}\Textures"; 
  61. Source: "{app}\Textures\marble5.jpg"; DestDir: "{app}\Textures"; 
  62. Source: "{app}\Textures\basalt.jpg"; DestDir: "{app}\Textures"; 
  63. Source: "{app}\Textures\maple.jpg"; DestDir: "{app}\Textures"; 
  64. Source: "{app}\Textures\oak.jpg"; DestDir: "{app}\Textures"; 
  65. Source: "{app}\Textures\pine.jpg"; DestDir: "{app}\Textures"; 
  66. Source: "{app}\Textures\tweed.jpg"; DestDir: "{app}\Textures"; 
  67. Source: "{app}\Textures\salmon.gif"; DestDir: "{app}\Textures"; 
  68. Source: "{app}\Textures\check.gif"; DestDir: "{app}\Textures"; 
  69. Source: "{app}\Textures\fleck.gif"; DestDir: "{app}\Textures"; 
  70. Source: "{app}\Textures\gold.gif"; DestDir: "{app}\Textures"; 
  71. Source: "{app}\Textures\notebook.gif"; DestDir: "{app}\Textures"; 
  72. Source: "{app}\Textures\pinstrpe.gif"; DestDir: "{app}\Textures"; 
  73. Source: "{app}\Textures\plaid.gif"; DestDir: "{app}\Textures"; 
  74. Source: "{app}\Textures\straw.bmp"; DestDir: "{app}\Textures"; 
  75. Source: "{app}\Textures\tooth.bmp"; DestDir: "{app}\Textures"; 
  76. Source: "{app}\Textures\tiles.bmp"; DestDir: "{app}\Textures"; 
  77. Source: "{app}\Textures\triangle.bmp"; DestDir: "{app}\Textures"; 
  78. Source: "{app}\Textures\waves.bmp"; DestDir: "{app}\Textures"; 
  79. Source: "{app}\Textures\carved.bmp"; DestDir: "{app}\Textures"; 
  80. Source: "{app}\Textures\rivets.bmp"; DestDir: "{app}\Textures"; 
  81. Source: "{app}\Textures\hatch.bmp"; DestDir: "{app}\Textures"; 
  82. Source: "{app}\Clipart\ARROW1.PMF"; DestDir: "{app}\Clipart"; 
  83. Source: "{app}\Clipart\BALOON1.PMF"; DestDir: "{app}\Clipart"; 
  84. Source: "{app}\Clipart\BELLS.PMF"; DestDir: "{app}\Clipart"; 
  85. Source: "{app}\Clipart\BALLOON2.PMF"; DestDir: "{app}\Clipart"; 
  86. Source: "{app}\Clipart\BOOK.PMF"; DestDir: "{app}\Clipart"; 
  87. Source: "{app}\Clipart\BOWLING.PMF"; DestDir: "{app}\Clipart"; 
  88. Source: "{app}\Clipart\BOX.PMF"; DestDir: "{app}\Clipart"; 
  89. Source: "{app}\Clipart\BSKTBALL.PMF"; DestDir: "{app}\Clipart"; 
  90. Source: "{app}\Clipart\CANDLE.PMF"; DestDir: "{app}\Clipart"; 
  91. Source: "{app}\Clipart\CAR.PMF"; DestDir: "{app}\Clipart"; 
  92. Source: "{app}\Clipart\CAT1.PMF"; DestDir: "{app}\Clipart"; 
  93. Source: "{app}\Clipart\CAT2.PMF"; DestDir: "{app}\Clipart"; 
  94. Source: "{app}\Clipart\CLOVER.PMF"; DestDir: "{app}\Clipart"; 
  95. Source: "{app}\Clipart\COMPUTER.PMF"; DestDir: "{app}\Clipart"; 
  96. Source: "{app}\Clipart\DANCING.PMF"; DestDir: "{app}\Clipart"; 
  97. Source: "{app}\Clipart\DIPLOMA.PMF"; DestDir: "{app}\Clipart"; 
  98. Source: "{app}\Clipart\DOG.PMF"; DestDir: "{app}\Clipart"; 
  99. Source: "{app}\Clipart\EAGLE.PMF"; DestDir: "{app}\Clipart"; 
  100. Source: "{app}\Clipart\FISHING.PMF"; DestDir: "{app}\Clipart"; 
  101. Source: "{app}\Clipart\FLAG.PMF"; DestDir: "{app}\Clipart"; 
  102. Source: "{app}\Clipart\FOOTBALL.PMF"; DestDir: "{app}\Clipart"; 
  103. Source: "{app}\Clipart\GLOBE1.PMF"; DestDir: "{app}\Clipart"; 
  104. Source: "{app}\Clipart\GLOBE2.PMF"; DestDir: "{app}\Clipart"; 
  105. Source: "{app}\Clipart\GOLF1.PMF"; DestDir: "{app}\Clipart"; 
  106. Source: "{app}\Clipart\GOLF2.PMF"; DestDir: "{app}\Clipart"; 
  107. Source: "{app}\Clipart\GRADUTE.PMF"; DestDir: "{app}\Clipart"; 
  108. Source: "{app}\Clipart\GUN.PMF"; DestDir: "{app}\Clipart"; 
  109. Source: "{app}\Clipart\HANAKAH.PMF"; DestDir: "{app}\Clipart"; 
  110. Source: "{app}\Clipart\HANDS.PMF"; DestDir: "{app}\Clipart"; 
  111. Source: "{app}\Clipart\HELMET.PMF"; DestDir: "{app}\Clipart"; 
  112. Source: "{app}\Clipart\HOCKEY.PMF"; DestDir: "{app}\Clipart"; 
  113. Source: "{app}\Clipart\HORN.PMF"; DestDir: "{app}\Clipart"; 
  114. Source: "{app}\Clipart\HORSE.PMF"; DestDir: "{app}\Clipart"; 
  115. Source: "{app}\Clipart\JULY4.PMF"; DestDir: "{app}\Clipart"; 
  116. Source: "{app}\Clipart\LION.PMF"; DestDir: "{app}\Clipart"; 
  117. Source: "{app}\Clipart\MAN.PMF"; DestDir: "{app}\Clipart"; 
  118. Source: "{app}\Clipart\MAN2.PMF"; DestDir: "{app}\Clipart"; 
  119. Source: "{app}\Clipart\MEMORDAY.PMF"; DestDir: "{app}\Clipart"; 
  120. Source: "{app}\Clipart\NEWYEAR.PMF"; DestDir: "{app}\Clipart"; 
  121. Source: "{app}\Clipart\NOTEBOOK.PMF"; DestDir: "{app}\Clipart"; 
  122. Source: "{app}\Clipart\PARTY.PMF"; DestDir: "{app}\Clipart"; 
  123. Source: "{app}\Clipart\PIG.PMF"; DestDir: "{app}\Clipart"; 
  124. Source: "{app}\Clipart\PLANE.PMF"; DestDir: "{app}\Clipart"; 
  125. Source: "{app}\Clipart\POINTER.PMF"; DestDir: "{app}\Clipart"; 
  126. Source: "{app}\Clipart\PRESDENT.PMF"; DestDir: "{app}\Clipart"; 
  127. Source: "{app}\Clipart\PUMPKIN.PMF"; DestDir: "{app}\Clipart"; 
  128. Source: "{app}\Clipart\RAINBOW.PMF"; DestDir: "{app}\Clipart"; 
  129. Source: "{app}\Clipart\RIBBON.PMF"; DestDir: "{app}\Clipart"; 
  130. Source: "{app}\Clipart\SHEEP.PMF"; DestDir: "{app}\Clipart"; 
  131. Source: "{app}\Clipart\SOCCER.PMF"; DestDir: "{app}\Clipart"; 
  132. Source: "{app}\Clipart\STAR.PMF"; DestDir: "{app}\Clipart"; 
  133. Source: "{app}\Clipart\TENNIS.PMF"; DestDir: "{app}\Clipart"; 
  134. Source: "{app}\Clipart\VALENTIN.PMF"; DestDir: "{app}\Clipart"; 
  135. Source: "{app}\Clipart\VALENTN2.PMF"; DestDir: "{app}\Clipart"; 
  136. Source: "{app}\Clipart\WEDDING.PMF"; DestDir: "{app}\Clipart"; 
  137. Source: "{app}\Clipart\WOMAN.PMF"; DestDir: "{app}\Clipart"; 
  138. Source: "{app}\Clipart\WREATH.PMF"; DestDir: "{app}\Clipart"; 
  139. Source: "{app}\Clipart\XMASANTA.PMF"; DestDir: "{app}\Clipart"; 
  140. Source: "{app}\Clipart\XMASTREE.PMF"; DestDir: "{app}\Clipart"; 
  141. Source: "{app}\Clipart\BIRTHDAY.PMF"; DestDir: "{app}\Clipart"; 
  142. Source: "{app}\Clipart\ARROW2.PMF"; DestDir: "{app}\Clipart"; 
  143. Source: "{app}\Clipart\ART1.PMF"; DestDir: "{app}\Clipart"; 
  144. Source: "{app}\Clipart\ART2.PMF"; DestDir: "{app}\Clipart"; 
  145. Source: "{app}\Clipart\CALENDAR.PMF"; DestDir: "{app}\Clipart"; 
  146. Source: "{app}\Clipart\FILECAB.PMF"; DestDir: "{app}\Clipart"; 
  147. Source: "{app}\Clipart\HAMMER.PMF"; DestDir: "{app}\Clipart"; 
  148. Source: "{app}\Clipart\HAT1.PMF"; DestDir: "{app}\Clipart"; 
  149. Source: "{app}\Clipart\HAT2.PMF"; DestDir: "{app}\Clipart"; 
  150. Source: "{app}\Clipart\POSTER.PMF"; DestDir: "{app}\Clipart"; 
  151. Source: "{app}\Clipart\ROSE.PMF"; DestDir: "{app}\Clipart"; 
  152. Source: "{app}\Clipart\SAW.PMF"; DestDir: "{app}\Clipart"; 
  153. Source: "{app}\Clipart\SHIRT1.PMF"; DestDir: "{app}\Clipart"; 
  154. Source: "{app}\Clipart\TEDYBEAR.PMF"; DestDir: "{app}\Clipart"; 
  155. Source: "{app}\Clipart\TV.PMF"; DestDir: "{app}\Clipart"; 
  156. Source: "{app}\Clipart\FARM.PMF"; DestDir: "{app}\Clipart"; 
  157. Source: "{app}\Template\TEMPLT1.PUI"; DestDir: "{app}\Template"; 
  158. Source: "{app}\Template\TEMPLT2.PUI"; DestDir: "{app}\Template"; 
  159. Source: "{app}\Template\TEMPLT3.PUI"; DestDir: "{app}\Template"; 
  160. Source: "{app}\Template\TEMPLT4.PUI"; DestDir: "{app}\Template"; 
  161. Source: "{app}\Template\TEMPLT5.PUI"; DestDir: "{app}\Template"; 
  162. Source: "{app}\Template\TEMPLT6.PUI"; DestDir: "{app}\Template"; 
  163. Source: "{app}\Template\TEMPLT7.PUI"; DestDir: "{app}\Template"; 
  164. Source: "{app}\Template\TEMPLT8.PUI"; DestDir: "{app}\Template"; 
  165. [Dirs]
  166. Name: "{app}\Borders"; 
  167. Name: "{app}\Examples"; 
  168. Name: "{app}\Tutorial"; 
  169. Name: "{app}\Textures"; 
  170. Name: "{app}\Clipart"; 
  171. Name: "{app}\Template"; 
  172. [Registry]
  173. Root: HKCR; Subkey: ".pui"; ValueType: String; ValueData: "PublishiTFile"; Flags: uninsdeletevalue 
  174. Root: HKCR; Subkey: "PublishiTFile"; ValueType: String; ValueData: "Publish-iT File"; Flags: uninsdeletekey 
  175. Root: HKCR; Subkey: "PublishiTFile\DefaultIcon"; ValueType: String; ValueData: "{app}\Publish.EXE,0"; 
  176. Root: HKCR; Subkey: "PublishiTFile\shell\open\command"; ValueType: String; ValueData: """{app}\Publish.EXE"" ""%1"""; 
  177. [Icons]
  178. Name: "{group}\Publish-iT"; Filename: "{app}\Publish.EXE"; WorkingDir: "{app}"; 
  179. Name: "{group}\Readme"; Filename: "{app}\Readme.doc"; WorkingDir: "{app}"; 
  180. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; 
  181.