New
#1
Failed attempt at installing MSI file - DIFxapp error
Some clients of ours have difficulties installing our MSI application.
When looking into the MSI.log, You see the following error.
DIFXAPP: ENTER: ProcessDriverPackages()
DIFXAPP: ERROR - The operating system you are running on is not supported. Only Windows 2000, Windows XP, Windows Server 2003 and Windows codenamed Longhorn are supported.
CustomAction MsiProcessDrivers returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (E8:28) [15:06:16:300]: Machine policy value 'DisableRollback' is 0
Action ended 15:06:16: MsiProcessDrivers. Return value 3.
Looking around on the internet, there were 2 suggested fixes:
1)
To resolve this issue, check if the Windows Application Compatibility setting is turned off in Group Policy Object (GPO).
Turn off Windows Application Compatibility as follows:
1. Launch the Microsoft Management Console (mmc.exe) and add the Group Policy Object snap-in
2. Browse to the Computer Configuration\Administrative Templates\Windows Components\Application Compatibility folder
3. Select "Turn Off Application Compatibility Engine"
4. Set this policy to be enabled in order to turn off Windows Application Compatibility
2)
Use Compatability mode > Users do not have access to them.
Does anyone encountered this error before and know what to do with it?
Thanks in advance!