개정판 bdd70c82
issue #000: write registry to launch MARKUS from another application
Change-Id: Ia8ec89facebe93c3c6edd9180e45cd2a916ffe20
MARKUS.wxs | ||
---|---|---|
16 | 16 |
|
17 | 17 |
<Fragment> |
18 | 18 |
<Directory Id="TARGETDIR" Name="SourceDir"> |
19 |
<Component Id="RegistryEntries" Guid="2bba9217-fcb9-4ff2-9c99-203db2ff98b4"> |
|
20 |
<RegistryKey Root="HKCR" |
|
21 |
Key="MARKUS\shell\open\command" |
|
22 |
Action="createAndRemoveOnUninstall"> |
|
23 |
<RegistryValue Type="string" Name="(Default)" Value="'[INSTALLFOLDER]KCOM.exe' '%1'" KeyPath="yes"/> |
|
24 |
</RegistryKey> |
|
25 |
</Component> |
|
26 | 19 |
<Directory Id="DesktopFolder" Name="Desktop"> |
20 |
<Component Id="RegistryEntries" Guid="2bba9217-fcb9-4ff2-9c99-203db2ff98b4" Feature="ProductFeature"> |
|
21 |
<RegistryValue Root="HKCR" Key="MARKUS\shell\open\command" Type="string" Name="(Default)" Value="'[INSTALLFOLDER]KCOM.exe' '%1'" KeyPath="yes"/> |
|
22 |
</Component> |
|
27 | 23 |
<Component Id="DesktopShortcut" Guid="DF06024A-95FE-43E2-BDF2-7C686EAF391F" Feature="ProductFeature"> |
28 | 24 |
<RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes"/> |
29 | 25 |
<Shortcut Id="DesktopShortcut" |
내보내기 Unified diff