-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwix-patch.xml
More file actions
27 lines (27 loc) · 1.23 KB
/
wix-patch.xml
File metadata and controls
27 lines (27 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<CPackWiXPatch>
<CPackWiXFragment Id="#PRODUCT">
<Upgrade Id="CC11CD4A-3AEC-4D65-81ED-65790266A448">
<UpgradeVersion OnlyDetect="yes" Property="PREVIOUSFOUND"
Minimum="0.0.1" IncludeMinimum="yes"
Maximum="1.0.3" IncludeMaximum="no"/>
<UpgradeVersion OnlyDetect="yes" Property="NEWERFOUND"
Minimum="1.0.4" IncludeMinimum="yes" />
<UpgradeVersion OnlyDetect="yes" Property="SELFFOUND"
Minimum="1.0.3" IncludeMinimum="yes"
Maximum="1.0.3" IncludeMaximum="yes"/>
</Upgrade>
<DirectoryRef Id="CM_DP_fonts">
<Component Id="CleanupInstalledFontObj" Guid="CC11CD4A-3AEC-4D65-81ED-65790266A448">
<RemoveFile Id="CleanupInstalledFontObj" Name="*.*" On="uninstall"/>
</Component>
</DirectoryRef>
<Feature Id="MainApplication" Title="Main Application" Level="1">
<ComponentRef Id="CleanupInstalledFontObj"/>
</Feature>
</CPackWiXFragment>
<CPackWiXFragment Id="CM_CP_figlet.exe">
<Environment Id="FIGLET4WIN_BIN_DIR" Action="set" Part="last"
Name="PATH" Value="[INSTALL_ROOT]"
System="yes"/>
</CPackWiXFragment>
</CPackWiXPatch>