home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 44 / Issue #44.iso / pc / 2-SOFTWARE / RobotFunk / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-04-02  |  2.9 KB  |  61 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Robotfunk Flowmotion
  4. AppVerName=Robotfunk Flowmotion 1.0
  5. AppId=Robotfunk Flowmotion
  6. AppPublisher=Robotfunk
  7. AppPublisherURL=http://www.robotfunk.com
  8. AppSupportURL=http://www.robotfunk.com
  9. AppUpdatesURL=http://www.robotfunk.com
  10. DefaultDirName={pf}\Flowmotion
  11. DefaultGroupName=Robotfunk Flowmotion
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\controls.dxr"; DestDir: "{app}"; 
  22. Source: "{app}\dummy.avi"; DestDir: "{app}"; 
  23. Source: "{app}\dummy.mov"; DestDir: "{app}"; 
  24. Source: "{app}\flowmotion.bmp"; DestDir: "{app}"; 
  25. Source: "{app}\flowmotion.exe"; DestDir: "{app}"; 
  26. Source: "{app}\FLOWMOTION.HLP"; DestDir: "{app}"; 
  27. Source: "{app}\fullscreen.dxr"; DestDir: "{app}"; 
  28. Source: "{app}\media_import.dxr"; DestDir: "{app}"; 
  29. Source: "{app}\xtras\ActiveX.x32"; DestDir: "{app}\xtras"; 
  30. Source: "{app}\xtras\asFFT.x32"; DestDir: "{app}\xtras"; 
  31. Source: "{app}\xtras\budapi.x32"; DestDir: "{app}\xtras"; 
  32. Source: "{app}\xtras\dir.txt"; DestDir: "{app}\xtras"; 
  33. Source: "{app}\xtras\Dirapi.dll"; DestDir: "{app}\xtras"; 
  34. Source: "{app}\xtras\DirectSound.x32"; DestDir: "{app}\xtras"; 
  35. Source: "{app}\xtras\FileXtra3.x32"; DestDir: "{app}\xtras"; 
  36. Source: "{app}\xtras\Flash Asset.x32"; DestDir: "{app}\xtras"; 
  37. Source: "{app}\xtras\Font Xtra.x32"; DestDir: "{app}\xtras"; 
  38. Source: "{app}\xtras\Iml32.dll"; DestDir: "{app}\xtras"; 
  39. Source: "{app}\xtras\MacroMix.x32"; DestDir: "{app}\xtras"; 
  40. Source: "{app}\xtras\msvcrt.dll"; DestDir: "{app}\xtras"; 
  41. Source: "{app}\xtras\Proj.dll"; DestDir: "{app}\xtras"; 
  42. Source: "{app}\xtras\propsave.X32"; DestDir: "{app}\xtras"; 
  43. Source: "{app}\xtras\QsMIDI.x32"; DestDir: "{app}\xtras"; 
  44. Source: "{app}\xtras\QT3Asset.x32"; DestDir: "{app}\xtras"; 
  45. Source: "{app}\xtras\Text Asset.x32"; DestDir: "{app}\xtras"; 
  46. Source: "{app}\xtras\TextXtra.x32"; DestDir: "{app}\xtras"; 
  47. Source: "{sys}\VideoOCX.ocx"; DestDir: "{sys}"; Flags: regserver 
  48. Source: "{sys}\midiio32.ocx"; DestDir: "{sys}"; Flags: regserver 
  49. [INI]
  50. FileName: "{app}\flowmotion.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.robotfunk.com"; 
  51. [Run]
  52. Filename: "{app}\flowmotion.exe"; Description: "Launch Robotfunk Flowmotion"; Flags: postinstall skipifsilent nowait
  53. [Icons]
  54. Name: "{group}\Robotfunk Flowmotion"; Filename: "{app}\flowmotion.exe"; 
  55. Name: "{group}\Robotfunk Flowmotion on the Web"; Filename: "{app}\flowmotion.url"; 
  56. Name: "{userdesktop}\Robotfunk Flowmotion"; Filename: "{app}\flowmotion.exe"; Tasks: desktopicon; 
  57. [Tasks]
  58. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  59. [UninstallDelete]
  60. Type: files; Name: "{app}\flowmotion.url"; 
  61.