Trying to build Setup

Add-in Express™ Support Service
That's what is more important than anything else

Trying to build Setup
Addin Setup 
Michael Leitao


Guest


Using VS2012
When I right click addin project "Create Setup Project" The Wix project is successfully created. But when I try to build the project I get two errors
The system cannot find the file 'adxregistrator.exe'

and

The system cannot find the file 'AddinExpress.MSO.2005.dll'

any ideas on how to fix this.

Thanks Michael
Posted 26 Oct, 2016 10:39:35 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hello Michael,

Please make sure that you have WiX 3.10 installed and you start Visual Studio via the Run as administrator command. Please check whether this works for a newly created Add-in Express add-in project.


Andrei Smolin
Add-in Express Team Leader
Posted 27 Oct, 2016 06:58:18 Top
Michael Leitao


Guest


Thanks Andrei, I was actually able to resolve that part by reinstalling Add-in Express. However now I'm getting a Signing Failed error, that I am currently working through.

thanks

Michael
Posted 27 Oct, 2016 07:16:50 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Check if compile-time warnings produce any useful info.


Andrei Smolin
Add-in Express Team Leader
Posted 27 Oct, 2016 07:50:43 Top
Michael Leitao


Guest


Build is successful, only on the publish, I get a error message
Failed to sign the '...\_temp\sc.exe' file (HRESULT = -2147467259)

Here is the warning message I get from building

Warning 1 Add-in Express for Microsoft Office and .NET error: Signing failed (AuralinkAddin). Failed to sign the 'C:\Users\mleitao\Documents\Production\AuralinkAddin\AuralinkAddin\bin\Release\AuralinkAddin.dll' file (HRESULT = -2147467259).

Thanks any help would be appreciated

Michael
Posted 27 Oct, 2016 08:02:26 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Michael,

-2147467259 stands for 0x80004005 which is an exception related to incorrect permissions.

Make sure that you start Visual Studio via the Run as administrator command.


Andrei Smolin
Add-in Express Team Leader
Posted 27 Oct, 2016 08:06:45 Top
Michael Leitao


Guest


That is the way I'm starting VS are there any other suggestions?

Thanks Michael
Posted 27 Oct, 2016 09:22:53 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Michael,

Would the same issue occur if you use a test certificate?


Andrei Smolin
Add-in Express Team Leader
Posted 28 Oct, 2016 08:29:43 Top