We recently had some trouble with installation of Windows drivers using InstallAware 18.07, caused by disabled 8.3 filename support on certain customer Windows systems.
We install our custom Windows drivers via the DIFx plugin available in InstallAware. With script code similar to the following:
Code: Select all
~InstallAware Clipboard Data~
~DIFx Driver Install~
~{4C970FAA-E0CA-4013-9885-E42192D9C1BD}~
~$TARGETDIR$\driver\apds1.inf,TRUE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,,,USB_FAILED,USB_REBOOTREQUIRED~
~mDIFxIDE.dll\mDIFxEXE.dll~
Most of the time this works perfect, but recently we had some customers complaining that our setup pops up an error message (refer to attached image) instead of installing the Windows drivers.
We were able to reproduce this behavior by disabling the 8.3 filename alias support in Windows. Refer to https://msdn.microsoft.com/en-us/librar ... long_names and https://support.microsoft.com/kb/121007.
Searching the forums I did found some other users having problems with 8.3 file names, so here are my questions:
Is this a issue related to only the DIFx plugin or is this a general issue with InstallAware?
Is this fixed in the most recent InstallAware version (X2 - 19.07)? No? Any plans to do so?
Thanks
Olaf