setup problem
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi.. i hav created setup of my desktop application using dot net setup project....i want when installation completes it automatically pop up a readme file ..how can ido this.. thanks
-
hi.. i hav created setup of my desktop application using dot net setup project....i want when installation completes it automatically pop up a readme file ..how can ido this.. thanks
shashank veerkar wrote: i want when installation completes it automatically pop up a readme file in the VS-setup project go to the
user interface
and add in theEnd-Section
a new dialog form:Readme
(or something like that, I use a german version of VS there the name of this dialog is "Infodatei") Hope this helps Ariadne