File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension"
33 xmlns : netfx =" http://schemas.microsoft.com/wix/NetFxExtension" >
4- <Product Id =" *" Name =" Plex Service" Language =" 1033" Version =" 1.2.3" Manufacturer =" cjmurph"
4+ <Product Id =" *" Name =" Plex Service" Language =" 1033" Version =" 1.2.3.1 " Manufacturer =" cjmurph"
55 UpgradeCode =" daa483bb-c7e1-4c79-a4d6-3c2c4c3d9daf" >
66 <Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" SummaryCodepage =" 1252" />
77 <Binary Id =" success_bmp" SourceFile =" $(sys.SOURCEFILEDIR)success.bmp" />
3535 <Condition Message =' This setup requires the .NET Framework 4.7.2 (or greater) to be installed.' >
3636 <![CDATA[ Installed OR WIX_IS_NETFRAMEWORK_472_OR_LATER_INSTALLED]]>
3737 </Condition >
38- <Feature Id =" PlexServiceFeature" Title =" Plex Service" Description =" Plex Service 1.2.3" Level =" 1"
38+ <Feature Id =" PlexServiceFeature" Title =" Plex Service" Description =" Plex Service 1.2.3.1 " Level =" 1"
3939 ConfigurableDirectory =' INSTALLDIR' >
4040 <ComponentRef Id =" PlexServiceComponent" />
4141 <ComponentRef Id =" PlexServiceWCFComponent" />
You can’t perform that action at this time.
0 commit comments