We have a deployment project in C#.NET using various NI Measurement Studio controls, including WaveformGraph, NIFgen, NIScope. It references a number of NI .msm modules, including mstudioui and mstudionet. With opcsupport.msm, on some builds we get the error, below (installation log):
<<<<<<<<<<<<<<<<<
MSI (s) (D8:6C): File: C:\WINNT\System32\OPCDAAuto.dll; To be installed; No patch; No existing file
MSI (s) (D8:6C): Source for file 'OPCDAAuto.dll.27EC6D16_5415_4E72_B83E_7BAA28671A7F' is compressed
InstallFiles: File: OPCDAAuto.dll, Directory: C:\WINNT\System32\, Size: 155648
MSI (s) (D8:6C): Note: 1: 2262 2: Error 3: -2147287038
DEBUG: Error 2920: Source directory not specified
for file OPCDAAuto.dll.27EC6D16_5415_4E72_B83E_7BAA28671A7F.
DEBUG: Error 2835: The control ErrorIcon was not found on dialog ErrorDialog
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2835. The arguments are: ErrorIcon, ErrorDialog,
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2920. The arguments are: OPCDAAuto.dll.27EC6D16_5415_4E72_B83E_7BAA28671A7F, ,
MSI (s) (D8:6C): Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (D8:6C): Product: Demo -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2920. The arguments are: OPCDAAuto.dll.27EC6D16_5415_4E72_B83E_7BAA28671A7F,
<<<<<<<<
The dll file is available on the build machine. When running the deployment (setup), the problem does not appear on a developm
ent machine. It also does not occur with every build; however with those builds which exhibit the problem, it is consistent. And because it leads to the termination of the installation, it is a serious problem.
Any thoughts, please?