Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
c215be26
Commit
c215be26
authored
5 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
installer: change regkey path to stay appname(Jami) when beta
Change-Id: Ib1271ac33a0d61b32208daeca25ab2e84eb90030
parent
03d6596b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
JamiInstaller/Config.wxi
+1
-1
1 addition, 1 deletion
JamiInstaller/Config.wxi
JamiInstaller/Product.wxs
+2
-6
2 additions, 6 deletions
JamiInstaller/Product.wxs
with
3 additions
and
7 deletions
JamiInstaller/Config.wxi
+
1
−
1
View file @
c215be26
...
...
@@ -12,7 +12,7 @@
<?define ReleaseDir="..\x64\Beta"?>
<?endif ?>
<?define
Folder
Name="Jami" ?>
<?define
App
Name="Jami" ?>
<?define Manufacturer="Savoir-Faire Linux"?>
<?define UcrtDir="C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64"?>
...
...
This diff is collapsed.
Click to expand it.
JamiInstaller/Product.wxs
+
2
−
6
View file @
c215be26
...
...
@@ -75,11 +75,7 @@
<Fragment
Id=
"OtherRegistryEntries"
>
<DirectoryRef
Id=
"TARGETDIR"
>
<Component
Id=
"RegistryEntries"
Guid=
"*"
Win64=
"yes"
>
<RegistryKey
Root=
"HKCU"
Key=
"Software\jami.net\$(var.Name)"
Action=
"createAndRemoveOnUninstall"
>
<RegistryValue
Type=
"integer"
Name=
"hasRun"
Value=
"0"
KeyPath=
"yes"
Action=
'write'
/>
</RegistryKey>
<RegistryValue
Root=
"HKCU"
Key=
"Software\jami.net\$(var.AppName)"
Name=
"hasRun"
Type=
"integer"
Value=
"0"
KeyPath=
"yes"
/>
</Component>
</DirectoryRef>
</Fragment>
...
...
@@ -89,7 +85,7 @@
<Property
Id=
"WixAppFolder"
Value=
"WixPerMachineFolder"
/>
<!--APPLICATIONFOLDER required by WixUI_Advanced, ApplicationFolderName reset APPLICATIONFOLDER path-->
<Property
Id=
"ApplicationFolderName"
Value=
"$(var.Manufacturer)\$(var.
Folder
Name)"
/>
<Property
Id=
"ApplicationFolderName"
Value=
"$(var.Manufacturer)\$(var.
App
Name)"
/>
<UIRef
Id=
"WixUI_Advanced"
/>
<!--Remove User Exit Dialog-->
...
...
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