|
2 | 2 | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
3 | 3 | xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
4 | 4 |
|
5 |
| - <Product Id="3A997559-7A56-4E1E-BCF3-66AE63E8CBC9" Name="Revit IFC 2019" Language="1033" Version="19.2.1.0" Manufacturer="Autodesk" UpgradeCode="8C1C3E16-78F4-4908-8155-E60EB0F5362B"> |
| 5 | + <Product Id="F2D04214-ECD3-4EC3-8631-DC9C7A6FD777" Name="Revit IFC 2020" Language="1033" Version="20.0.0.0" Manufacturer="Autodesk" UpgradeCode="41B38A6B-4420-4030-B635-E5F10B77EEF5"> |
6 | 6 | <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
7 | 7 |
|
8 | 8 | <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
|
19 | 19 | <WixVariable Id="WixUIDefUserDefTxt" Value="$(var.ProjectDir)..\Program Files to Install\DefaultUserDefinedParameterSets.txt"></WixVariable>
|
20 | 20 | <WixVariable Id="WixUICOBieUserDefTxt" Value="$(var.ProjectDir)..\Program Files to Install\IFC2x3 Extended FM HandOver View.txt"></WixVariable>
|
21 | 21 |
|
22 |
| - <Feature Id="ProductFeature" Title="Revit IFC 2019" Level="1" ConfigurableDirectory='INSTALLDIR'> |
| 22 | + <Feature Id="ProductFeature" Title="Revit IFC 2020" Level="1" ConfigurableDirectory='INSTALLDIR'> |
23 | 23 | <ComponentGroupRef Id="ProductComponents" />
|
24 | 24 | <ComponentGroupRef Id="ProductResourceComponents" />
|
25 | 25 | <ComponentGroupRef Id="ProductFRFiles" />
|
|
44 | 44 | <Fragment>
|
45 | 45 | <Directory Id="TARGETDIR" Name="SourceDir">
|
46 | 46 | <Directory Id="ProgramFilesFolder">
|
47 |
| - <Directory Id="INSTALLDIR" Name="Revit IFC 2019"> |
| 47 | + <Directory Id="INSTALLDIR" Name="Revit IFC 2020"> |
48 | 48 | <Directory Id="INSTALLRESOURCE" Name="Resource" />
|
49 | 49 | <Directory Id="INSTALLFRUI" Name="fr" />
|
50 | 50 | <Directory Id="INSTALLDEUI" Name="de" />
|
|
55 | 55 | <Directory Id="DIR_ADSK" Name="Autodesk">
|
56 | 56 | <Directory Id="DIR_REVIT" Name="Revit">
|
57 | 57 | <Directory Id="DIR_ADDINS" Name="Addins">
|
58 |
| - <Directory Id="DIR_Addins" Name="2019"/> |
| 58 | + <Directory Id="DIR_Addins" Name="2020"/> |
59 | 59 | </Directory>
|
60 | 60 | </Directory>
|
61 | 61 | <Directory Id="DIR_REVIT_LT" Name="RevitLT">
|
62 | 62 | <Directory Id="DIR_ADDINS_LT" Name="Addins">
|
63 |
| - <Directory Id="DIR_Addins_LT" Name="2019"/> |
| 63 | + <Directory Id="DIR_Addins_LT" Name="2020"/> |
64 | 64 | </Directory>
|
65 | 65 | </Directory>
|
66 | 66 | </Directory>
|
|
73 | 73 | <Directory Id="CommonAppDataFolder" Name="MyAppDataFolder">
|
74 | 74 | <Directory Id="DIR_ADSK" Name="Autodesk">
|
75 | 75 | <Directory Id="DIR_PLUGINS" Name="ApplicationPlugins">
|
76 |
| - <Directory Id="DIR_PACKAGE" Name="IFC 2019.bundle"> |
| 76 | + <Directory Id="DIR_PACKAGE" Name="IFC 2020.bundle"> |
77 | 77 | <Directory Id="DIR_Contents" Name="Contents">
|
78 |
| - <Directory Id="INSTALLDIR" Name="2019"> |
| 78 | + <Directory Id="INSTALLDIR" Name="2020"> |
79 | 79 | <Directory Id="INSTALLRESOURCE" Name="Resource" />
|
80 | 80 | <Directory Id="INSTALLFRUI" Name="fr" />
|
81 | 81 | <Directory Id="INSTALLDEUI" Name="de" />
|
|
0 commit comments