home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Grafica / rastervect / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-03-25  |  4.8 KB  |  77 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=RasterVect 9.5 Trial
  4. AppVerName=RasterVect 9.5 Trial
  5. AppId=RasterVect 9.5 Trial
  6. AppPublisher=RasterVect Software
  7. AppPublisherURL=http://www.rastervect.com
  8. AppSupportURL=http://www.rastervect.com
  9. AppUpdatesURL=http://www.rastervect.com
  10. DefaultDirName={pf}\RasterVect 9.5 Trial
  11. DefaultGroupName=RasterVect 9.5 Trial
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. ChangesAssociations=yes
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\RVECTW.EXE"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\RVECTW.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\RVECTW.CNT"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\LOADER-MILLIMETERS.LSP"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\LOADER-INCHES.LSP"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\REGISTER.TXT"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\LICENSE.TXT"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\README.TXT"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Sample\SAMPLE.TXT"; DestDir: "{app}\Sample"; Flags: ignoreversion 
  30. Source: "{app}\Sample\SAMPLE.BMP"; DestDir: "{app}\Sample"; Flags: ignoreversion 
  31. Source: "{app}\Sample\SAMPLE.DXF"; DestDir: "{app}\Sample"; Flags: ignoreversion 
  32. Source: "{app}\Sample\CENTERLINES.TXT"; DestDir: "{app}\Sample"; Flags: ignoreversion 
  33. Source: "{app}\Sample\CENTERLINES.TIF"; DestDir: "{app}\Sample"; Flags: ignoreversion 
  34. Source: "{app}\Sample\CENTERLINES.DXF"; DestDir: "{app}\Sample"; Flags: ignoreversion 
  35. Source: "{userfavorites}\RasterVect Software\RasterVect Software.URL"; DestDir: "{userfavorites}\RasterVect Software"; MinVersion: 4.1,4.0; Flags: uninsneveruninstall 
  36. [Registry]
  37. Root: HKCR; Subkey: ".rvs"; ValueType: String; ValueData: "RasterVectSoftwareDrawing"; Tasks: fileassoc; Flags: uninsdeletekey 
  38. Root: HKCR; Subkey: "RasterVectSoftwareDrawing"; ValueType: String; ValueData: "RasterVect Software Drawing"; Tasks: fileassoc; Flags: uninsdeletekey 
  39. Root: HKCR; Subkey: "RasterVectSoftwareDrawing\DefaultIcon"; ValueType: String; ValueData: "{app}\Rvectw.exe,0"; Tasks: fileassoc; Flags: uninsdeletevalue 
  40. Root: HKCR; Subkey: "RasterVectSoftwareDrawing\shell"; ValueType: String; ValueData: "OpenWithRasterVect"; Tasks: fileassoc; Flags: uninsdeletevalue 
  41. Root: HKCR; Subkey: "RasterVectSoftwareDrawing\shell\OpenWithRasterVect"; ValueType: String; ValueData: "Open with RasterVect"; Tasks: fileassoc; Flags: uninsdeletekey 
  42. Root: HKCR; Subkey: "RasterVectSoftwareDrawing\shell\OpenWithRasterVect\command"; ValueType: String; ValueData: """{app}\Rvectw.exe"" ""%1"""; Tasks: fileassoc; Flags: uninsdeletekey 
  43. Root: HKCU; Subkey: "Software\RasterVect Software\RasterVect"; Flags: uninsdeletekey 
  44. [Run]
  45. Filename: "{app}\RVECTW.EXE"; Description: "Launch RasterVect"; Flags: postinstall skipifsilent nowait
  46. [UninstallRun]
  47. Filename: "mailto:support@rastervect.com?subject=Feedback (UnInstall)&body=I uninstall the program RasterVect 9.5 because ..."; Flags: shellexec nowait
  48. [Icons]
  49. Name: "{group}\RasterVect Software on the Web"; Filename: "{app}\RasterVect Software.url"; 
  50. Name: "{group}\RasterVect 9.5 Trial"; Filename: "{app}\RVECTW.EXE"; WorkingDir: "{app}"; 
  51. Name: "{group}\Help"; Filename: "{app}\RVECTW.HLP"; WorkingDir: "{app}"; 
  52. Name: "{group}\Sample"; Filename: "{app}\Sample\Sample.txt"; 
  53. Name: "{group}\Uninstall RasterVect 9.5 Trial"; Filename: "{uninstallexe}"; 
  54. Name: "{userdesktop}\RasterVect 9.5 Trial"; Filename: "{app}\RVECTW.EXE"; WorkingDir: "{app}"; 
  55. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\RasterVect"; Filename: "{app}\RVECTW.EXE"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  56. [Tasks]
  57. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  58. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  59. Name: "fileassoc"; Description: "&Associate with own .rvs extension (admin privileges need)"; 
  60. Name: "fileassoc"; Description: "&Associate with own .rvs extension"; 
  61. [UninstallDelete]
  62. Type: files; Name: "{app}\RVECTW.INI"; 
  63. [CustomMessages]
  64. default.NameAndVersion=%1 version %2
  65. default.AdditionalIcons=Additional icons:
  66. default.CreateDesktopIcon=Create a &desktop icon
  67. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  68. default.ProgramOnTheWeb=%1 on the Web
  69. default.UninstallProgram=Uninstall %1
  70. default.LaunchProgram=Launch %1
  71. default.AssocFileExtension=&Associate %1 with the %2 file extension
  72. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  73. [Languages]
  74. ; These files are stubs
  75. ; To achieve better results after recompilation, use the real language files
  76. Name: "default"; MessagesFile: "embedded\default.isl"; 
  77.