| |||||||
| Skins and Plugins Installer (MPI) This section is for MPI, the Skins and plugins installer. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #32 (permalink) |
| Portal Developer | I make some progress... News: - Customize the setup (in single setup file, you may include more version of a single file, like SVN and stable version of same plugin ) - Post setup action (when the setup done, run the configuration.exe or a plugin setup) In dukus.extra.hu the upload option is available, just registration needed. Thx, goes to Fr team, zebons, Scubefr. ![]() Last edited by dukus; 2007-05-01 at 07:50. |
| |
| | #33 (permalink) | |
| Portal Member Join Date: Feb 2006
Posts: 405
Thanks: 2
Thanked 25 Times in 19 Posts
| Quote:
Nice, how does it work ? Is it based on groups and files mapping into groups ? Where can we declare which file put on each version ? | |
| |
| | #35 (permalink) | |
| Portal Member Join Date: Feb 2006
Posts: 405
Thanks: 2
Thanked 25 Times in 19 Posts
| Quote:
For file renaming it should be better to have an InputFileName Properties, so the file name change only in the package and remain the same for users no need to rename files before importing into the package. For example : after having imported a dll for a particular version, if you try to import the same filename for another version, MPInstaler ask to define groups first and assign the fisrt dll to one group, the internal filename become <filename>_<group> and the OutFileName is automaticly define with filename value. Now we can import the second dll without any problem and affect it to a second group. So no need to really change the real name. What do you think about ? | |
| |
| | #36 (permalink) |
| Portal Developer | The group option was made to help making more packages in single an reuse some files to save some space and bandwidth. Distributing more version the same plugin it is a usage this option, but not necessary the only one. To support more files with same name it is difficulty, needed a lot of code changes and testing and i think usability is low it is hard to identify the files. The support site is now online it is usable and in sort time we migrate to official site, in mean time use my site. Unlucky nobody want to use this format, and i don't know the reason. ![]() |
| |
| | #37 (permalink) |
| Portal Member Join Date: Nov 2006 Location: Enschede
Posts: 270
Thanks: 5
Thanked 11 Times in 7 Posts
Country: | Great that you can now add two versions in one package. I've used it for the UitzendingGemist plugin and found that it works nice, apart from two things: 1) It crashed when I tested it within MP 0.2.2 stable dir. I'm afraid you have to release two versions too ![]() 2) Is it possible to have 'common files'? For example, in my plugin I use some images that are common for every skin, but it seems I have to add them for every skin I import. |
| |
| | #38 (permalink) |
| Portal User Join Date: Jun 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | When i start MPI installer it starts up great, but when I select any button it gives me the following error. Any idea how to fix this? See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.TypeLoadException: Could not load type 'MediaPortal.Configuration.Config' from assembly 'Utils, Version=1.0.2546.32604, Culture=neutral, PublicKeyToken=null'. at MPInstaler.MPInstallHelper..ctor() at MPInstaler.controlp..ctor() at MPInstaler.start_form.button3_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- MPInstaler Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/MPInstaler.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Utils Assembly Version: 1.0.2546.32604 Win32 Version: 1.0.2546.32604 CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Utils.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. |
| |
| | #40 (permalink) |
| Portal User Join Date: Jun 2007 Age: 26
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
| I have installed latest Media Portal v0.2.2.0 and i download the latest version of MediaInstaller date 8-6-2007 15:33 installed in the media portal directory. I can start the program but when i click a button i the following error. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.TypeLoadException: Could not load type 'MediaPortal.Configuration.Config' from assembly 'Utils, Version=1.0.2546.32604, Culture=neutral, PublicKeyToken=null'. at MPInstaler.MPInstallHelper..ctor() at MPInstaler.controlp..ctor() at MPInstaler.start_form.button3_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- MPInstaler Assembly Version: 1.0.0.0 Win32 Version: 1.1.0.0 CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/MPInstaller.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Utils Assembly Version: 1.0.2546.32604 Win32 Version: 1.0.2546.32604 CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Utils.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. |
| |
![]() |
| Bookmarks |
| Tags |
| extensions, install, installer, original, threadextension |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| (original thread) MCE Replacement Plugin v1.0.0 | and-81 | MCE Replacement Plugin | 532 | 2007-02-23 23:24 |
| (original thread) MP-TVSeries | Inker | My TVSeries | 666 | 2007-02-21 21:15 |
| (original thread) US/Canadian/Mexico EPG Zap2it Plugin Released | bradsjm | zap2it (discontinued) | 513 | 2007-02-21 14:07 |
| (original thread) MyFilms v3.1 - Use an ANT Movie Database (AMC) in MP | zebons | My Films | 201 | 2007-02-12 08:27 |
| (original thread) My Lyrics Plugin | mackey | My Lyrics Plugin | 213 | 2007-01-27 11:39 |