home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 2 / PCNET_CD_2006_09_2.iso / apps / Video / MyVideoDaily.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-07  |  5.9 KB  |  79 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=MyVideoDaily
  4. AppVerName=MyVideoDaily 3.01
  5. AppId=MyVideoDaily
  6. AppVersion=3.01
  7. AppPublisher=My Video Daily
  8. AppPublisherURL=http://www.myvideodaily.com
  9. AppSupportURL=http://www.myvideodaily.com
  10. AppUpdatesURL=http://www.myvideodaily.com
  11. DefaultDirName={pf}\MyVideoDaily2
  12. DefaultGroupName=My Video Daily
  13. UninstallDisplayIcon={app}\MyVideoDaily2.exe
  14. OutputBaseFilename=MVD
  15. Compression=lzma
  16. PrivilegesRequired=poweruser
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\eula.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{sys}\MyVideoDaily.scr"; DestDir: "{sys}"; Flags: ignoreversion 
  23. Source: "{app}\RunCfg.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\MVD.jpg"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\MyVideoDaily2.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  26. Source: "{app}\bundlic.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\s4Setp.exe"; DestDir: "{app}"; Check: "GetMustInstallMySearch()"; Flags: deleteafterinstall ignoreversion 
  28. Source: "{tmp}\psvince.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  29. Source: "{app}\build.ini"; DestDir: "{app}"; Flags: ignoreversion 
  30. [Registry]
  31. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\run"; ValueName: "MyDailyVideo"; Flags: deletevalue 
  32. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\run"; ValueName: "MyVideoDaily2"; ValueType: String; ValueData: "{app}\MyVideoDaily2.exe /delay"; Flags: uninsdeletevalue 
  33. Root: HKCU; Subkey: "Software\MyVideoDaily"; Flags: uninsdeletekey 
  34. Root: HKLM; Subkey: "Software\MyVideoDaily"; Flags: uninsdeletekey 
  35. Root: HKCU; Subkey: "Software\MyVideoDailyScreensaver"; Flags: uninsdeletekey 
  36. Root: HKLM; Subkey: "Software\MyVideoDailyScreensaver"; Flags: uninsdeletekey 
  37. [INI]
  38. FileName: "{app}\MyVideoDaily.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.myvideodaily.com"; Flags: uninsdeleteentry 
  39. FileName: "{app}\help.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.myvideodaily.com/help.php"; Flags: uninsdeleteentry 
  40. FileName: "{userdesktop}\MyVideoDaily Web.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.myvideodaily.com"; Flags: uninsdeleteentry 
  41. FileName: "{userdesktop}\MyVideoDaily Web.url"; Section: "InternetShortcut"; Key: "IconFile"; String: "{app}\RunCfg.exe"; Flags: uninsdeleteentry 
  42. FileName: "{userdesktop}\MyVideoDaily Web.url"; Section: "InternetShortcut"; Key: "IconIndex"; String: "0"; Flags: uninsdeleteentry 
  43. FileName: "{userfavorites}\MyVideoDaily.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.myvideodaily.com"; 
  44. [Run]
  45. Filename: "{app}\MyVideoDaily2.exe"; Parameters: "/install {ini:{app}\build.ini,MVDClient,PartnerID|24}"; StatusMsg: "Registering installation"; 
  46. Filename: "{sys}\MyVideoDaily.scr"; Parameters: "/install {ini:{app}\build.ini,MVDScreensaver,PartnerID|24}"; StatusMsg: "Registering installation"; 
  47. Filename: "{app}\RunCfg.exe"; Description: "Configure MyVideoDaily Screensaver"; Flags: postinstall skipifsilent nowait
  48. Filename: "{app}\MyVideoDaily2.exe"; Description: "Launch My Video Daily"; Flags: postinstall skipifsilent nowait
  49. Filename: "{app}\s4Setp.exe"; Description: "Install My Search Toolbar plug-in"; Check: "GetMustInstallMySearch()"; Flags: nowait
  50. Filename: "{app}\MyVideoDaily2.exe"; Parameters: "/AJinstall"; StatusMsg: "Registering installation"; Check: "GetMustInstallMySearch()"; 
  51. Filename: "http://www.myvideodaily.com/welcome.php?disid={ini:{app}\build.ini,MVDClient,PartnerID|24}"; Check: "GetMustNotInstallMySearch()"; Flags: shellexec nowait
  52. Filename: "http://www.myvideodaily.com/welcome.php?disid={ini:{app}\build.ini,MVDClient,PartnerID|24}&aji=1"; Check: "GetMustInstallMySearch()"; Flags: shellexec nowait
  53. [UninstallRun]
  54. Filename: "{sys}\MyVideoDaily.scr"; Parameters: "/uninstall"; StatusMsg: "Unregistering installation"; 
  55. Filename: "{app}\MyVideoDaily2.exe"; Parameters: "/uninstall"; StatusMsg: "Unregistering installation"; 
  56. [Icons]
  57. Name: "{group}\My Video Daily"; Filename: "{app}\MyVideoDaily2.exe"; 
  58. Name: "{group}\MyVideoDaily Screensaver Configuration"; Filename: "{app}\RunCfg.exe"; 
  59. Name: "{userdesktop}\MyVideoDaily"; Filename: "{app}\MyVideoDaily2.exe"; 
  60. Name: "{group}\My Video Daily EULA and Privacy Statement"; Filename: "{app}\eula.txt"; 
  61. Name: "{group}\My Video Daily Web site"; Filename: "{app}\MyVideoDaily.url"; 
  62. Name: "{group}\My Video Daily Help"; Filename: "{app}\help.url"; 
  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. cmMSOption=This software includes the OPTION to install "My Search Browser Toolbar". You may choose, by checking the following option, whether to install the My Search Browser Toolbar or not. If you decide to install the My Search Browser Toolbar, you will be able to remove it completely at any time by using the Install/Uninstall applet of Windows Control Panel. Uninstalling the My Search Browser Toolbar will not uninstall MyVideoDaily.
  74. cmMVDStop=My Video Daily client is currently running. Please stop it before continue installation.%nTo stop it click with the right mouse button on the "film" icon in the Windows system tray (near the clock),%nand select "Exit" option on the popup menu.%nThen click 'Ok' button of this window to proceed.
  75. [Languages]
  76. ; These files are stubs
  77. ; To achieve better results after recompilation, use the real language files
  78. Name: "default"; MessagesFile: "embedded\default.isl"; 
  79.