Search found 3 matches

Go to advanced search

by xen2
Mon Jul 11, 2022 2:56 pm
Forum: Building Installers
Topic: Custom SignTool: how to pass filename to sign?
Replies: 1
Views: 7091
 
Jump to post

Custom SignTool: how to pass filename to sign?

Hi,

I am using a custom signtool.

Is there any way to pass the filename of the file currently expected to be signed to the command line?

The doc show examples such as:
signtool sign /a /d <desc.> /t "http://timestamp.digicert.com" <file_name>

but <file_name> doesn't seem to work.

Right now my ...
by xen2
Sat Oct 22, 2016 3:24 am
Forum: Feature Requests
Topic: Better UAC for prerequisites
Replies: 3
Views: 5749
 
Jump to post

Re: Better UAC for prerequisites

Thanks for your answer.
However, this is not exactly the behavior we would like.

We are using it as a prerequisites installer that run silently on each OTA update of our app.
If all prerequisites are already there, we'd rather not have the UAC popup at all.

Note: if there was a way to call the ...
by xen2
Thu Oct 20, 2016 5:49 pm
Forum: Feature Requests
Topic: Better UAC for prerequisites
Replies: 3
Views: 5749
 
Jump to post

Better UAC for prerequisites

Hello,

We have a bunch of 8~10 prerequisites (in the first part of our .exe installer). All of them need UAC admin privileges to install.
What's annoying is that each of those prerequisites separately ask for UAC elevation, leading to lot of flow-interrupting/invasive user interaction (that's even ...

Go to advanced search