Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
4f146730
Commit
4f146730
authored
4 years ago
by
Ming Rui Zhang
Committed by
Andreas Traczyk
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
installer: disable the interaction of the package with the Restart Manager.
Change-Id: If5392c0c113d0e1e0a590b2ae72e2e6d8fdcf26a
parent
60c0ef19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
JamiInstaller/Product.wxs
+3
-0
3 additions, 0 deletions
JamiInstaller/Product.wxs
with
3 additions
and
0 deletions
JamiInstaller/Product.wxs
+
3
−
0
View file @
4f146730
...
...
@@ -7,6 +7,9 @@
<MajorUpgrade
Schedule=
"afterInstallInitialize"
AllowDowngrades=
"yes"
/>
<MediaTemplate
EmbedCab=
"yes"
CompressionLevel=
"high"
/>
<!--Disables interaction of the package with the Restart Manager.-->
<Property
Id=
"MSIRESTARTMANAGERCONTROL"
Value=
"Disable"
/>
<!--Icon File should be in release folder(not wix project), otherwise cannot be read-->
<Icon
Id=
"icon.ico"
SourceFile=
"$(var.ReleaseDir)\jami.ico"
/>
<Property
Id=
"ARPPRODUCTICON"
Value=
"icon.ico"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment