Skip to content

Commit b7a5eb6

Browse files
authored
Update master to latest 2026 branch changes (#918)
* Updated code to 2026.4.0 * Updated shared parameters file * Updated dlls
1 parent 858d83b commit b7a5eb6

32 files changed

+15272
-15322
lines changed

Install/Program Files to Install/IFC Shared Parameters-RevitIFCBuiltIn_ALL.txt

Lines changed: 8712 additions & 8712 deletions
Large diffs are not rendered by default.
435 KB
Binary file not shown.
3.92 MB
Binary file not shown.
523 KB
Binary file not shown.

Install/Program Files to Install/bundle/Contents/Resources/ADSKIFCExporterHelp.htm

Lines changed: 272 additions & 251 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<ApplicationPackage SchemaVersion="1.0" AutodeskProduct="Revit" ProductType="Application" Name="IFC Exporter for Revit" AppVersion="26.1.0.23" Description="This application seamlessly replaces the built-in IFC export capabilities of Revit 2026. " Author="Autodesk" Icon=".\Contents\Resources\IFCExporter.png" AppNameSpace="appstore.exchange.autodesk.com" OnlineDocumentation="http://www.autodesk.com" HelpFile=".\Contents\Resources\ADSKIFCExporterHelp.htm" ProductCode="{F1A1177D-4CE7-4AAA-B4E6-EC318112D7B4}" UpgradeCode="{1A9C2C21-24B8-42D2-0000-992E73C11B3F}" SupportedLocales="Enu">
2+
<ApplicationPackage SchemaVersion="1.0" AutodeskProduct="Revit" ProductType="Application" Name="IFC Exporter for Revit" AppVersion="26.4.0.0" Description="This application seamlessly replaces the built-in IFC export capabilities of Revit 2026. " Author="Autodesk" Icon=".\Contents\Resources\IFCExporter.png" AppNameSpace="appstore.exchange.autodesk.com" OnlineDocumentation="http://www.autodesk.com" HelpFile=".\Contents\Resources\ADSKIFCExporterHelp.htm" ProductCode="{F1A1177D-4CE7-4AAA-B4E6-EC318112D7B4}" UpgradeCode="{1A9C2C21-24B8-42D2-0000-992E73C11B3F}" SupportedLocales="Enu">
33
<CompanyDetails Name="Autodesk, Inc." Phone=" " Url="http://www.autodesk.com" Email="[email protected]" />
44
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2026" SeriesMax="R2026" />
55
<Components Description="2026">
66
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2026" SeriesMax="R2026" />
7-
<ComponentEntry AppName="IFC For Revit 2026" Version="26.1.0" ModuleName="./Contents/2026/Revit.IFC.addin" AppDescription="IFC For Revit 2026" />
7+
<ComponentEntry AppName="IFC For Revit 2026" Version="26.4.0" ModuleName="./Contents/2026/Revit.IFC.addin" AppDescription="IFC For Revit 2026" />
88
</Components>
99
</ApplicationPackage>

Install/RevitIFCSetupWix/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
33
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
44

5-
<Product Id="1A9C2C21-2610-42D2-0000-992E73C12600" Name="Revit IFC 2026" Language="1033" Version="26.1.0.23" Manufacturer="Autodesk" UpgradeCode="1A9C2C21-26B8-42D2-0000-992E73C11B3F">
5+
<Product Id="1A9C2C21-2640-42D2-0000-992E73C12600" Name="Revit IFC 2026" Language="1033" Version="26.4.0.0" Manufacturer="Autodesk" UpgradeCode="1A9C2C21-26B8-42D2-0000-992E73C11B3F">
66
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
77

88
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

Install/RevitIFCSetupWix/RevitIFCSetupWix.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.8</ProductVersion>
77
<ProjectGuid>7dfbd495-c588-4c7b-b8f6-5b793adb06f2</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>IFC for Revit 2026.1.0.23</OutputName>
9+
<OutputName>IFC for Revit 2026.4.0.0</OutputName>
1010
<OutputType>Package</OutputType>
1111
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
1212
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>

Install/RevitIFCSetupWix/buildInstaller.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ rem It is necessary to add the Wix bin directory to the system path temporarily
1111
SET PATH=%PATH%;%WixRoot%
1212

1313
candle.exe -dProjectDir=%2 -ext WixUtilExtension %2Product.wxs
14-
light.exe -ext WixUtilExtension -out RevitIFC2026.1.0.msi product.wixobj -ext WixUIExtension
14+
light.exe -ext WixUtilExtension -out RevitIFC2026.4.0.msi product.wixobj -ext WixUIExtension
1515

16-
copy RevitIFC2026.1.0.msi %1..\Releasex64
17-
del RevitIFC2026.1.0.msi
16+
copy RevitIFC2026.4.0.msi %1..\Releasex64
17+
del RevitIFC2026.4.0.msi
1818

19-
echo %1..\Releasex64\RevitIFC2026.1.0.msi
19+
echo %1..\Releasex64\RevitIFC2026.4.0.msi

0 commit comments

Comments
 (0)