View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007412 | MMW v4 | Framework: Scripts/Extensions | public | 2011-02-20 00:34 | 2011-03-02 02:24 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | 7 | OS Version | - |
Product Version | 4.0 | ||||
Fixed in Version | 4.0 | ||||
Summary | 0007412: Script Installation Issues | ||||
Description | After several days of debugging last.fm Plugin I have found several serious issues with MM 4.0 and not with MM3.0 1. File= is Case Sensitive [Test_plugin_Case_Sensitive.mmip where "install.vbs" filename is all lowercase] 2. Throw Exception in case Function= do not exist in vbs File (MM3 Shows Dialog and then only Debug Version throw Exception) [Test_plugin_Error_installing.mmip and Test_plugin_Error_installing.elf] 3. Request Restart even there is no need for it [Test_plugin_working.mmip] Files are uploaded to FTP. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1351 | ||||
|
Fixed in build 1350. |
|
+ Added the ShowRestartPrompt header param (added in 0006752) also to Install.ini and documented here: http://www.mediamonkey.com/wiki/index.php/Installation_Packages#.5BHeader.5D_section |
|
Based on this it would be wise to add [Header] section into uninstall.ini too and allow ShowRestartPrompt there also? |
|
It is already there, see 0006752 |
|
Sorry about that I was reading Wiki without actual checking. I corrected http://www.mediamonkey.com/wiki/index.php/Installation_Packages#Uninstall.ini_file to say that [Header] is Optional in uninstall.ini |
|
Due the compatibility and common Boolean usage ShowRestartPrompt should also react on values 0 = False, 1 = True |
|
Fixed in build 1351. |
|
Last.fm plugin 1.0.2.24 includes this fix. |
|
Verified 1351 |