Skip to content

Commit

Permalink
Add missing directory attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Aug 8, 2020
1 parent 435da4e commit 2d429e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KFmaintenance.Setup/Registry.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<ComponentGroup Id="AppRegistry">
<Component Id="AppStartup" Guid="{17082248-B0BE-4C16-93BD-44B8C9269D4C}">
<Component Id="AppStartup" Guid="{17082248-B0BE-4C16-93BD-44B8C9269D4C}" Directory="INSTALLFOLDER">
<RegistryValue Type="string" Name="KFmaintenance" Value="[#KFmaintenance.exe]"
Root="HKCU" Key="Software\Microsoft\Windows\CurrentVersion\Run"
KeyPath="yes" Action="write" />
Expand Down

0 comments on commit 2d429e3

Please sign in to comment.