? how to add dependency files (images, databases) to visual basic (setup.exe) using (Microsoft visual studio Installer Project) ? jerry age 82

jerry-wa0h 20 Reputation points
2023-08-03T15:13:42.06+00:00

visual basic 2022 .. windows 11 .. i am using (Microsoft visual studio Installer Project) to create a deployable (setup.exe) file .. i can't find a way to include dependency files (images, databases, etc) in the (setup.exe) file .. you can download the old 2008 version of my program (free) from my website .. wa0h.com .. jerry .. age 82 .. computer programmer since 1963 (60 years).

Developer technologies VB
{count} votes

Accepted answer
  1. RLWA32 49,536 Reputation points
    2023-08-03T15:36:49.0766667+00:00

    @jerry-wa0h, A Visual Studio Installer project should be configured to place deployable content (e.g., images, databases, etc.) in the MSI file. You should do this with the File System Editor. The setup.exe that is created by the Installer project is only used to check for and install any missing prerequisites such as the VC++ runtime or a version of the .Net Framework.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.