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
d1f29d92
Commit
d1f29d92
authored
Feb 13, 2013
by
Ludovic Fauvet
Committed by
Rafaël Carré
Feb 14, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: add the arch to the product name
Signed-off-by:
Rafaël Carré
<
funman@videolan.org
>
parent
126657cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
extras/package/win32/msi/config.wxi.in
extras/package/win32/msi/config.wxi.in
+2
-0
extras/package/win32/msi/product.wxs
extras/package/win32/msi/product.wxs
+1
-1
No files found.
extras/package/win32/msi/config.wxi.in
View file @
d1f29d92
...
...
@@ -22,8 +22,10 @@
<?if $(var.Platform) = "x64" ?>
<?define Win64 = "yes" ?>
<?define PlatformString = "64-bit"?>
<?else ?>
<?define Win64 = "no" ?>
<?define PlatformString = "32-bit"?>
<?endif ?>
<?define AppFolder = "VLC" ?>
...
...
extras/package/win32/msi/product.wxs
View file @
d1f29d92
...
...
@@ -25,7 +25,7 @@
xmlns:util=
"http://schemas.microsoft.com/wix/UtilExtension"
>
<Product
Id=
'*'
Name=
'$(var.ProductName) $(var.Version)'
Name=
'$(var.ProductName) $(var.Version)
($(var.PlatformString))
'
Language=
'1033'
Version=
'$(var.VersionLong)'
Manufacturer=
'$(var.Manufacturer)'
...
...
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