There is an error in the desktop shortcut to the DLL - you have used the path to /program files(x86)/ but on a 32 bit system this does not exist, resulting in a 'File not found' error
There is an error in the desktop shortcut to the DLL - you have used the path to /program files(x86)/ but on a 32 bit system this does not exist, resulting in a 'File not found' error
<ActionItem Name="CreateShortCut" ActionType="CreateShortCut" ConditionGroup="Default">
<Params>
<Items>
<SectionParam Name="ShortCut location">
<Value>%Desktop%\DVDArt.lnk</Value>
<ValueType>Template</ValueType>
<Description>Location of shortcut</Description>
</SectionParam>
<SectionParam Name="ShortCut target">
<Value>%Base%\DVDArt_PluginLauncher.exe</Value>
<ValueType>Template</ValueType>
<Description>Target of short cut</Description>
</SectionParam>
<SectionParam Name="Description">
<Value>DVDArt launcher</Value>
<ValueType>String</ValueType>
<Description>Description tooltip text </Description>
</SectionParam>
<SectionParam Name="Icon of the shortcut">
<Value />
<ValueType>Template</ValueType>
<Description>Icon of the shortcut,
if is empty the icon of the target will be used</Description>
</SectionParam>
</Items>
</Params>
<ExecuteLocation>AfterPanelShow</ExecuteLocation>
</ActionItem>
Doesn´t work on MP 1.6 - MPConfig crashes
The desktop item does not work as already described by SpudR abovecatavolt, can you try from the desktop icon, although for me it does work properly from MPConfig on 1.6. If still no luck, I have a new version of the plugin at .Net 4.0 Framework which I can send you separately.
The desktop item does not work as already described by SpudR abovecatavolt, can you try from the desktop icon, although for me it does work properly from MPConfig on 1.6. If still no luck, I have a new version of the plugin at .Net 4.0 Framework which I can send you separately.
Will try laterCan't you change the link to point to the correct path and give it a try?
There isn't an option to change the path, it just comes up with the file not found error...