Changing the Setup Wizard Product Name

  • Thread starter Thread starter Mike Ruane-Torr
  • Start date Start date
M

Mike Ruane-Torr

I have a solution containing a Windows Forms application called 'Xxx'
(say).

I add a setup project to the solution, called 'XxxSetup' (seems logical).

Now when I install from the output of the setup project, the dialogue box
says "Welcome to the XxxSetup Setup wizard"!

I want it to say "Welcome to the Xxx Setup Wizard". How can I change
this? I've looked seemingly everywhere in various options, properties,
and the MSDN library. No luck >:(
 
Hi Mike,

I find this the best hidded part of VS.net

Open your setup project
Select your setup project but do not do a right cick
Push the F4 button or open on another way the properties under the F4
button.
You should see a page with deployment Project Properties

I hope this helps?

Cor
 
Hi Mike,

I find this the best hidded part of VS.net

Open your setup project
Select your setup project but do not do a right cick
Push the F4 button or open on another way the properties under the F4
button.
You should see a page with deployment Project Properties

I hope this helps?

Cor


It certainly does. Thanks, you've saved me hours of frustration - and by
the way, thanks for the tip about .Net remoting - I now have a very nice
Windows Service app with a remotable object sitting in it, and it took me
less than a day. I love .Net!
 
Back
Top