You are on page 1of 2

Issue: Autodesk Storm and Sanitary Analysis 2017 installation fails with Error 1722 on Windows 10 system.

SSAInstall.log contains following:


-snip2: RegisterRealDWGDLL
3: C:\Program Files (x86)\Autodesk\AWA\Support\RealDwg2017\
4: C:\WINDOWS\SysWOW64\\Regsvr32.exe /s "cf2407.dll"
CustomAction RegisterRealDWGDLL returned actual error code 255 (note this may not be 100% accurate if
translation happened inside sandbox)
MSI (s) (40:14) [13:42:06:679]: Product: Autodesk Storm and Sanitary Analysis 2017 -- Error 1722. There is a
problem with this Windows Installer package. A program run as part of the setup did not finish as expected.
-snip

Causes: The

cause of this issue is an extra \ in


the C:\WINDOWS\SysWOW64\\Regsvr32.exe /s "cf2407.dll" command.

Solutions: To resolve the issue you can use Orca from the SDK here https://developer.microsoft.com/enus/windows/downloads/windows-10-sdk to edit SSA Stand-Alone 2017 x86.msi file located
in x86\Components\SSA\ folder of your Autodesk Infrastructure Design Suite Premium 2017 installer package.

You can drop highlighted line above and save the msi file.
Then install SSA 2017 and register cf2407.dll from Windows command line executing the following command.
C:\WINDOWS\SysWOW64\Regsvr32.exe /s cf2407.dll

You might also like