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!)
Found and fixed issue with Postbuild.bat
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="asagala" data-source="post: 486404" data-attributes="member: 85693"><p>Hi,</p><p></p><p>Think I found an issue with Postbuild.bat in SVN 23143. The script tries to copy language files and skin file to wrong place. Also xcopy command has a typo in it. The result on my system was that the config tool failed to launch since it didnt find lcoalization files</p><p></p><p>Here are the two lines causing the issue:</p><p>xcopy %1\MediaPortal.Base\Language\*.* %allusersprofile%\"Team MediaPortal\MediaPortal\Language\" /E /Y /D</p><p>xcopy %1\MediaPortal.Base\Skin\*.* %allusersprofile%\"Team MediaPortal\MediaPortal\Skin\" /E /Y /D</p><p></p><p>The lines should be:</p><p>xcopy %1\MediaPortal.Base\Language\*.* "%allusersprofile%\Application Data\Team MediaPortal\MediaPortal\Language\" /E /Y /D</p><p>xcopy %1\MediaPortal.Base\Skin\*.* "%allusersprofile%\Application Data\Team MediaPortal\MediaPortal\Skin\" /E /Y /D</p><p></p><p>Notice how the " is at the start of the dir path and how the Application Data dir was missing from the first two commands. I had to change these commands on my windows XP SP3 system running VS 2008</p><p></p><p></p><p>Hope this helps someone</p></blockquote><p></p>
[QUOTE="asagala, post: 486404, member: 85693"] Hi, Think I found an issue with Postbuild.bat in SVN 23143. The script tries to copy language files and skin file to wrong place. Also xcopy command has a typo in it. The result on my system was that the config tool failed to launch since it didnt find lcoalization files Here are the two lines causing the issue: xcopy %1\MediaPortal.Base\Language\*.* %allusersprofile%\"Team MediaPortal\MediaPortal\Language\" /E /Y /D xcopy %1\MediaPortal.Base\Skin\*.* %allusersprofile%\"Team MediaPortal\MediaPortal\Skin\" /E /Y /D The lines should be: xcopy %1\MediaPortal.Base\Language\*.* "%allusersprofile%\Application Data\Team MediaPortal\MediaPortal\Language\" /E /Y /D xcopy %1\MediaPortal.Base\Skin\*.* "%allusersprofile%\Application Data\Team MediaPortal\MediaPortal\Skin\" /E /Y /D Notice how the " is at the start of the dir path and how the Application Data dir was missing from the first two commands. I had to change these commands on my windows XP SP3 system running VS 2008 Hope this helps someone [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Found and fixed issue with Postbuild.bat
Contact us
RSS
Top
Bottom