cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anadolu
Level 5

ISEXP : error : -6017: The build was unable to extract COM information; make sure tha

Hello,

I have ISLE running on VS 2013 under Windows 8.1pro x64. A deployment project I tried to run gives me an error like the following:

ISEXP : error : -6017: The build was unable to extract COM information; make sure that you are running as Administrator

I have full admin privileges and UAC is fully down.

What is wrong? How can I fix it? Thank you.

Below is the full log:
------ Build started: Project: MyProgram, Configuration: SingleImage ------
Created release folders
AdminExecuteSequence table successfully built
AdminUISequence table successfully built
AdvtExecuteSequence table successfully built
AdvtUISequence table successfully built
InstallExecuteSequence table successfully built
InstallUISequence table successfully built
Directory table successfully built
Feature table successfully built
FeatureComponents table successfully built
Component table successfully built
Loading File table
Building File table
File table successfully built
Building MsiFileHash table
MsiFileHash table successfully built
Class table successfully built
Extension table successfully built
ActionText table successfully built
AppSearch table successfully built
CCPSearch table successfully built
Condition table successfully built
AppId table successfully built
Started signing BB5C.tmp ...
Property table successfully built
Embedding file C:\Program Files (x86)\InstallShield\2015LE\Redist\Language Independent\x64\ISBEW64.exe into isregsvr.dll
Binary table successfully built
CompLocator table successfully built
ControlCondition table successfully built
ControlEvent table successfully built
CreateFolder table successfully built
CustomAction table successfully built
Error table successfully built
DrLocator table successfully built
DuplicateFile table successfully built
Environment table successfully built
EventMapping table successfully built
Font table successfully built
ProgId table successfully built
ISIISItem table successfully built
ISIISProperty table successfully built
ISSelfReg table successfully built
IniFile table successfully built
IniLocator table successfully built
LaunchCondition table successfully built
MIME table successfully built
MoveFile table successfully built
MsiAssembly table successfully built
MsiAssemblyName table successfully built
MsiDigitalCertificate table successfully built
MsiDigitalSignature table successfully built
MsiPackageCertificate table successfully built
MsiPatchCertificate table successfully built
MsiShortcutProperty table successfully built
PatchPackage table successfully built
PublishComponent table successfully built
RegLocator table successfully built
Registry table successfully built
RemoveFile table successfully built
RemoveIniFile table successfully built
RemoveRegistry table successfully built
ReserveCost table successfully built
SelfReg table successfully built
ServiceControl table successfully built
ServiceInstall table successfully built
Started signing BCA7.tmp ...
Shortcut table successfully built
Signature table successfully built
TextStyle table successfully built
TypeLib table successfully built
UIText table successfully built
Upgrade table successfully built
Verb table successfully built
_Validation table successfully built
Searching project for extract-at-build components...
Extracting COM data from 20 component(s)
ISEXP : error : -6017: The build was unable to extract COM information; make sure that you are running as Administrator.
Express\SingleImage - 1 error(s), 0 warning(s)
Log file has been created:

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
0 Kudos
(1) Reply
Anadolu
Level 5

I followed the instructions given in the ISLE help file to give VS, admin privileges:

>>>On the Start Menu, right-click the Visual Studio shortcut and then click Run as administrator.

This fixed the problem.
0 Kudos