home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MPE Tools with Version Check community development
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="offbyone" data-source="post: 758715" data-attributes="member: 73415"><p>One more thing (seen it reported by a user in the forum somewhere and can confirm by looking at the code):</p><p>The MpeInstaller checks if the file has the old installer format, which is fine. BUT, since the old installer exe is no longer supplied (as it is not compatible anyway), the call to it is wrong <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>MpeInstaller.MainForm.InstallFile should not call</p><p>[code]</p><p>Process.Start(Path.Combine(MpeInstaller.TransformInRealPath("%Base%"), "MPInstaller.exe"), "\"" + file + "\"");</p><p>[/code]</p><p>but simply tell the user that the file is for MP 1.1 and quit.</p></blockquote><p></p>
[QUOTE="offbyone, post: 758715, member: 73415"] One more thing (seen it reported by a user in the forum somewhere and can confirm by looking at the code): The MpeInstaller checks if the file has the old installer format, which is fine. BUT, since the old installer exe is no longer supplied (as it is not compatible anyway), the call to it is wrong :) MpeInstaller.MainForm.InstallFile should not call [code] Process.Start(Path.Combine(MpeInstaller.TransformInRealPath("%Base%"), "MPInstaller.exe"), "\"" + file + "\""); [/code] but simply tell the user that the file is for MP 1.1 and quit. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MPE Tools with Version Check community development
Contact us
RSS
Top
Bottom