M
mywatermelon
Guest
I use the publish Wizard of Visual Studio 2019(16.2.0) to publish my program.
After I published the program, it turns out to be this:
When I run the setup, I can not select the install path.
What's more, after I installed the program I don't know where it installed.
I included an SQLite database file inside it for an offline database. If the program needs to update offline with the setup program above. It enforces uninstalled the old version program before updates. That's terrible, it will remove the database also.
I want to know these:
Continue reading...
After I published the program, it turns out to be this:
When I run the setup, I can not select the install path.
What's more, after I installed the program I don't know where it installed.
I included an SQLite database file inside it for an offline database. If the program needs to update offline with the setup program above. It enforces uninstalled the old version program before updates. That's terrible, it will remove the database also.
I want to know these:
How can I select the install path and find the installed program?
How can I update the program offline without uninstalled all the file(especially the database)?
Continue reading...