Wix code for my driver: <Component Id="My_Driver" Guid="GUID" DiskId="2" > <File Id="mydrv.sys" Name="mydrv.sys" /> <File Id="mydrv.dll" Name="mydrv.dll" /> <File Id="mydrv.inf" Name="mydrv.inf" /> <difx:Driver Legacy="yes" PlugAndPlayPrompt="no"/> </Component>
Driver isn't WHQL signed. And... typical error message for missed cat file is: DIFXAPP: ERROR: Failed to calculate strong name from 'file-path'. This error message doesn't contain file path. Thanks! 10.02.2011 17:39, James Johnston пишет: > http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=2820 > > Maybe there are some issues with the driver package itself? i.e. > bad/missing catalog file. Be sure that the driver files is completely > installed& that all required files are in the appropriate locations. > > If the driver isn't WHQL signed then you have to set the legacy attribute on > the DIFX driver element; otherwise that could maybe be another factor? > > -----Original Message----- > From: Jury BURA [mailto:[email protected]] > Sent: Wednesday, February 09, 2011 14:24 > To: [email protected] > Subject: [WiX-users] DIFXAPP: ERROR: Failed to calculate strong name. > > Hi! > > I have this error (WiX 3.6.1321): > > DIFXAPP: ENTER: InstallDriverPackages() > DIFXAPP: INFO: 'CustomActionData' property 'DIFxApp Version' is '2.1'. > DIFXAPP: INFO: 'CustomActionData' property 'UI Level' is '5'. > DIFXAPP: INFO: 'CustomActionData' property 'componentId' is '{GUID}'. > DIFXAPP: INFO: 'CustomActionData' property 'componentPath' is 'C:\PATH1\'. > DIFXAPP: INFO: 'CustomActionData' property 'flags' is 0xA. > DIFXAPP: INFO: 'CustomActionData' property 'installState' is '2'. > DIFXAPP: INFO: 'CustomActionData' property 'ProductName' is > '[product_name]'. > DIFXAPP: INFO: 'CustomActionData' property 'ManufacturerName' is > '[manufacturer_name]'. > DIFXAPP: INFO: user SID of user performing the install is 'SID'. > DIFXAPP: INFO: opening > HKEY_USERS\SID\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\ > {GUID} > (User's SID: 'SID') ... > DIFXAPP: INFO: ENTER: DriverPackageInstallW > DIFXAPP: ERROR: Failed to calculate strong name. (Error code 0x52: The > directory or file cannot be created.) > DIFXAPP: INFO: Successfully removed '{GUID}' from reference list of driver > store entry '' > DIFXAPP: INFO: RETURN: DriverPackageInstallW (0x52) > DIFXAPP: ERROR: encountered while installing driver package > 'C:\PATH1\driver.inf' > DIFXAPP: ERROR: InstallDriverPackages failed with error 0x52 > DIFXAPP: RETURN: InstallDriverPackages() 82 (0x52) > > Any ideas to fix this problem? > > Thanks! > > ---------------------------------------------------------------------------- > -- > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

