Search found 21 matches

Go to advanced search

by nedumaran
Fri Jul 25, 2025 2:13 am
Forum: Common Problems
Topic: Code Signing with Sectigo USB token
Replies: 10
Views: 6489
 
Jump to post

Re: Code Signing with Sectigo USB token

The problem was caused by Adv Installer defaulting to trial mode after the update. After fetching my license again, the signing went through without problems. Also, I am able to sign with arm64 signing tool in my arm64 machine - which I wasn't able to do before. This is a welcome fix. Thank you!
by nedumaran
Thu Jul 24, 2025 4:57 am
Forum: Common Problems
Topic: Code Signing with Sectigo USB token
Replies: 10
Views: 6489
 
Jump to post

Re: Code Signing with Sectigo USB token

I can no longer sign after upgrading to 22.9
I am getting back the same errors:

Checking builds status
Build required.


[ DefaultBuild ]
Building package:
C:\Users\........Setup.exe
Prepare build
Detecting MSI incompatible resources
Preparing files
The digital signing of the APPDIR\arm64 ...
by nedumaran
Sat Apr 26, 2025 4:46 am
Forum: Common Problems
Topic: Code Signing with Sectigo USB token
Replies: 10
Views: 6489
 
Jump to post

Re: Code Signing with Sectigo USB token

Hello Dan,

I tried setting the x64 version of SignTool to sign the packing I am building in my Arm64 machine. I got back the error:
'SignTool Error: No certificates were found that met all the given criteria.
I switched back to the Arm64 version and the signing went through without problems. Just ...
by nedumaran
Fri Apr 25, 2025 12:37 pm
Forum: Common Problems
Topic: Code Signing with Sectigo USB token
Replies: 10
Views: 6489
 
Jump to post

Re: Code Signing with Sectigo USB token

Hello Dan,

Thank you for the continuous follow up. When I used the external signtool, it worked. I don't think it had to be an ARM64 version, but I have not tested with the external x64 binary. I've not had any problems running X64 binaries. I can test it for you if you want me to.
by nedumaran
Thu Apr 24, 2025 10:20 am
Forum: Common Problems
Topic: Code Signing with Sectigo USB token
Replies: 10
Views: 6489
 
Jump to post

Re: Code Signing with Sectigo USB token

Hello Dan,

I tried with custom settings and passed the same arguments as I did in the command line, minus the filename. I got the same (misleading) error:

SignTool Error: No certificates were found that met all the given criteria.

I also tried passing the thump pint as you had advised over ...
by nedumaran
Wed Apr 23, 2025 3:33 pm
Forum: Common Problems
Topic: Code Signing with Sectigo USB token
Replies: 10
Views: 6489
 
Jump to post

Code Signing with Sectigo USB token

I used to sign my files with a file based certificate. But now I have been asked to use a usb token, which I have purchased and installed. I am able to sign my exe files from the command line with signtool. It requests for my password and once I enter it, it's signed.

However, I am not able to use ...
by nedumaran
Thu Mar 12, 2015 3:05 pm
Forum: Common Problems
Topic: System especification File not found.
Replies: 5
Views: 5363
 
Jump to post

Re: System especification File not found.

Hi, We're experiencing the exact same problem. Could you please help up understand what that mis-configuration is so we can try that with our project as well?

Thanks.
by nedumaran
Mon Mar 12, 2012 4:06 pm
Forum: Common Problems
Topic: UI Custom Actions
Replies: 3
Views: 3692
 
Jump to post

Re: UI Custom Actions

Hello Mihai,

Thanks for your reply. I could not find the "UI Custom Action" list as documented. Perhaps that should have been my question. I've attached a screen shot. Hope it gets through.

Regards,

~ MUTHU
by nedumaran
Sun Mar 11, 2012 3:20 pm
Forum: Common Problems
Topic: UI Custom Actions
Replies: 3
Views: 3692
 
Jump to post

UI Custom Actions

I'm trying to add a CustomAction to collect installation data in my Office Add-Ins installer. The installer works fine on its own.

Problem is, I'm not able to add the predefined UI Custom Action "Send install information to your web server" (or for that matter, any UI Custom Action) to ...
by nedumaran
Tue Feb 21, 2012 5:37 pm
Forum: Common Problems
Topic: Creating an installer for multiple Office 2007 add-ins
Replies: 8
Views: 8370
 
Jump to post

Re: Creating an installer for multiple Office 2007 add-ins

Thanks, Bogdan. That will be a very useful feature.

Regards,

~ MUTHU
by nedumaran
Tue Feb 21, 2012 4:58 pm
Forum: Common Problems
Topic: Creating an installer for multiple Office 2007 add-ins
Replies: 8
Views: 8370
 
Jump to post

Re: Creating an installer for multiple Office 2007 add-ins

I managed get the Installer working through the following:

1. Added the additional dll's required to the Windows/System directory. I don't think this is a good practice but it solved my problem.
2. Added both Word and PPT add-ins into the same installer using the workaround recommended in this ...
by nedumaran
Mon Feb 20, 2012 3:53 pm
Forum: Common Problems
Topic: Creating an installer for multiple Office 2007 add-ins
Replies: 8
Views: 8370
 
Jump to post

Re: Creating an installer for multiple Office 2007 add-ins

Thanks, Bogdan.

I managed to create the installer. The Add-in got installed successfully.

One final question: I have a custom dll that gets called from my VSTO code. The dll is also copied into the same directory as the Add-in dlls. However, when I run the Add-in, the dll does not get called ...
by nedumaran
Mon Feb 20, 2012 1:57 pm
Forum: Common Problems
Topic: Creating an installer for multiple Office 2007 add-ins
Replies: 8
Views: 8370
 
Jump to post

Re: Creating an installer for multiple Office 2007 add-ins

Hi Bogdan,

Thanks for your help. I have made good progress. Have some follow up questions:

1. In the 'Choose the targeted Office version and product' dialog, I selected the following:
Visual Studio 2010 Microsoft Office developer.
Microsoft Office 2007
Microsoft Word

2. In the next dialog, I ...
by nedumaran
Wed Feb 15, 2012 6:13 pm
Forum: Common Problems
Topic: Creating an installer for multiple Office 2007 add-ins
Replies: 8
Views: 8370
 
Jump to post

Creating an installer for multiple Office 2007 add-ins

I've read the threads on creating installers for office add-ins. I have some basic questions:

I have written an add-in each for Word 2007 and PowerPoint 2007 using VS2010. Both the add-ins work fine on my development machine.

When I 'publish' the add-ins in VS2010, the setup files are created ...
by nedumaran
Wed Feb 15, 2012 5:55 pm
Forum: Common Problems
Topic: Office Add-in
Replies: 27
Views: 36098
 
Jump to post

Re: Office Add-in

Im doing a similar thing just that I do not see the AddIn at all. The installation went through clean though.

This is how I created the MSI (using Advanced Installer I just downloaded and running it in Trial)

1. Create a new Installer Project
2. Chose Visual Studio Application
3. Entered all the ...

Go to advanced search