We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1afb5 commit 7cd3763Copy full SHA for 7cd3763
src/main/resources/windows/msm.wxs.vtl
@@ -22,7 +22,7 @@
22
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
23
<RegistryValue Root="HKLM" Key="Software\\${info.organizationName}\\${info.name}" Name="installed" Type="integer" Value="1" />
24
#else
25
- <File Name="${file.name}" KeyPath="yes" Source="${file}"/>
+ <File Name="${file.name}" KeyPath="yes" Source="${file}" Id="${file.name.replaceAll("[^A-Za-z0-9_.]", "_")}_${id}"/>
26
#end
27
</Component>
28
0 commit comments