Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
9dceead7
Commit
9dceead7
authored
Apr 10, 2013
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: cleaning and cosmetics
parent
29667876
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
15 deletions
+2
-15
extras/package/win32/msi/product.wxs
extras/package/win32/msi/product.wxs
+2
-15
No files found.
extras/package/win32/msi/product.wxs
View file @
9dceead7
...
...
@@ -102,13 +102,9 @@
<!-- Open With... contextual menu -->
<RegistryValue
Root=
"HKCR"
Key=
"Applications\vlc.exe\shell\open"
Name=
"$(var.ShortProductName)"
Value=
"$(var.ProductName)"
Type=
"string"
/>
<!-- File association -->
<!-- <?include extensions.wxi?> -->
<!-- App Paths to support Start, Run -->
<RegistryValue
Root=
"HKLM"
Key=
"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\vlc.exe"
Value=
"[#vlc.exe]"
Type=
"string"
/>
<RegistryValue
Root=
"HKLM"
Key=
"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\vlc.exe"
Name=
"Path"
Value=
"[APPLICATIONFOLDER]"
Type=
"string"
/>
</Component>
<Component
Id=
'CompTXT'
Guid=
'7fbd228c-87d8-4e91-85b3-aa65e03c9f1e'
Win64=
"$(var.Win64)"
>
...
...
@@ -241,9 +237,7 @@
<RegistryValue
Root=
"HKCR"
Key=
"VLC.OPENFolder\shell"
Value=
"Open"
Type=
"string"
/>
<RegistryValue
Root=
"HKCR"
Key=
"VLC.OPENFolder\shell\open\command"
Value=
""[#vlc.exe]" %1"
Type=
"string"
/>
<RegistryValue
Root=
"HKCR"
Key=
"VLC.OPENFolder\DefaultIcon"
Value=
"[#vlc.exe],0"
Type=
"string"
/>
</Component>
</Directory>
</Directory>
</Directory>
...
...
@@ -276,7 +270,7 @@
<Shortcut
Id=
"NEWSShortcut"
Name=
"Release Notes"
Target=
"[APPLICATIONFOLDER]NEWS.txt"
/>
<util:InternetShortcut
Id=
"WebsiteShortcut"
Name=
"VideoLAN website"
Target=
"http://www.videolan.org/"
/>
<util:InternetShortcut
Id=
"DocumentationShortcut"
Name=
"Documentation"
Target=
"http://www.videolan.org/doc/"
/>
<!-- RegistryValue which
s
serves as KeyPath -->
<!-- RegistryValue which serves as KeyPath -->
<RegistryValue
Root=
"HKCU"
Key=
"Software\VideoLAN\VLC"
Name=
"StartMenuShortcuts"
...
...
@@ -301,7 +295,6 @@
<ComponentGroupRef
Id=
'CompPluginsGroup'
/>
<ComponentGroupRef
Id=
'CompLocaleGroup'
/>
<ComponentGroupRef
Id=
'CompLuaGroup'
/>
<!-- <ComponentGroupRef Id='CompOsdmenuGroup' /> -->
<ComponentGroupRef
Id=
'CompSkinsGroup'
/>
<Feature
Id=
'ACTIVEX'
Title=
'ActiveX plugin'
Level=
'1'
AllowAdvertise=
"no"
>
...
...
@@ -317,12 +310,8 @@
<Feature
Id=
'FILEASSOCIATION'
Title=
'Extensions'
Level=
'1'
AllowAdvertise=
"no"
>
<ComponentRef
Id=
'CompFileAssociation'
/>
</Feature>
<Feature
Id=
'EXPLORERINTEGRATION'
Title=
'Explorer integration'
Level=
'1'
AllowAdvertise=
"no"
>
</Feature>
</Feature>
<UIRef
Id=
"WixUI_Advanced"
/>
<InstallExecuteSequence>
...
...
@@ -331,7 +320,6 @@
<Custom
Action=
"SetExecVLCCacheGen"
Before=
"ExecVLCCacheGen"
>
REINSTALL OR NOT Installed
</Custom>
</InstallExecuteSequence>
<!-- Launch silently vlc-cache-gen.exe during install -->
<CustomAction
Id =
"SetExecVLCCacheGen"
Property =
"ExecVLCCacheGen"
...
...
@@ -364,13 +352,12 @@
</Publish>
<ProgressText
Action=
"ExecVLCCacheGen"
>
Generating modules cache...
</ProgressText>
</UI>
</Product>
</Wix>
<!--
BACKUP: MANUAL REGISTRATION OF AXVLC.DLL
**** THIS
IS
METHOD IS DEPRECATED ****
**** THIS METHOD IS DEPRECATED ****
Within the <InstallExecuteSequence> node:
<Custom Action="RegisterAxvlc" After="InstallFinalize">NOT Installed</Custom>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment