Search found 149 matches

Go to advanced search

by NovaES
Thu May 15, 2025 8:09 am
Forum: Building Installers
Topic: Urgent- How can I sign with YubiKey?
Replies: 32
Views: 155617
 
Jump to post

Re: Urgent- How can I sign with YubiKey?

Hello,

I had to design a program that enters the password in the dialog box. What I do is run my application, and every time it detects the window, it enters the password and automatically clicks Continue. This way, I was able to "automate" it, interacting with the Windows window and entering the ...
by NovaES
Thu May 15, 2025 8:09 am
Forum: Building Installers
Topic: Urgent- How can I sign with YubiKey?
Replies: 32
Views: 155617
 
Jump to post

Re: Urgent- How can I sign with YubiKey?

Hello,

I had to design a program that enters the password in the dialog box. What I do is run my application, and every time it detects the window, it enters the password and automatically clicks Continue. This way, I was able to "automate" it, interacting with the Windows window and entering the ...
by NovaES
Wed Jun 05, 2024 2:17 pm
Forum: Common Problems
Topic: Run process at system startup.
Replies: 8
Views: 4102
 
Jump to post

Re: Run process at system startup.

There are some programs like av that run at startup, but I don't see them run with an interface, or from RUN or from a task.
by NovaES
Tue Jun 04, 2024 2:33 pm
Forum: Common Problems
Topic: Run process at system startup.
Replies: 8
Views: 4102
 
Jump to post

Re: Run process at system startup.

Thanks for your reply. I had not seen it and just yesterday looking at the options in tasks I saw the "Folder" field and I was able to do it correctly, since my application has quite a few tasks and I wanted to organize it.

About the main question, maybe you need some kind of driver and certificate ...
by NovaES
Mon Jun 03, 2024 5:03 pm
Forum: Common Problems
Topic: Run process at system startup.
Replies: 8
Views: 4102
 
Jump to post

Re: Run process at system startup.

Thanks for your reply.

I'll have to investigate why this happens.
Is it possible that future updates can include Advanced Installer that can create a directory and create our tasks within this directory?

Within Windows scheduled tasks, you can create a folder and there you can create scheduled ...
by NovaES
Mon Jun 03, 2024 7:20 am
Forum: Common Problems
Topic: Run process at system startup.
Replies: 8
Views: 4102
 
Jump to post

Re: Run process at system startup.

?
by NovaES
Wed May 29, 2024 11:15 pm
Forum: Common Problems
Topic: Run process at system startup.
Replies: 8
Views: 4102
 
Jump to post

Run process at system startup.

Hello,

I am facing some problems that I would like to solve.

My application needs to run as administrator. To prevent the UAC screen from being displayed at each login, I create a task and launch the process.

So far so good. But I have a problem, in some clients I never see the tasks created. I ...
by NovaES
Mon Mar 04, 2024 10:16 pm
Forum: Common Problems
Topic: File association problems
Replies: 1
Views: 9987
 
Jump to post

File association problems

When I create a file association and check the "Windows 11 Context Menu" option, when it is installed it gives me an error and the installation or migration is canceled.

If I disable this option, it works correctly.

What is happening?
by NovaES
Wed Jan 17, 2024 8:59 pm
Forum: Building Installers
Topic: Urgent- How can I sign with YubiKey?
Replies: 32
Views: 155617
 
Jump to post

Re: Urgent- How can I sign with YubiKey?


You need to provide the PIN as an argument. If you don't, it will exit without giving any messages.

If you are on PowerShell, the command will look something like this.

.\AutoInsertPin.exe 12345678

Assuming you CDed into the folder where the file was compiled.


I just tried and tested it ...
by NovaES
Wed Jan 17, 2024 8:31 pm
Forum: Building Installers
Topic: Urgent- How can I sign with YubiKey?
Replies: 32
Views: 155617
 
Jump to post

Re: Urgent- How can I sign with YubiKey?

I'm trying to use the tool but the console closes, it doesn't work.
by NovaES
Wed Jan 17, 2024 8:19 pm
Forum: Building Installers
Topic: Urgent- How can I sign with YubiKey?
Replies: 32
Views: 155617
 
Jump to post

Re: Urgent- How can I sign with YubiKey?


I found this https://github.com/joseangelmt/AutoInsertPin

I compiled it and tested it and it works. Not the best solution but if you want something to feed in the PIN number whenever the window pops up, this will do the trick.


It seems like a good idea, although for security reasons... I don ...
by NovaES
Wed Jan 17, 2024 8:04 am
Forum: Building Installers
Topic: Urgent- How can I sign with YubiKey?
Replies: 32
Views: 155617
 
Jump to post

Re: Urgent- How can I sign with YubiKey?

As a recommendation, try to create a SCRIP or a BAT so that it signs your program files and only asks you once for the password.

Otherwise, do the following.

You must always select the certificate and have the YubiKey connected before opening the installer, since it will not recognize the ...
by NovaES
Mon Oct 16, 2023 7:57 am
Forum: Common Problems
Topic: Some antivirus detects Advanced Installer installers as a Trojan
Replies: 3
Views: 6891
 
Jump to post

Re: Some antivirus detects Advanced Installer installers as a Trojan

Can you tell me the link to send my installer to Kaspersky?
by NovaES
Wed Oct 11, 2023 8:12 pm
Forum: Common Problems
Topic: Some antivirus detects Advanced Installer installers as a Trojan
Replies: 3
Views: 6891
 
Jump to post

Some antivirus detects Advanced Installer installers as a Trojan

Hello, in the Kaspersky version and other antiviruses, the following installer libraries when it is generated and installed for the client, the antiviruses detect the following installer libraries as a Trojan.

Can you report that they are false positives?
by NovaES
Sat Oct 07, 2023 12:36 am
Forum: Building Installers
Topic: Change theme from Classic to App Installer
Replies: 3
Views: 14674
 
Jump to post

Change theme from Classic to App Installer

As I say in the title, I would like to change from one topic to another.

However, my application is an .exe installer and I don't know if this change will affect clients in any way since I don't use it anymore.

Go to advanced search