[wix-users] 0x80070483 error with Burn
Steve De George
stevedegeorge at pivotalz.com
Fri Apr 21 04:29:55 PDT 2017
Hi all.
I am trying to install a 3rd party EXE (QuickBooks interops) from burn. This EXE is provided by Intuit and was created in install shield. I have it embedded into Burn and it does get extracted and ran but I receive the following error about 1/2 through the QuickBooks interops install.
0x80070483 - No application is associated with the specified file for this operation.
I am using this code below.
<Fragment>
<util:FileSearch Id="FILE_EXIST_QBSDK" Variable="FILEEXISTQBSDK" Result="exists"
Path="[ProgramFilesFolder]Common Files\Intuit\QuickBooks\Interop.QBFC12.dll"/>
<WixVariable Id="QB_SdkDetectionCondition" Value="FILEEXISTQBSDK" Overridable="yes" />
<WixVariable Id="QB_SdkInstallCondition" Value="" Overridable="yes" />
<WixVariable Id="QB_SdkRedistPackageDirectory" Value="redist\" Overridable="yes" />
<PackageGroup Id="Qb12SdkRedist">
<ExePackage
InstallCommand="/S /v /qn /norestart /ChainingPackage "QBFC12_0Installer.exe" /log "QbSdkFullLog.html""
PerMachine="yes"
DetectCondition="!(wix.QB_SdkDetectionCondition)"
InstallCondition="!(wix.QB_SdkInstallCondition)"
Id="Qb12SdkRedist"
Vital="yes"
Permanent="yes"
LogPathVariable="QB_SDKFullLog"
Compressed="yes"
SuppressSignatureVerification="yes"
Name="!(wix.QB_SdkRedistPackageDirectory)QBFC12_0Installer.exe"
SourceFile="..\..\..\Third Party DLLs\QuickBooks Wix Support\QBFC12_0Installer.exe">
</Fragment>
Extract from the Burn log.
=============================================================================
[12C4:0DA4][2017-04-21T03:17:54]i301: Applying execute package: Qb12SdkRedist, action: Install, path: C:\ProgramData\Package Cache\939254A5234346E7723C77ED4E80E72BB40801D2\redist\QBFC12_0Installer.exe, arguments: '"C:\ProgramData\Package Cache\939254A5234346E7723C77ED4E80E72BB40801D2\redist\QBFC12_0Installer.exe" /S /v /qn /norestart /ChainingPackage "i2x for Quickbooks" /log ".html"'
[12C4:0DA4][2017-04-21T03:17:57]e000: Error 0x80070483: Process returned error: 0x483
[12C4:0DA4][2017-04-21T03:17:57]e000: Error 0x80070483: Failed to execute EXE package.
[1664:0DCC][2017-04-21T03:17:57]e000: Error 0x80070483: Failed to configure per-machine EXE package.
[1664:0DCC][2017-04-21T03:17:57]i319: Applied execute package: Qb12SdkRedist, result: 0x80070483, restart: None
[1664:0DCC][2017-04-21T03:17:57]e000: Error 0x80070483: Failed to execute EXE package.
[12C4:0DA4][2017-04-21T03:17:57]i351: Removing cached package: Qb12SdkRedist, from path: C:\ProgramData\Package Cache\939254A5234346E7723C77ED4E80E72BB40801D2\
What am I missing?
Thanks.
Steve De George - Pivotal Z / NextGen Software, Inc.
253-656-4061
www.pivotalz.com<http://www.pivotalz.com/>
www.nextgensoftware.com<http://www.nextgensoftware.com/>
More information about the wix-users
mailing list