Install PostgreSQL on installation of tauri app #12670
Unanswered
ZaidSunasra
asked this question in
Q&A
Replies: 1 comment
-
There's no tauri feature that will directly help you with that. If you want this to happen at install time (windows only) then you'd have to modify the msi or nsis templates https://v2.tauri.app/distribute/windows-installer/#customizing-the-wix-installer (don't ask me how). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need a functionality where when a user installs my app it should install PostgreSQL and create desired database and if PostgreSQL is already installed then just create the database. Does anyone point the required docs which address this issue or what changes I need to make in tauri.conf.json file?
Beta Was this translation helpful? Give feedback.
All reactions