File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
src/main/resources/windows Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
<Shortcut Id= "ApplicationStartMenuShortcut" Name= "${info . winConfig . shortcutName }" Description= "${info . description }" Directory= "ProgramMenuFolder" / >
17
17
</ File>
18
18
<RemoveFolder Id= "ApplicationProgramsFolder" On= "uninstall" / >
19
- <RegistryValue Root= "HKLM" Key= "Software\\${info . organizationName }\\${info . name }" Name= "installed" Type= "integer" Value= "1 " / >
20
- #else
19
+ <RegistryValue Root= "HKLM" Key= "Software\\${info . organizationName }\\${info . name }" Name= "installed" Type= "integer" Value= "1 " / >
20
+ #else
21
21
<File Id= "_${id }f" Name= "${file . name }" KeyPath= "yes" Source= "${file }"/ >
22
- #end
22
+ #end
23
23
</ Component>
24
24
#end
25
25
#end
26
26
<? xml version= "1.0 " encoding= "UTF- 8 " standalone= "yes"?>
27
27
<Wix xmlns= "http:// schemas.microsoft.com/ wix/ 2006 / wi">
28
- <Module Id= "${name }_Module" Codepage= "1252 " Language= "1033 " Version= "${info . winConfig . productVersion }">
29
- <Package Id= "${GUID . randomUUID ()}" Manufacturer= "${info . organizationName }" InstallerVersion= "200 " Languages= "1033 " Platform= "x64 " SummaryCodepage= "1252 " Description= "${info . description }"/ >
28
+ <Module Id= "${name }_Module" Codepage= "1252 " Language= "1033 " Version= "${info . winConfig . productVersion }">
29
+ <Package Id= "${GUID . randomUUID ()}" Manufacturer= "${info . organizationName }" InstallerVersion= "200 " Languages= "1033 " Platform= "x64 " SummaryCodepage= "1252 " Description= "${info . description }"/ >
30
30
<Directory Id= "TARGETDIR" Name= "SourceDir">
31
31
#list (${info . appFolder })
32
32
<Directory Id= "ProgramMenuFolder" / >
33
33
#if ($info.winConfig.registry )
34
34
<Component Id= "RegistryEntries" Guid= "${GUID . randomUUID ()}">
35
35
#foreach ($entry in $info.winConfig.registry.entries )
36
- <RegistryKey Root= "${entry . root }" Key= "${entry . subkey }" Action= "createAndRemoveOnUninstall">
37
- <RegistryValue Type= "${entry . valueTypeAsWIXToolsetString }" Name= "${entry . valueName }" Value= "${entry . valueData }"/ >
38
- </ RegistryKey>
36
+ <RegistryKey Root= "${entry . root }" Key= "${entry . subkey }" Action= "createAndRemoveOnUninstall">
37
+ <RegistryValue Type= "${entry . valueTypeAsWIXToolsetString }" Name= "$! {entry . valueName }" Value= "$! {entry . valueData }"/ >
38
+ </ RegistryKey>
39
39
#end
40
- </ Component>
40
+ </ Component>
41
41
#end
42
42
</ Directory>
43
- </ Module>
43
+ </ Module>
44
44
</ Wix>
You can’t perform that action at this time.
0 commit comments