Search found 342 matches

Go to advanced search

by Zsolt Kollarits
Thu Apr 11, 2024 9:44 am
Forum: Building Installers
Topic: Building a new installer
Replies: 3
Views: 1996
 
Jump to post

Re: Building a new installer

Dear Catalin, Thank you very much for your answer. I will read more about your "Save as Template" feature, and probably will come back to you. Moreover we had an internal discussion and it would be pretty important for us that our customers should be able to perform a normal upgrade from a...
by Zsolt Kollarits
Tue Apr 09, 2024 8:44 pm
Forum: Building Installers
Topic: Building a new installer
Replies: 3
Views: 1996
 
Jump to post

Building a new installer

Dear Advanced Installer Support Team, We have a 32-bit/64-bit mixed setup wizard that we developer for years now. I will send it over via email. Now it's time for use to create a purely 64-bit installer as all of our resource file are 64-bit only. Could you please take a look at the .aip file I'll f...
by Zsolt Kollarits
Thu Mar 21, 2024 1:09 pm
Forum: Common Problems
Topic: Nuget package dependencies
Replies: 9
Views: 66181
 
Jump to post

Re: Nuget package dependencies

Dear Catalin, Thank you very much for your hint, that Add Dependencies dialog is pretty useful, however our goal would be the following: 1. We are adding a lot of DLLs into the GAC (hundred DLL or more). 2. We would like to know if any of our DLLs that we added is "broken" in a way that a ...
by Zsolt Kollarits
Wed Feb 21, 2024 3:47 pm
Forum: Common Problems
Topic: Error while setup tries to configure IIS
Replies: 9
Views: 29955
 
Jump to post

Re: Error while setup tries to configure IIS

Dear Advanced Installer Support Team, Another customers reported problem with our installer that the "IIS configuration" step is failing, so that our entire installer is just rolling back. Could you please take a look at the logfiles I will send over via email and propose us something? Thi...
by Zsolt Kollarits
Mon Feb 12, 2024 10:40 am
Forum: Common Problems
Topic: GAC problem
Replies: 6
Views: 12635
 
Jump to post

Re: GAC problem

Dear Catalin, In the past our big .aip file was usually enough to see if we are doing something wrong, also we would like to really know why our installer that is generated by our big .aip is not working. We just really need some help from you to understand what is the difference between amd64 and i...
by Zsolt Kollarits
Wed Jan 31, 2024 3:39 pm
Forum: Common Problems
Topic: GAC problem
Replies: 6
Views: 12635
 
Jump to post

Re: GAC problem

Dear Catalin, In my first email I sent our complete .aip file. Is it looks fine for you? We are just curious why the files which are marked with "amd64" in the Assemblies page (in the attributes table, the ProcessorArchitecture attribute is synced and automatically using the amd64 value) a...
by Zsolt Kollarits
Mon Jan 29, 2024 8:43 am
Forum: Common Problems
Topic: GAC problem
Replies: 6
Views: 12635
 
Jump to post

Re: GAC problem

Hi Advanced Installer Support Team,

Do you have any news on this topic, we are stuck on this, and cannot put DLLs into the GAC_64 folder yet.

Thank you,
Zsolt
by Zsolt Kollarits
Tue Jan 23, 2024 10:09 am
Forum: Common Problems
Topic: Nuget package dependencies
Replies: 9
Views: 66181
 
Jump to post

Re: Nuget package dependencies

Dear Catalin, We have a big, complex .aip project, and so far we haven't used your Visual Studio Extension. Our current way of doing thing is that we are building quite a few of our solutions (including 40-50 or more individual projects), then we kind of use the built files and use them in the .aip....
by Zsolt Kollarits
Mon Jan 22, 2024 2:47 pm
Forum: Common Problems
Topic: GAC problem
Replies: 6
Views: 12635
 
Jump to post

GAC problem

Dear Advanced Installer Support Team, I would like to achieve the following: adding 2 DLLs (with the same name), an x86 and an x64 version, to the setup and install them to the proper GAC area too. So we would like the x64 DLL to appear in C:\Windows\Microsoft.NET\assembly\GAC_64 and the x86 version...
by Zsolt Kollarits
Tue Jan 16, 2024 2:55 pm
Forum: Common Problems
Topic: Nuget package dependencies
Replies: 9
Views: 66181
 
Jump to post

Re: Nuget package dependencies

Hi Catalin,

I will send you all the details, but may I ask you which extension are you talking about exactly?

Thanks,
Zsolt
by Zsolt Kollarits
Mon Jan 15, 2024 3:58 pm
Forum: Common Problems
Topic: Nuget package dependencies
Replies: 9
Views: 66181
 
Jump to post

Re: Nuget package dependencies

Hi Catalin, Yes, so when we are picking a NuGet DLL from a certain location, sometimes those DLLs have a lot of depdendencies, so they are working only if some other DLLs are also installed. It means we need to add a list of new DLLs into our setup, we would like to be sure that all the dependencies...
by Zsolt Kollarits
Fri Jan 12, 2024 5:04 pm
Forum: Common Problems
Topic: Nuget package dependencies
Replies: 9
Views: 66181
 
Jump to post

Nuget package dependencies

Dear Advanced Installer Support Team, We are facing with an issue that due to the size of our solutions and projects we have more and more NuGet packages that we are using. Those packages requires further packages as dependencies, it means we need to add even more files to our setup project. It´s ge...
by Zsolt Kollarits
Fri Jun 16, 2023 12:53 pm
Forum: Common Problems
Topic: Installation error
Replies: 1
Views: 6759
 
Jump to post

Installation error

Dear Advanced Installer Support Team, One of our customers just reported a problem that one of our features cannot be installed due to an installation problem. Could you please take a look at the attached logfile? I see this in the log: CustomAction AI_WinOptFeaturesConfig returned actual error code...
by Zsolt Kollarits
Thu Feb 16, 2023 1:18 pm
Forum: Common Problems
Topic: Installation dialog order is incorrect - installation behaves as a minor upgrade, but it should be a major upgrade
Replies: 12
Views: 22887
 
Jump to post

Re: Installation dialog order is incorrect - installation behaves as a minor upgrade, but it should be a major upgrade

Dear Catalin, I've just found another interesting thing, which is off-topic, so does not belong to the MAJOR-MINOR upgrade problem at all, however since I've sent our latest .aip and .exe file for this thread, maybe it'd be easier for you to take a look. So the thing that I noticed is that the Maint...
by Zsolt Kollarits
Thu Feb 16, 2023 12:24 pm
Forum: Common Problems
Topic: Installation dialog order is incorrect - installation behaves as a minor upgrade, but it should be a major upgrade
Replies: 12
Views: 22887
 
Jump to post

Re: Installation dialog order is incorrect - installation behaves as a minor upgrade, but it should be a major upgrade

Dear Catalin, Thank your for your research and for the comprehensive answer. We were testing it more - upgraded older versions for our product to version 27.2.0 for example - and it seems there was a confusion with our customer and you are right, the installation procedure were happening always in t...

Go to advanced search