Search found 11 matches

Go to advanced search

by ojanacek
Mon Oct 28, 2024 3:35 am
Forum: Common Problems
Topic: APPDIR sync behavior breaking change between 19.2 and 21+
Replies: 5
Views: 4680
 
Jump to post

Re: APPDIR sync behavior breaking change between 19.2 and 21+

Right, I can see how this is also considered the correct behavior. Do you then have a suggestion how to go about what I'm trying to achieve?
1) I want to use synchronization so that we don't have to think about adding new assemblies/resources manually into installer projects. We never build ...
by ojanacek
Fri Oct 18, 2024 9:00 am
Forum: Common Problems
Topic: APPDIR sync behavior breaking change between 19.2 and 21+
Replies: 5
Views: 4680
 
Jump to post

Re: APPDIR sync behavior breaking change between 19.2 and 21+

It's really easy, there you go.

1. Use 19.2 to create a project from a professional template.
2. Prepare a folder with a single executable, doesn't have to be a real Windows service.
3. In your project turn on APPDIR sync on the above folder. The executable will load into the project.
4. Now select ...
by ojanacek
Mon Oct 14, 2024 10:21 am
Forum: Common Problems
Topic: APPDIR sync behavior breaking change between 19.2 and 21+
Replies: 5
Views: 4680
 
Jump to post

APPDIR sync behavior breaking change between 19.2 and 21+

Hi,

I would like to get a clarification on what I consider a breaking change in APPDIR synchronization between older and newer AI versions. We have many installer projects created in 19.2 with a certain synchronization setup. In order to avoid merge conflicts we use the sync option to not store ...
by ojanacek
Mon Jan 08, 2024 8:50 pm
Forum: Common Problems
Topic: Some EXE installers reported as malware after updating to 21.3.1
Replies: 1
Views: 16153
 
Jump to post

Some EXE installers reported as malware after updating to 21.3.1

We recently updated from 19.2 to 21.3.1 on a couple of build agents. Most of the newly built installers on these agents are fine but some (namely some EXE) installers are now treated as malware by some AVs. It's reported as Gen:Variant.Strictor.286316.

For now we reverted back to 19.2 as convincing ...
by ojanacek
Wed Jul 19, 2023 8:05 am
Forum: Common Problems
Topic: Service failure actions in merge module not applied
Replies: 6
Views: 18862
 
Jump to post

Re: Service failure actions in merge module not applied

Thank you for the confirmation. For now we settled on a workaround that I'll mention here in case someone needs it until this is fixed.

Add a custom action "Run PowerShell Inline Script" in the install execution stage right after "Add Resources". In the script, specify a service name parameter and ...
by ojanacek
Wed Jul 12, 2023 9:54 pm
Forum: Common Problems
Topic: Service failure actions in merge module not applied
Replies: 6
Views: 18862
 
Jump to post

Re: Service failure actions in merge module not applied

Not sure if the CreateVersion is relevant but this is what I see in the file CreateVersion="15.1" version="19.2". The later is, of course, the one we use on daily basis and on our build server.
by ojanacek
Tue Jul 11, 2023 9:38 am
Forum: Common Problems
Topic: Service failure actions in merge module not applied
Replies: 6
Views: 18862
 
Jump to post

Service failure actions in merge module not applied

Hi,

we are having issue setting up a Windows service failure operation in a merge module. The merge module comes with a set of files and a Windows service definition. The merge module requires parameters for Windows service name, display name and description. These are used for the service ...
by ojanacek
Tue Mar 22, 2022 9:48 pm
Forum: Common Problems
Topic: Scripted install of AI itself
Replies: 1
Views: 1775
 
Jump to post

Scripted install of AI itself

We created a PowerShell script a to download a specified version of AI and install to a build agent. While this works it install by default side by side with previous versions. However, our other scripting relies on the installation being in C:\Program Files (x86)\Caphyon\Advanced Installer\ without ...
by ojanacek
Sat Oct 24, 2020 12:08 pm
Forum: Common Problems
Topic: AI_ConfigFailActions struggle
Replies: 1
Views: 2180
 
Jump to post

AI_ConfigFailActions struggle

I'm trying to rename a Windows service associated with a product in between versions.
Let's say in version 1 the service is called "MyService" and display name is "My Service".
Now in version 2 I'd like the service name to be "MyAwesomeService" and display name "My Awesome service".
Nothing else ...
by ojanacek
Mon Aug 07, 2017 2:47 pm
Forum: Building Installers
Topic: Skipping bootstrapper UI
Replies: 3
Views: 3762
 
Jump to post

Re: Skipping bootstrapper UI

Thanks, Sorin.

I tried using "Persistent Properties" but managed to set them only on properties that have an initial value. Those with no value could not be set. In order to be consistent I ended up using "searches" which works for me.
by ojanacek
Fri Jul 28, 2017 2:45 pm
Forum: Building Installers
Topic: Skipping bootstrapper UI
Replies: 3
Views: 3762
 
Jump to post

Skipping bootstrapper UI

I have created an installer with a bootstrapper which check for .NET presence and some other prerequisites. There's also a UI which requires users to input some initial information like connection strings, etc. These information are stored in registry. The installer installs a Windows Service (a ...

Go to advanced search