Search found 27 matches

Go to advanced search

by xObay
Sat Apr 27, 2024 12:44 am
Forum: Common Problems
Topic: Auto Updater Not Removing Old Version from Control Panel
Replies: 1
Views: 299
 
Jump to post

Auto Updater Not Removing Old Version from Control Panel

I'm using Auto Updater to update my application by downloading a full new version, removing the old one, and installing the new one. When I view my Add/Remove Programs, I see that older entries of the app is not removed Screenshot 2024-04-27 at 2.38.54 AM.png When I look at my updates file though, I...
by xObay
Thu Apr 25, 2024 11:08 am
Forum: Common Problems
Topic: Bug in PowerShell AddDeprecateUpdate
Replies: 2
Views: 297
 
Jump to post

Re: Bug in PowerShell AddDeprecateUpdate

If you add one update only, it works fine. If you start adding more, it doesn't.
by xObay
Thu Apr 25, 2024 11:06 am
Forum: Common Problems
Topic: Bug in PowerShell AddDeprecateUpdate
Replies: 2
Views: 297
 
Jump to post

Bug in PowerShell AddDeprecateUpdate

Hello, There is a bug in PowerShell module in the method AddDeprecateUpdate. The following two blocks of code don't work the same way. $advinst = New-Object -ComObject AdvancedInstaller $xUpdateProject = $advinst.LoadProject($UpdateProjectFilePath) # Replace all previous updates --> This works corre...
by xObay
Tue Mar 26, 2024 7:21 pm
Forum: Common Problems
Topic: Google Chrome Like Software Updates
Replies: 2
Views: 7055
 
Jump to post

Re: Google Chrome Like Software Updates

Does the lack of reply mean this is not possible using Advanced Installer?
by xObay
Sun Mar 24, 2024 10:01 pm
Forum: Common Problems
Topic: Google Chrome Like Software Updates
Replies: 2
Views: 7055
 
Jump to post

Google Chrome Like Software Updates

Hello, Where can I find details on implementing silent updates the same way Google Chrome or Visual Studio Code works? I need to have my application check for updates in the background, download and install and prompt the user to restart to see the new version with no user intervention aside from re...
by xObay
Thu Mar 21, 2024 7:42 pm
Forum: Common Problems
Topic: What files are being singed?
Replies: 1
Views: 3507
 
Jump to post

What files are being singed?

Hello,

Can you please shed some light on which files exactly are being singed during the setup file creation and how AE selects them?

Thanks
Obay
by xObay
Sat Jan 27, 2024 8:56 pm
Forum: Building Installers
Topic: How to use IDigitalSignature?
Replies: 3
Views: 10475
 
Jump to post

Re: How to use IDigitalSignature?

Thank you for the reply Liviu.

We are using a Yubikey which doesn't work with a PFX file. What is the approach in this case?

Regards,
Obay
by xObay
Sat Jan 27, 2024 4:03 am
Forum: Common Problems
Topic: Outdated PowerShell Module after upgrading to 21.4
Replies: 2
Views: 8018
 
Jump to post

Re: Outdated PowerShell Module after upgrading to 21.4

I rebooted and now it is working.

Restarting a PowerShell session didn't work.
by xObay
Sat Jan 27, 2024 3:58 am
Forum: Common Problems
Topic: Outdated PowerShell Module after upgrading to 21.4
Replies: 2
Views: 8018
 
Jump to post

Outdated PowerShell Module after upgrading to 21.4

Hello, I've been working on creating a pipeline to build the AIP file using PowerShell. Now that I've update my AI, I'm facing the error below when running the following commands: $advinst = New-Object -ComObject AdvancedInstaller $project = $advinst.LoadProject("$CurrentFolder\" + "T...
by xObay
Wed Jan 24, 2024 11:14 pm
Forum: Building Installers
Topic: How to use IDigitalSignature?
Replies: 3
Views: 10475
 
Jump to post

How to use IDigitalSignature?

Hello,

Can you please give an example of how to use https://www.advancedinstaller.com/user- ... ature.html?

TIA,
Obay
by xObay
Mon Jan 22, 2024 2:41 am
Forum: Building Installers
Topic: Add Prerequisites using PowerShell
Replies: 1
Views: 9318
 
Jump to post

Add Prerequisites using PowerShell

Hello AI Team,

How do I add .NET Desktop Runtime 7.0.14. x64 as a prerequisite using PowerShell. I looked at PrerequisitesComponent but I don't see any method or property that allows me to do what I can do from the UI.

TIA,
Obay
by xObay
Mon Jan 22, 2024 1:33 am
Forum: Building Installers
Topic: Shortcut Icon using PowerShell
Replies: 1
Views: 8943
 
Jump to post

Shortcut Icon using PowerShell

Hello,

How do you set the shortcut icon under Resources --> Shortcuts --> Display --> Icon using PowerShell or any other command line?

Regards,
Obay
by xObay
Wed Jan 17, 2024 8:41 pm
Forum: Building Installers
Topic: Urgent- How can I sign with YubiKey?
Replies: 27
Views: 113196
 
Jump to post

Re: Urgent- How can I sign with YubiKey?

You can do the same thing this tool is doing by building it yourself using something like https://www.autoitscript.com/site/ as well.

AutoIt allows you to create a script that can feed in some input to a window when certain conditions are met.
by xObay
Wed Jan 17, 2024 8:34 pm
Forum: Building Installers
Topic: Urgent- How can I sign with YubiKey?
Replies: 27
Views: 113196
 
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.

Code: Select all

.\AutoInsertPin.exe 12345678
Assuming you CDed into the folder where the file was compiled.
by xObay
Wed Jan 17, 2024 8:26 pm
Forum: Building Installers
Topic: Urgent- How can I sign with YubiKey?
Replies: 27
Views: 113196
 
Jump to post

Re: Urgent- How can I sign with YubiKey?

Agreed. Yet we still need to find a solution that can be fully automated to use it in our pipeline.

Go to advanced search