home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 February / PCM_0202.iso / media / demo / RosoftMediaPlayerFree.exe / install_script.iss
Text File  |  2002-01-08  |  2KB  |  39 lines

  1. ;InnoSetupVersion=2.0.17
  2.  
  3. [Setup]
  4. AppName=Rosoft Media Player 2 (Limted Edition)
  5. AppVerName=Rosoft Media Player, (Limited Edition)
  6. AppId=Rosoft Media Player 2 (Limted Edition)
  7. DefaultDirName={pf}\Rosoft\Audio Tools
  8. DefaultGroupName=Rosoft Audio Tools
  9. OutputBaseFilename=RosoftMediaPlayerFree
  10. Compression=zip
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\license-rosoftmediaplayer-180.txt"; DestDir: "{app}"; 
  18. Source: "{app}\RosoftMediaPlayer180.exe"; DestDir: "{app}"; 
  19. Source: "{app}\RSMMPLAY.HLP"; DestDir: "{app}"; 
  20. Source: "{app}\RosoftMediaPlayer.ico"; DestDir: "{app}"; 
  21. Source: "{app}\install_MPLA_trial.exe"; DestDir: "{app}"; Flags: deleteafterinstall 
  22. Source: "{app}\msbb.exe"; DestDir: "{app}"; Flags: restartreplace 
  23.  
  24. [Registry]
  25. Root: HKCU; Subkey: "SOFTWARE\Rosoft\FreeStuff"; ValueName: "MSBB Path"; ValueType: String; ValueData: "{app}"; 
  26. Root: HKCU; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "msbb"; ValueType: String; ValueData: "{app}\msbb.exe /did=154"; 
  27.  
  28. [Run]
  29. Filename: "{app}\install_MPLA_trial.exe"; 
  30. Filename: "{app}\W3kSelfInst.exe"; Parameters: "/U ""Rosoft_MediaPlayer"""; Flags: skipifdoesntexist 
  31. Filename: "{win}\W3kNTStb.exe"; Parameters: """Rosoft_MediaPlayer"""; Flags: skipifdoesntexist 
  32.  
  33. [UninstallRun]
  34. Filename: "{app}\msbb.exe"; Parameters: "/diemofo=y nosuppress"; Flags: skipifdoesntexist 
  35.  
  36. [Icons]
  37. Name: "{group}\Media Player"; Filename: "{app}\RosoftMediaPlayer180.exe"; WorkingDir: "{app}"; 
  38. Name: "{group}\Media Player (Help)"; Filename: "{app}\rsmmplay.hlp"; WorkingDir: "{app}"; 
  39.