Click here to Skip to main content
16,022,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My Xamarin application connects to a Firebird database installed on the PC via IP address when I am on the same wi-fi network interacting with a desktop app in C#. How can I deploy my desktop application by installing firebirdsql as a service and a database on a default location?

What I have tried:

I haven't tried anything because I don't know how to start
Posted

1 solution

Click Once cannot use outside installers, so third party database engines, like Firebird, have to be installed by the user separately from your application.

You would be better off scraping the Click Once installation and using another technology, like the Wix Toolset, InstallShield, InnoSetup, Advanced Installer, ...
 
Share this answer
 
Comments
Member 13732134 2 days ago    
I tried using the Microsoft Visual Studio Installer 20222 extension and I am able to include some files in the .msi file. But what files do I need to include to install firebird? Is it possible to install it when installing my app in silent mode and as a service?
Dave Kreskowiak 2 days ago    
You will note that I did NOT include the Visual Studio installer in my list.
Member 13732134 yesterday    
Okay. But even using another type of installer that you mentioned, which firebird files should I attach? Is it possible to install it silently as a service and without the user seeing the server installation?
Dave Kreskowiak yesterday    
I have no idea because I've never used Firebird, and never will.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900