Search found 19 matches

Go to advanced search

by ReynoldsL05
Wed May 21, 2025 9:21 am
Forum: Common Problems
Topic: Is there an option to toggle signing certain files
Replies: 8
Views: 4939
 
Jump to post

Re: Is there an option to toggle signing certain files

Hi, the build is successful but it seems to take longer to build which is not ideal
by ReynoldsL05
Thu May 15, 2025 4:42 pm
Forum: Common Problems
Topic: Is there an option to toggle signing certain files
Replies: 8
Views: 4939
 
Jump to post

Re: Is there an option to toggle signing certain files

Hi, thanks for the help
The method works, however it often adds in external files included with the project and complains about it when building that they are already signed / unable to be signed

Is there a way to avoid this?
by ReynoldsL05
Fri May 09, 2025 9:22 am
Forum: Common Problems
Topic: Is there an option to toggle signing certain files
Replies: 8
Views: 4939
 
Jump to post

Re: Is there an option to toggle signing certain files

Hi, the synced files do not seem to be signed by default; I have to manually add them in the Files Configured for Signing tab in the Digital Signature page
by ReynoldsL05
Fri May 02, 2025 9:35 am
Forum: Common Problems
Topic: Is there an option to toggle signing certain files
Replies: 8
Views: 4939
 
Jump to post

Re: Is there an option to toggle signing certain files

Also, is there a way to add signing to any files that are added via sync?
by ReynoldsL05
Fri May 02, 2025 9:17 am
Forum: Common Problems
Topic: Cert signing for Github Action
Replies: 9
Views: 16571
 
Jump to post

Re: Cert signing for Github Action

How did you generate the initial certificate before converting it to base 64?
by ReynoldsL05
Fri May 02, 2025 9:08 am
Forum: Common Problems
Topic: Is there an option to toggle signing certain files
Replies: 8
Views: 4939
 
Jump to post

Is there an option to toggle signing certain files

Hi, I have an advanced installer project that is synchronized with a folder and want any files that can be signed to be signed for a full release.
However, in smaller releases we would prefer that not everything gets signed to reduce compile time. Is there a way to set an environment variable and ...
by ReynoldsL05
Mon Mar 10, 2025 1:36 pm
Forum: Common Problems
Topic: Cert signing for Github Action
Replies: 9
Views: 16571
 
Jump to post

Re: Cert signing for Github Action

Is it possible that we set up the certificate in different ways? What steps did you take when creating the cert / converting it to a string?
by ReynoldsL05
Wed Feb 26, 2025 10:47 am
Forum: Common Problems
Topic: Cert signing for Github Action
Replies: 9
Views: 16571
 
Jump to post

Re: Cert signing for Github Action

name: Firefly Build Advanced Installer

on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
environment:
description: 'Environment to deploy'
required: false
default: 'staging'
push:
branches: ['FFYUI11212_AI_git_action_clean']

env ...
by ReynoldsL05
Tue Feb 11, 2025 5:54 pm
Forum: Common Problems
Topic: All custom actions failing during upgrade
Replies: 5
Views: 11504
 
Jump to post

Re: All custom actions failing during upgrade

Found this previous question which seems to have fixed my issue, ty
viewtopic.php?f=2&t=23712#p60573
by ReynoldsL05
Tue Feb 11, 2025 4:26 pm
Forum: Common Problems
Topic: Cert signing for Github Action
Replies: 9
Views: 16571
 
Jump to post

Re: Cert signing for Github Action

Have updated cert name but behaviour does not change
by ReynoldsL05
Mon Feb 10, 2025 8:36 pm
Forum: Common Problems
Topic: All custom actions failing during upgrade
Replies: 5
Views: 11504
 
Jump to post

Re: All custom actions failing during upgrade

How can I ensure that the installation will not try to do something before the uninstallation has finished?
by ReynoldsL05
Mon Feb 03, 2025 6:04 pm
Forum: Common Problems
Topic: Cert signing for Github Action
Replies: 9
Views: 16571
 
Jump to post

Cert signing for Github Action

Hi, I am following this tutorial for using certificated in the advanced installer git action, https://www.advancedinstaller.com/code-signing-with-github-actions.html

however this code does not seem to store anything in the env.PFX_PATH variable


$pfxPath = Join-Path -Path $env:RUNNER_TEMP ...
by ReynoldsL05
Fri Jan 31, 2025 10:29 am
Forum: Common Problems
Topic: /SetProductCode can't be used for UK english
Replies: 3
Views: 13862
 
Jump to post

Re: /SetProductCode can't be used for UK english

That worked, thanks!
by ReynoldsL05
Wed Jan 29, 2025 5:43 pm
Forum: Common Problems
Topic: All custom actions failing during upgrade
Replies: 5
Views: 11504
 
Jump to post

Re: All custom actions failing during upgrade

It appears that doing the update messes up the uninstall later as well
by ReynoldsL05
Tue Jan 28, 2025 12:47 pm
Forum: Common Problems
Topic: All custom actions failing during upgrade
Replies: 5
Views: 11504
 
Jump to post

All custom actions failing during upgrade

I am trying to implement upgrades for my installer by changing the product code and allowing downgrades to lower versions / the same version.
It seems to work for the most part, however whenever I use the upgrade, the previous version is uninstalled successfully, however any existing installation ...

Go to advanced search