How Can I change [TARGETDIR] in a Setup project in Vb.net?

  • Thread starter Thread starter nicksop
  • Start date Start date
N

nicksop

How can i change [TARGETDIR] of a setup project in vb .net

For example how can i change the path of

C:\program files\myprogram\program.exe

and make it

D:\program files\myprogram\program.exe

How can i change the root or the directory?

Thanks in advance!
 
Hi Nicksop,

There is a very good hidden place.

You can do it by changing by instance the properties of your setup project.

That is dificult to find. Click for that on your deployment project. And
then not a right click however click on the properties tab.

I think that that is the part you never could find.

However partially a gues of this was your question?

Cor
 
Back
Top