home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / sourceedit / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-02-21  |  4.8 KB  |  73 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Source Edit
  4. AppVerName=Source Edit 2.0
  5. AppId=Source Edit
  6. AppPublisher=Joacim Andersson
  7. AppPublisherURL=http://www.sourceedit.cc
  8. AppSupportURL=http://www.sourceedit.cc
  9. AppUpdatesURL=http://www.sourceedit.cc
  10. DefaultDirName={pf}\Source Edit
  11. DefaultGroupName=Source Edit
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  19. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  20. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  21. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  22. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  23. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  24. Source: "{sys}\Tabctl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  25. Source: "{sys}\RICHED32.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  26. Source: "{sys}\richtx32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  27. Source: "{sys}\mscomctl.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{sys}\mbbrowse.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  29. Source: "{sys}\scrrun.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  30. Source: "{sys}\msscript.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  31. Source: "{sys}\comct332.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  32. Source: "{sys}\TimerEx.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  33. Source: "{sys}\cmax20.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  34. Source: "{app}\SrcEdit.exe"; DestDir: "{app}"; 
  35. Source: "{app}\StdImg\Btn1.bmp"; DestDir: "{app}\StdImg"; 
  36. Source: "{app}\StdImg\Btn10.bmp"; DestDir: "{app}\StdImg"; 
  37. Source: "{app}\StdImg\Btn11.bmp"; DestDir: "{app}\StdImg"; 
  38. Source: "{app}\StdImg\btn12.bmp"; DestDir: "{app}\StdImg"; 
  39. Source: "{app}\StdImg\Btn13.bmp"; DestDir: "{app}\StdImg"; 
  40. Source: "{app}\StdImg\Btn14.bmp"; DestDir: "{app}\StdImg"; 
  41. Source: "{app}\StdImg\Btn2.bmp"; DestDir: "{app}\StdImg"; 
  42. Source: "{app}\StdImg\Btn3.bmp"; DestDir: "{app}\StdImg"; 
  43. Source: "{app}\StdImg\Btn4.bmp"; DestDir: "{app}\StdImg"; 
  44. Source: "{app}\StdImg\Btn5.bmp"; DestDir: "{app}\StdImg"; 
  45. Source: "{app}\StdImg\Btn6.bmp"; DestDir: "{app}\StdImg"; 
  46. Source: "{app}\StdImg\Btn7.bmp"; DestDir: "{app}\StdImg"; 
  47. Source: "{app}\StdImg\Btn8.bmp"; DestDir: "{app}\StdImg"; 
  48. Source: "{app}\StdImg\Btn9.bmp"; DestDir: "{app}\StdImg"; 
  49. Source: "{app}\Dat\HotKeys.dat"; DestDir: "{app}\Dat"; 
  50. Source: "{app}\Dat\Colors.dat"; DestDir: "{app}\Dat"; 
  51. Source: "{app}\Ext\DlgFiles.dat"; DestDir: "{app}\Ext"; 
  52. Source: "{app}\Ext\ExtMap.dat"; DestDir: "{app}\Ext"; 
  53. Source: "{app}\Lang\ASP.lng"; DestDir: "{app}\Lang"; 
  54. Source: "{app}\Lang\PHP.lng"; DestDir: "{app}\Lang"; 
  55. [Registry]
  56. Root: HKCU; Subkey: "Software\VB and VBA Program Settings"; 
  57. Root: HKCU; Subkey: "Software\VB and VBA Program Settings\Source Edit"; Flags: uninsdeletekey 
  58. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\se.exe"; Flags: uninsdeletekey 
  59. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\SourceEdit.exe"; Flags: uninsdeletekey 
  60. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\SrcEdit.exe"; Flags: uninsdeletekey 
  61. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\se.exe"; ValueType: String; ValueData: "{app}\SrcEdit.exe"; 
  62. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\SourceEdit.exe"; ValueType: String; ValueData: "{app}\SrcEdit.exe"; 
  63. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\SrcEdit.exe"; ValueType: String; ValueData: "{app}\SrcEdit.exe"; 
  64. [Run]
  65. Filename: "{app}\SrcEdit.exe"; Description: "Launch Source Edit"; Flags: postinstall skipifsilent nowait
  66. [Icons]
  67. Name: "{group}\Source Edit"; Filename: "{app}\SrcEdit.exe"; 
  68. Name: "{userdesktop}\Source Edit"; Filename: "{app}\SrcEdit.exe"; Tasks: desktopicon; 
  69. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Source Edit"; Filename: "{app}\SrcEdit.exe"; Tasks: quicklaunchicon; 
  70. [Tasks]
  71. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  72. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  73.