Search found 78 matches

Go to advanced search

by janisito
Sat Jan 20, 2024 3:52 pm
Forum: Feature Requests
Topic: Single installer for x86/x64/ARM64
Replies: 9
Views: 94237
 
Jump to post

Re: Single installer for x86/x64/ARM64

Hi Catalin, Sorry about the double posts. I found the notification later in the spam folder. I managed to work around this by using different "features" for the x64 and arm64, just like the example project you linked to. Even installing services and different files for each architecture. S...
by janisito
Fri Jan 19, 2024 10:32 am
Forum: Building Installers
Topic: One installer for x64/Arm64
Replies: 1
Views: 5631
 
Jump to post

One installer for x64/Arm64

Hello! Is there currently support to build one installer that installs the files and services based on architecture, that is x64 or Arm64, instead of having two installers, one for each architecture. This is becoming very important and a real headache during deployment to larger organizations. Thank...
by janisito
Fri Jan 19, 2024 12:04 am
Forum: Feature Requests
Topic: Single installer for x86/x64/ARM64
Replies: 9
Views: 94237
 
Jump to post

Re: Single installer for x86/x64/ARM64

Hi Catalin,

We are also looking to build an installer that installs either the x64 or Arm64 build depending on architecture.

Any time estimate when this functionality is available?

Thanks,

Regards
Jan
by janisito
Thu Aug 05, 2021 2:09 pm
Forum: Common Problems
Topic: .NET Framework run time version used by custom action
Replies: 5
Views: 8168
 
Jump to post

Re: .NET Framework run time version used by custom action

Hi Catalin,

That makes sense. Thank you for resolving.

Regards
Jan
by janisito
Mon Aug 02, 2021 3:29 pm
Forum: Common Problems
Topic: .NET Framework run time version used by custom action
Replies: 5
Views: 8168
 
Jump to post

Re: .NET Framework run time version used by custom action

Hi Catalin, I tried to verify the runtime version by logging the following property to the log file: AppDomain.CurrentDomain.SetupInformation.TargetFrameworkName but it returns an empty string when run from the custom action. Normally when run from a console application it returns what .NET Framewor...
by janisito
Fri Jul 30, 2021 9:39 am
Forum: Common Problems
Topic: .NET Framework run time version used by custom action
Replies: 5
Views: 8168
 
Jump to post

.NET Framework run time version used by custom action

Hi! When I use a C# custom action written by myself, under which .NET Framework run time version will the custom action be executed? Is this decided by AdvancedInstaller or can I choose it myself by modifying the CustomAction.config file? I want the custom action to be run under v4.8. Thanks. Regard...
by janisito
Wed Jul 28, 2021 6:59 pm
Forum: Feature Requests
Topic: Create self-signed certificate on IIS
Replies: 14
Views: 74369
 
Jump to post

Re: Create self-signed certificate on IIS

Thank you!
by janisito
Fri May 14, 2021 10:22 am
Forum: Common Problems
Topic: Windows firewall configuration fails
Replies: 7
Views: 6683
 
Jump to post

Re: Windows firewall configuration fails

Hi Catalin,

Thanks for your efforts. I'm not able to reproduce the issue in my own environment. I agree with the other reporter that it's a head scratcher and probably Windows related some how. I'll try his solution and see what goes. We can close this case for now.

Regards
Jan
by janisito
Wed May 05, 2021 8:04 pm
Forum: Common Problems
Topic: Windows firewall configuration fails
Replies: 7
Views: 6683
 
Jump to post

Re: Windows firewall configuration fails

Hi Catalin,

Since it was from a customer test environment I only got the part of the failure for privacy concerns.

Regards
Jan
by janisito
Sun May 02, 2021 3:54 pm
Forum: Common Problems
Topic: Windows firewall configuration fails
Replies: 7
Views: 6683
 
Jump to post

Re: Windows firewall configuration fails

Hi Catalin,

The user running the installer is administrator. The installer also has the "require administrator" checkbox checked.

The log I sent you was actually from an installation with the arguments "AI_DEBUGLOG=1 /L*V Log.txt".

Regards
Jan
by janisito
Mon Apr 26, 2021 6:40 pm
Forum: Common Problems
Topic: Windows firewall configuration fails
Replies: 7
Views: 6683
 
Jump to post

Windows firewall configuration fails

Hi, We have a customer installing our software on three different Windows 2012 R2 servers. Everything works fine on two of them but the installation fails on the third server. It seems the Windows firewall fails to configure for some unknown reason and the installation is rolled back. I have gathere...
by janisito
Tue Mar 09, 2021 5:12 pm
Forum: Common Problems
Topic: Application icon missing sometimes in add/remove programs
Replies: 3
Views: 3901
 
Jump to post

Re: Application icon missing sometimes in add/remove programs

Hi Catalin, I have tracked this down to the following folder: C:\Windows\Installer\{<GUID>} The GUID is some identifer, not sure if it's the product ID or some other ID. Beneath that folder are the icons, named as .exe files. If they are missing the icons are gone. So they were probably deleted by t...
by janisito
Wed Mar 03, 2021 3:31 pm
Forum: Common Problems
Topic: Application icon missing sometimes in add/remove programs
Replies: 3
Views: 3901
 
Jump to post

Application icon missing sometimes in add/remove programs

Hi,

We see from time to time that the application icon doesn’t always show up in Windows add/remove programs after being installed. Any idea of why this is happening?

It’s seen on different windows server versions.

Regards
Jan
by janisito
Fri Feb 05, 2021 3:42 pm
Forum: Common Problems
Topic: Update progress dialog status text
Replies: 3
Views: 2982
 
Jump to post

Re: Update progress dialog status text

Hi Catalin,

Thank for the quick help. I'll look into it.

Regards
Jan
by janisito
Fri Feb 05, 2021 2:39 pm
Forum: Common Problems
Topic: Update progress dialog status text
Replies: 3
Views: 2982
 
Jump to post

Update progress dialog status text

Hi, Thank you for an awesome product. My installer has grown to be quite huge. it executes many custom actions (C#) during the installation execution stage. Is it possible to update the progress dialog status text from my custom actions so it's easier to follow what is happening? Thanks, Regards Jan

Go to advanced search