home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / ctenari / Domonkos / vaf100shareware.exe / install_script.iss
Text File  |  2003-05-06  |  4KB  |  78 lines

  1. ;InnoSetupVersion=3.0.3
  2.  
  3. [Setup]
  4. AppName=Visual Autorun Factory (Shareware)
  5. AppVerName=Visual Autorun Factory 1.00 (Shareware)
  6. AppId=Visual Autorun Factory (Shareware)
  7. AppPublisher=FreeVision Software
  8. AppPublisherURL=http://freevision.webpark.sk
  9. AppSupportURL=http://freevision.webpark.sk
  10. AppUpdatesURL=http://freevision.webpark.sk
  11. DefaultDirName={pf}\Visual Autorun Factory (Shareware)
  12. DefaultGroupName=Visual Autorun Factory (Shareware)
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. InfoBeforeFile=embedded\InfoBefore.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\vafactory.exe"; DestDir: "{app}"; 
  24. Source: "{app}\WhatsNew.txt"; DestDir: "{app}"; 
  25. Source: "{app}\License.txt"; DestDir: "{app}"; 
  26. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; 
  27. Source: "{app}\runtm.dat"; DestDir: "{app}"; 
  28. Source: "{app}\help\index.html"; DestDir: "{app}\help"; 
  29. Source: "{app}\help\images\screen.jpg"; DestDir: "{app}\help\images"; 
  30. Source: "{app}\help\images\screen2.jpg"; DestDir: "{app}\help\images"; 
  31. Source: "{app}\help\images\screen3.jpg"; DestDir: "{app}\help\images"; 
  32. Source: "{app}\help\images\screen4.jpg"; DestDir: "{app}\help\images"; 
  33. Source: "{app}\help\images\screen5.jpg"; DestDir: "{app}\help\images"; 
  34. Source: "{app}\help\images\screen6.jpg"; DestDir: "{app}\help\images"; 
  35. Source: "{app}\help\images\screen7.jpg"; DestDir: "{app}\help\images"; 
  36. Source: "{app}\help\images\screen8.jpg"; DestDir: "{app}\help\images"; 
  37. Source: "{app}\help\images\tutBackground.bmp"; DestDir: "{app}\help\images"; 
  38. Source: "{app}\templates\simple.afp"; DestDir: "{app}\templates"; 
  39. Source: "{app}\vbrun60.exe"; DestDir: "{app}"; Flags: deleteafterinstall 
  40. Source: "{sys}\comct332.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver sharedfile 
  41. Source: "{sys}\COMDLG32.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver sharedfile 
  42. Source: "{sys}\mscomct2.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver sharedfile 
  43. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver sharedfile 
  44.  
  45. [Dirs]
  46. Name: "{app}\help"; 
  47. Name: "{app}\help\images"; 
  48. Name: "{app}\templates"; 
  49.  
  50. [Registry]
  51. Root: HKCR; Subkey: ".afp"; ValueType: String; ValueData: "VAFactory"; Flags: uninsdeletekey 
  52. Root: HKCR; Subkey: ".afp"; ValueName: "Content Type"; ValueType: String; ValueData: "project"; Flags: uninsdeletekey 
  53. Root: HKCR; Subkey: ".afp\ShellNew"; ValueName: "NullFile"; ValueType: String; Flags: uninsdeletekey 
  54. Root: HKCR; Subkey: "VAFactory"; ValueType: String; ValueData: "VAFactory Project File"; Flags: uninsdeletekey 
  55. Root: HKCR; Subkey: "VAFactory\DefaultIcon"; ValueType: String; ValueData: "{app}\vafactory.exe,0"; Flags: uninsdeletekey 
  56. Root: HKCR; Subkey: "VAFactory\Shell"; ValueType: String; Flags: uninsdeletekey 
  57. Root: HKCR; Subkey: "VAFactory\Shell\Open"; ValueType: String; Flags: uninsdeletekey 
  58. Root: HKCR; Subkey: "VAFactory\Shell\Open\Command"; ValueType: String; ValueData: "{app}\vafactory.exe %1"; Flags: uninsdeletekey 
  59.  
  60. [INI]
  61. FileName: "{app}\VAFactory.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://freevision.webpark.sk"; 
  62.  
  63. [Run]
  64. Filename: "{app}\vbrun60.exe"; 
  65. Filename: "{app}\VAFactory.exe"; Description: "Launch Visual Autorun Factory"; Flags: postinstall skipifsilent nowait
  66.  
  67. [Icons]
  68. Name: "{group}\Visual Autorun Factory"; Filename: "{app}\VAFactory.exe"; 
  69. Name: "{group}\Visual Autorun Factory on the Web"; Filename: "{app}\VAFactory.url"; 
  70. Name: "{group}\Uninstall Visual Autorun Factory"; Filename: "{uninstallexe}"; 
  71. Name: "{userdesktop}\Visual Autorun Factory"; Filename: "{app}\VAFactory.exe"; Tasks: desktopicon; 
  72.  
  73. [Tasks]
  74. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  75.  
  76. [UninstallDelete]
  77. Type: files; Name: "{app}\VAFactory.url"; 
  78.