Many customization files reference the Vault Client installation path, which includes the version number. Use an advanced text editor to find and replace Vault <previous version> with Vault <target version> in all files under Vault <release>\Extensions\DataStandard\.
This section outlines updates required in addition to version number alignment.
PowerShell 7.2 Compatibility
Vault Data Standard 2026 uses PowerShell 7.2, which no longer supports certain methods. Update your scripts as follows:
[System.IO.Path]::GetFileName() → [System.IO.FileInfo]::new().Name[System.IO.Path]::GetExtension() → [System.IO.FileInfo]::new().Extension[System.IO.Path]::GetDirectoryName() → [System.IO.FileInfo]::new().DirectoryNameDefault.ps1, AssociatedFiles.ps1) for valid command usage.Inventor and AutoCAD Workflow Changes
The workflow for selecting and reusing Vault folders has changed. See Vault Help | Data Standard Enhancements | 2025.2 for details. Update the following files:
DisableShowLocationBtnStyleGroupFolderDisableShowLocationBtnStyleHideValidateGridStyleGroupFolderen-US)LBL78, LBL79MSG10–MSG15VAL15TLT2–TLT4DisableShowLocationBtnStyleGroupFolderDisableShowLocationBtnStyleHideValidateGridStyleGroupFolderen-US)LBL78, LBL79MSG10–MSG15VAL15TLT2–TLT4