Link to home
Start Free TrialLog in
Avatar of bartdsp
bartdspFlag for United States of America

asked on

Changing TARGETDIR in a vb.net setup project

Hello,

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

I see a reference on the web to click on the property of the Setup program. This brings up a property pages dialog but there is no reference to TARGETDIR.

Am using VS2008 / VB

Thanks,
Bartj



ASKER CERTIFIED SOLUTION
Avatar of twol
twol
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bartdsp

ASKER

Thanks!