Search found 93 matches

Go to advanced search

by zeiddev
Thu Jan 18, 2024 3:12 pm
Forum: Common Problems
Topic: New dll is not uninstalled when the uninstaller is run
Replies: 2
Views: 5463
 
Jump to post

Re: New dll is not uninstalled when the uninstaller is run

I am not sure what happened but I removed the component from the AI build and added it back again. Now when I run the installer it behaves as it should.

Annoying that I could not get to the bottom of why it would not uninstall but pleased that it is working now.
by zeiddev
Wed Jan 17, 2024 3:49 pm
Forum: Common Problems
Topic: New dll is not uninstalled when the uninstaller is run
Replies: 2
Views: 5463
 
Jump to post

New dll is not uninstalled when the uninstaller is run

I have an installer that I have been using for many years. It consists of about 15 different dlls most of which are added to the GAC by adding them via the Assemblies area of AI. Previously whenever I have installed and then uninstalled the product all of the dlls have been removed too. I have check...
by zeiddev
Tue Jan 09, 2024 12:46 am
Forum: Building Installers
Topic: Visual Studio 2019 and 2022 extensions incompatible projects
Replies: 3
Views: 10402
 
Jump to post

Re: Visual Studio 2019 and 2022 extensions incompatible projects

I managed to resolve this by repairing both versions of Visual Studio.

One thing that was not obvious was that even though they were both repaired the projects still showed as being incompatible. I had to reload them inside the solution for them to be recognised.
by zeiddev
Mon Jan 08, 2024 6:15 pm
Forum: Building Installers
Topic: Visual Studio 2019 and 2022 extensions incompatible projects
Replies: 3
Views: 10402
 
Jump to post

Re: Visual Studio 2019 and 2022 extensions incompatible projects

What is really strange is that I removed the extension, but I still get the error message coming up!
by zeiddev
Mon Jan 08, 2024 6:12 pm
Forum: Building Installers
Topic: Visual Studio 2019 and 2022 extensions incompatible projects
Replies: 3
Views: 10402
 
Jump to post

Visual Studio 2019 and 2022 extensions incompatible projects

Relatively recently my AI installer project stopped being compatible inside both Visual Studio 2019 and 2022 (I use both for different projects). I cannot work out why. In response I upgraded my AI to the latest version and there are no new versions of VS to upgrade to. When I start up VS I get the ...
by zeiddev
Fri Dec 02, 2022 9:34 am
Forum: Common Problems
Topic: Invalid MSI Identifier string
Replies: 3
Views: 3123
 
Jump to post

Re: Invalid MSI Identifier string

Thank you. That seems to have solve the issue. When I look at the export of the registry, I can see some strange characters there as shown below: [HKEY_CURRENT_USER\Software\Caphyon\Advanced Installer\Projects\{EC2A18BB-E2F6-484E-9277-480308CDB2A1}] "PathVariablesUsage"="0" "...
by zeiddev
Tue Nov 29, 2022 6:01 pm
Forum: Common Problems
Topic: Invalid MSI Identifier string
Replies: 3
Views: 3123
 
Jump to post

Invalid MSI Identifier string

I am getting this error with a number of my AI projects. These are slightly older projects that I have not opened for a while. I have about three or four that I open regular and those work fine. I think that they are all based on the same original custom template but I am not sure why I am getting t...
by zeiddev
Fri Sep 25, 2020 9:39 am
Forum: Common Problems
Topic: Unhandled Exception:Retrieving the COM class factory
Replies: 5
Views: 4529
 
Jump to post

Re: Unhandled Exception:Retrieving the COM class factory

I realise that this is an old issue but I am also getting exactly the same error. The build works fine in AdvancedInstaller but when it is run as part of a setup project it fails. I am on version 16.7.4 of Visual Studio, and 17.5 of AI. For expediency, I will also just rebuild the set up app but I j...
by zeiddev
Tue Jun 30, 2020 11:32 pm
Forum: Common Problems
Topic: the target ResolveAssemblyReferences does not exist in the project
Replies: 3
Views: 3185
 
Jump to post

Re: the target ResolveAssemblyReferences does not exist in the project

Hi Catalin

Thanks for responding. I have sent through an email with my files to your support email address.

Thanks

David
by zeiddev
Mon Jun 29, 2020 2:18 pm
Forum: Common Problems
Topic: the target ResolveAssemblyReferences does not exist in the project
Replies: 3
Views: 3185
 
Jump to post

the target ResolveAssemblyReferences does not exist in the project

When building in Visual Studio 19, I am getting the error: The target ResolveAssemblyReferences does not exist in the project. My AI project is really quite old and has gone through many upgrades. (I am not sure if this is relevant or not) but I have had similar issues in the past e.g. https://www.a...
by zeiddev
Mon Jun 03, 2019 9:37 am
Forum: Common Problems
Topic: Appending to XML file
Replies: 2
Views: 2767
 
Jump to post

Re: Appending to XML file

Any thoughts about this???
by zeiddev
Wed May 29, 2019 10:16 am
Forum: Common Problems
Topic: Appending to XML file
Replies: 2
Views: 2767
 
Jump to post

Appending to XML file

I have the following XML which I have abbreviated for simplicity: <CustomDataSourceDS> <CustomDataSource> <FriendlyName>XX</FriendlyName> <Creator>DZ</Creator> </CustomDataSource> <CustomDataSource> <FriendlyName>YY</FriendlyName> <Creator>DZ</Creator> </CustomDataSource> It is possible that there w...
by zeiddev
Tue Oct 31, 2017 4:20 pm
Forum: Common Problems
Topic: Error building is VS - The target "ResolveProjectReferenceOutputs" does not exist in the project
Replies: 4
Views: 5445
 
Jump to post

Error building is VS - The target "ResolveProjectReferenceOutputs" does not exist in the project

I just upgraded to 14.4 and all of a sudden I am getting this error in Visual Studio when I compile a project. It worked a the previous version. It sees as though the VS component was automatically upgraded as I was not able to compile with the updated version of AI itself so I upgraded AI to 14.4 a...
by zeiddev
Wed Apr 05, 2017 4:36 pm
Forum: Building Installers
Topic: Apply template to Visual Studio setup project
Replies: 25
Views: 23712
 
Jump to post

Re: Apply template to Visual Studio setup project

That worked great. Thank you so much.

David
by zeiddev
Wed Apr 05, 2017 12:15 pm
Forum: Building Installers
Topic: Apply template to Visual Studio setup project
Replies: 25
Views: 23712
 
Jump to post

Re: Apply template to Visual Studio setup project

Hi,

That seems to work, thank you. Does this mean though that it is not possible to have more than one template type. My template is very specific to a certain setup that we have and we would like to retain your default template too. Is this possible?

Go to advanced search