Trouble of publish program by Visual studio

  • Thread starter Thread starter mywatermelon
  • Start date Start date
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:

1466730.jpg


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:


  1. How can I select the install path and find the installed program?

  2. How can I update the program offline without uninstalled all the file(especially the database)?

Continue reading...
 
Back
Top