home *** CD-ROM | disk | FTP | other *** search
/ Freelog 59 / Freelog059.iso / Bas / Internet / EMSFreeSurfer / FreeSurfer21026.exe / install_script.iss
Text File  |  2004-07-01  |  5KB  |  75 lines

  1. ;InnoSetupVersion=2.0.17
  2.  
  3. [Setup]
  4. AppName=Free Surfer mk II
  5. AppVerName=EMS FreeSurfer mk II
  6. AppId=Free Surfer mk II
  7. AppPublisher=EMS Project
  8. AppPublisherURL=http://www.free.surfer.tc
  9. AppSupportURL=http://www.free.surfer.tc
  10. AppUpdatesURL=http://www.free.surfer.tc
  11. DefaultDirName={pf}\Free Surfer
  12. DefaultGroupName=Free Surfer
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. InfoAfterFile=embedded\InfoAfter.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  24. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  25. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  26. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  27. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  28. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  29. Source: "{app}\fs20.exe"; DestDir: "{app}"; 
  30. Source: "{app}\fsWashit.dll"; DestDir: "{app}"; Flags: regserver 
  31. Source: "{app}\fs.ini"; DestDir: "{app}"; 
  32. Source: "{app}\fssp.dll"; DestDir: "{app}"; 
  33. Source: "{app}\fsmo.dll"; DestDir: "{app}"; 
  34. Source: "{app}\LangPacks\[US] English"; DestDir: "{app}\LangPacks"; 
  35. Source: "{app}\LangPacks\[BR] Portuguese"; DestDir: "{app}\LangPacks"; 
  36. Source: "{app}\LangPacks\[FI] Stadin slangi"; DestDir: "{app}\LangPacks"; 
  37. Source: "{app}\LangPacks\[IT] Italiano"; DestDir: "{app}\LangPacks"; 
  38. Source: "{app}\LangPacks\[DE] German"; DestDir: "{app}\LangPacks"; 
  39. Source: "{app}\LangPacks\[FR] French"; DestDir: "{app}\LangPacks"; 
  40. Source: "{app}\LangPacks\[FI] Suomi"; DestDir: "{app}\LangPacks"; 
  41. Source: "{app}\LangPacks\[SV] Svenska"; DestDir: "{app}\LangPacks"; 
  42. Source: "{app}\LangPacks\[DK] Dansk"; DestDir: "{app}\LangPacks"; 
  43. Source: "{app}\LangPacks\[NL] Nederlands"; DestDir: "{app}\LangPacks"; 
  44. Source: "{app}\LangPacks\[ES] Spanish"; DestDir: "{app}\LangPacks"; 
  45.  
  46. [Registry]
  47. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; Flags: deletekey 
  48. Root: HKCR; Subkey: "CLSID\{{0634BB9C-C12C-48A0-B4B0-5BB598DE236D}"; Flags: deletekey 
  49. Root: HKCR; Subkey: "CLSID\{{9BD5776A-E668-4B17-9B2C-B52FDB21C422}"; Flags: deletekey 
  50. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "freesurfer"; ValueType: String; Flags: uninsdeletevalue 
  51. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "ClsID"; ValueType: String; ValueData: "{{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}"; Flags: uninsdeletevalue 
  52. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "Exec"; ValueType: String; ValueData: "{app}\FS20.exe"; Flags: uninsdeletevalue 
  53. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "Default Visible"; ValueType: String; ValueData: "Yes"; Flags: uninsdeletevalue 
  54. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "MenuText"; ValueType: String; ValueData: "Free Surfer"; Flags: uninsdeletevalue 
  55. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "ToolTip"; ValueType: String; ValueData: "Free Surfer"; Flags: uninsdeletevalue 
  56. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "ButtonText"; ValueType: String; ValueData: "Free Surfer"; Flags: uninsdeletevalue 
  57. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "Icon"; ValueType: String; ValueData: "{app}\FS20.exe,101"; Flags: uninsdeletevalue 
  58. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "HotIcon"; ValueType: String; ValueData: "{app}\FS20.exe,102"; Flags: uninsdeletevalue 
  59.  
  60. [Run]
  61. Filename: "{app}\fs20.exe"; Description: "Launch Free Surfer"; Flags: postinstall skipifsilent nowait
  62.  
  63. [UninstallRun]
  64. Filename: "{app}\fsWashit.dll"; Parameters: "/UnRegServer"; 
  65.  
  66. [Icons]
  67. Name: "{group}\Free Surfer"; Filename: "{app}\fs20.exe"; 
  68. Name: "{userdesktop}\Free Surfer"; Filename: "{app}\fs20.exe"; Tasks: desktopicon; 
  69.  
  70. [Tasks]
  71. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  72.  
  73. [UninstallDelete]
  74. Type: filesandordirs; Name: "{app}\LangPacks"; 
  75.