Correct Installation under Vista

Feature requests for VLC.
gopackgo
New Cone
New Cone
Posts: 7
Joined: 09 Oct 2008 01:09

Correct Installation under Vista

Postby gopackgo » 09 Oct 2008 01:19

After Vista is installed in Vista, a box comes up that asks if VLC was installed correctly, and if not, to use it's reccommended settings. For some reason, Vista thinks VLC isn't designed to run on Vista. It would be great if this wouldn't show up when it is installed on Vista.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Correct Installation under Vista

Postby VLC_help » 09 Oct 2008 19:13

Some older installers cause this if not changed correctly, same applies to nsis which is used for VLC. But it can be fixed.
http://colinnewell.wordpress.com/2008/0 ... ows-vista/

RequestExecutionLevel should be the correct thing. 4.8.1.32 RequestExecutionLevel from http://nsis.sourceforge.net/Docs/Chapter4.html
Now lets hope someone fixes this :D

gopackgo
New Cone
New Cone
Posts: 7
Joined: 09 Oct 2008 01:09

Re: Correct Installation under Vista

Postby gopackgo » 09 Oct 2008 23:10

Cool, good find. I don't have the coding or contact know how to do anything about this. It would be great if this could be fixed though!! :)

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Correct Installation under Vista

Postby Chuen » 10 Oct 2008 09:15

Hi VLC_help, j-b,

Can one of you patch the following XML snippet

Code: Select all

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo>
after the <description> tag but before the <dependency> tag
as shown below in the vlc.exe.manifest file and make an installer for testing in Vista.

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="VideoLAN.VLC" type="win32" /> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> <description>see http://www.videolan.org/</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> </assembly>
Regards
Chuen

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Correct Installation under Vista

Postby VLC_help » 10 Oct 2008 14:53

I can't commit anything :D (I am not official VLC-dev nor do I have commit rights, and that is a good thing)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Correct Installation under Vista

Postby Jean-Baptiste Kempf » 10 Oct 2008 15:39

Why do we need anything special for Vista... Pfff
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

gopackgo
New Cone
New Cone
Posts: 7
Joined: 09 Oct 2008 01:09

Re: Correct Installation under Vista

Postby gopackgo » 11 Oct 2008 03:32

Why do we need anything special for Vista... Pfff
So are you saying that you are not going to look into this? :(

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Correct Installation under Vista

Postby Jean-Baptiste Kempf » 11 Oct 2008 12:21

Why do we need anything special for Vista... Pfff
So are you saying that you are not going to look into this? :(
I will, but we have sooo many issues with manifest, that I don't know If I want to.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Correct Installation under Vista

Postby Chuen » 11 Oct 2008 15:50

Hi j-b,

The manifest is valid for XP and Vista If it works.
Regards
Chuen


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 16 guests