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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top