Question

I have a created a simple wpf desktop application which uses sqlite as embeddable database.Now I need to create the setup file. I created it using InstallShield. the file successfully installed without any errors. But when I try to run the application, nothing happens. Neither an error is thrown nor application runs. Also I didn't add any Sqlite dll(don't know how to add if its required). Can someone guide why I am having trouble

Was it helpful?

Solution

Verify your setup project is importing every dependency to the install package. link1 link2

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top