Link to home
Start Free TrialLog in
Avatar of parabellum
parabellum

asked on

Setup Project, Getting data from user


Hello,

I am trying to make a  setup project in c# (visual studio 2008).

During setup, I want the user to choose a specific folder. After that, setup should write that folder name  value to my app.config file.

That being said; I don't know how to make an interactive setup project.



ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
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
SOLUTION
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 parabellum
parabellum

ASKER

Thanks both answers helped me