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
80c26e96
Commit
80c26e96
authored
4 years ago
by
Ming Rui Zhang
Committed by
Andreas Traczyk
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
installer: add reinstall all shortcuts option in REINSTALLMODE
Gitlab:
#122
Change-Id: Ica199d18bb95ad98a3ac15bc083f2c5eeb953216
parent
3a5958f0
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
+2
-2
2 additions, 2 deletions
JamiInstaller/Product.wxs
with
2 additions
and
2 deletions
JamiInstaller/Product.wxs
+
2
−
2
View file @
80c26e96
...
...
@@ -13,7 +13,7 @@
<Property
Id=
"ARPNOMODIFY"
Value=
"1"
/>
<!-- It seems that QtWebEngineProcess.exe versioning requires us to force reinstall. -->
<Property
Id=
"REINSTALLMODE"
Value=
"dm"
/>
<Property
Id=
"REINSTALLMODE"
Value=
"dm
s
"
/>
<Feature
Id=
"ProductFeature"
Title=
"Main"
Level=
"1"
Absent=
"disallow"
>
<ComponentGroupRef
Id=
"StandardComponents"
Primary=
"yes"
/>
...
...
@@ -91,7 +91,7 @@
<Fragment
Id=
"OtherRegistryEntries"
>
<DirectoryRef
Id=
"TARGETDIR"
>
<Component
Id=
"RegistryEntries"
Guid=
"*"
Win64=
"yes"
>
<RegistryValue
Root=
"HKCU"
Key=
"Software\jami.net\$(var.AppName)"
Name=
"hasRun"
Type=
"integer"
Value=
"0"
KeyPath=
"yes"
/>
<RegistryValue
Root=
"HKCU"
Key=
"Software\jami.net\$(var.AppName)"
Name=
"hasRun"
Type=
"integer"
Value=
"0"
KeyPath=
"yes"
/>
</Component>
</DirectoryRef>
</Fragment>
...
...
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