Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a Vb.NET project and I've attached a setup project for it. I need to accomplish three things:

1. Copy a separate text file into the installation directory, directly from where the setup.exe is launched from. This is important because this file has to be configurable after the setup packet has been done.

2. The executable file will be in a subfolder. How do I automatically launch the exe AFTER the installation is complete (not during it!). I've already tried a script that works only when the execuatble is directly in the Application Folder.

3. How do I launch an executable file directly from where the setup.exe is launched from AFTER the installation? This exe shouldn't be copied to the installation directory.

I have tried multiple solutions and tips but nothing works. How could I do these things?

What I have tried:

Everything I know in visual studio and what google offers.
Posted
Updated 5-Apr-18 2:32am

1 solution

You didn't say which version of Visual Studio you're using, but Google still returned 2.1 MILLION results:

create setup project in visual studio - Google Search[^]
 
Share this answer
 
v2
Comments
Member 4605890 5-Apr-18 9:05am    
Sorry for that, Visual studio 2015

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900