Skip to content

Commit

Permalink
Merge pull request #1538 from Squirrel/fix_msi_registry_run_key
Browse files Browse the repository at this point in the history
fix: run reg key
  • Loading branch information
anaisbetts authored Nov 26, 2019
2 parents 26228a6 + 1324ff2 commit 1b7220b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/wix/template.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<DirectoryRef Id="TARGETDIR">
<Component Id="RegistryEntries" Guid="{{IdAsGuid3}}" Win64="{{Win64YesNo}}">
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\Run">
<RegistryValue Type="expandable" Name="{{Id}}MachineInstaller" Value="%ProgramFiles%\{{Title}} Deployment\{{Id}}DeploymentTool.exe --checkInstall" />
<RegistryValue Type="expandable" Name="{{Id}}Deployment" Value="&quot;[#{{Id}}.exe]&quot; --checkInstall" />
</RegistryKey>
</Component>
</DirectoryRef>
Expand Down

0 comments on commit 1b7220b

Please sign in to comment.