| |||||||
| Tips and Tricks Post your Tips and Tricks in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Sep 2004 Location: Germany
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
| You just have to build to batch files and drop them into folder containing new setup files. Cut and paste the following line for installation in mp_inst.bat: msiexec /i setup.msi ALLUSERS=1 TARGETDIR="%programfiles%\mediaportal" /qb- /l*v mp_inst.log deinstallation in mp_uninst.bat: msiexec /x {E95FD367-B0A7-420B-A95A-E8888D3C0C99} /qb- /l*v mp_uninst.log /i for installation, /x for deinstallation, ALLUSERS=1 is set for an all users installation, /qb- does a quiet installation without user interaction and "/l*v logfilename"writes a logfile. "MainEngineThread is returning 0" in the logfile says setup was successfully completed. The msi packagecode {...} may vary in future versions. no_idea.
__________________ My HTPC: Hardware: P4 3.2GHz, FSC D1627C, Sapphire ATI 9600, 512MB RAM, PVR 350, AirStar2, Sasem USB VFD/IR remote in DIGN HV5. Software: Windows XP Pro SP 2, DirectX 9.0c, .NET 1.1, MediaPlayer 10, Catalyst 5.2 drivers and IV codecs. |
| | |
| | #2 (permalink) |
| Portal Member Join Date: Nov 2004
Posts: 74
Thanks: 0
Thanked 0 Times in 0 Posts
| Ack. No thanks. If you're gonna go through all this trouble, just do it manually....
__________________ ~mar. Recording PC: Abit AN7, Athlon XP 3000+ 400FSB, 512MB PC3200, AIW 9800Pro, dual 21" CRTs, XP Pro SP2, ATI MMC, MediaPortal For viewing: Celeron 700, 384MB PC133, GeForce4 MX connected to TV, WinXP, MediaPortal |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Sep 2004 Location: Germany
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
| What´s the problem? You need the two files and if mp does fine you don´t even have to look into the logfile. Takes only seconds for a new installation and I never had to change the batches before. no_idea.
__________________ My HTPC: Hardware: P4 3.2GHz, FSC D1627C, Sapphire ATI 9600, 512MB RAM, PVR 350, AirStar2, Sasem USB VFD/IR remote in DIGN HV5. Software: Windows XP Pro SP 2, DirectX 9.0c, .NET 1.1, MediaPlayer 10, Catalyst 5.2 drivers and IV codecs. |
| | |
| | #6 (permalink) |
| Portal Member Join Date: Nov 2004
Posts: 85
Thanks: 2
Thanked 0 Times in 0 Posts
| @no_idea Thanks a lot for this - makes testing a little bit easier for me. I saw that you install in "%programfiles%\mediaportal" but the original setup is installed in "%programfiles%\Team MediaPortal\mediaportal". Wouldn´t it be better to use the standard-path? cu merci |
| | |
| | #7 (permalink) |
| Portal Member Join Date: Sep 2004 Location: Germany
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
| @merci1983 TARGETDIR is just a hint how to set a different path. You could write TARGETDIR="E:\HTPC Test\MP" or just leave the parameter for default. The funny thing was, standard msi parameter INSTALLDIR was ignored. Had to check the log to find it. Another tip (originally from FlipGer): Export your radio stations and tv channels from databases to csv with sqlbrowserlite and reimport them to the new ones, after deleting the table. Worked for me in .8-.10. Only had to create a new tv group and resort. But you may be warned: Tables format might be changed. The team is now working on an export function. no_idea
__________________ My HTPC: Hardware: P4 3.2GHz, FSC D1627C, Sapphire ATI 9600, 512MB RAM, PVR 350, AirStar2, Sasem USB VFD/IR remote in DIGN HV5. Software: Windows XP Pro SP 2, DirectX 9.0c, .NET 1.1, MediaPlayer 10, Catalyst 5.2 drivers and IV codecs. |
| | |
![]() |
| Bookmarks |
| Tags |
| hand, installing, tired, uninstalling, version |
| Thread Tools | |
| Display Modes | |
| |