Package and deployment probs.

P

paulotuatail

Ok it all works fine BUT.

When I test the setup i get a windowx

Welcome to My Application Setup Setup

How do I remove the first setup. I have selected the setup solution in solution explrer and removed the wording 'Setup' from
Product name and title.

I still have 2 setups

Puzeled.

Desmond.
 
M

mick

Ok it all works fine BUT.
When I test the setup i get a windowx

Welcome to My Application Setup Setup

How do I remove the first setup. I have selected the setup solution in solution
explrer and removed the wording 'Setup' from
Product name and title.

I still have 2 setups

Puzeled.

Aren't we all:) You need to be a lot clearer what you want. Remember, we aren't
sat at your shoulder watching
what you are trying to do, we need it to be stated clearly.

mick
 
P

paulotuatail

Ok it all works fine BUT.



When I test the setup i get a windowx



Welcome to My Application Setup Setup



How do I remove the first setup. I have selected the setup solution in solution explrer and removed the wording 'Setup' from

Product name and title.



I still have 2 setups



Puzeled.



Desmond.

Well it is fairly clear. Create a windows C# program test and run it.
Add a second project [Other project]
Package and deployment Test and run it.

Give it to you and when you run it you get a setup window that has myapplication setup.

Shurley you have seen something like this.

In my case it has the title

My application Seetup setup.

Note the word setup is twice in the window title.

Can't make it aany clearer.

This is the way I create the whole thing.

*****
File -> Add -> New Project
Other Project types
Setup and Deployment -> Setup wizard
1) (.) Create a setup for a windows application
// Project Directory: D:\Lottery\DotNet\Lotto1\Setup1\Setup1.vdproj

*** Change the name to MyApp Setup
and the drop down box to Add to Solution.
2) Leave blank the 7 tick boxes as I don't understand these and they look like additional stuff
[x] Primary output from TaxNiCalculator ?

3) No additional stuff needed.
4) Summary



Add your Fav Icon to the main project folder. with .sln // but could be in the main sub folder project folder.

Yous should have 2 folders one being setup.
Setup has two folders
Debug (empty)
Release (empty)

if you want to: Build -> Configuration manager allows you to chouse Debug or release. Leave at debug for now.

1) Right click Application folder Left pane -> Add project output -> Select primary output from the group.
2) Right click Application folder Left pane -> Create shortcut to application folder
Right click primary out put in right hand window and create a shortcut to it.
Drag the shortcut right pain onto User's Desktop folder left pane
Select Users Desktop folder left pain.
Rename shortcut.
View properties window if not visible.

Right click Application folder left pain -> Add -> File
Search for your fav icon if you have one. // You will have to search from the root of your hard disk for this one.

Select Users desktop left pain & Short cut Right pain.
In the properties window select Icon property and browse for it.

Application folder properties -> Allways create
Userd desktop folder properties -> Allways create

If Users desktop shortcut has blue underlined these above are not reue.

Select Setup solution in solution explorer. In properties change title name. If it ends up in Setup user will see setup setup.


*****
 
J

Jeff Johnson

Ok it all works fine BUT.

When I test the setup i get a windowx

Welcome to My Application Setup Setup

How do I remove the first setup. I have selected the setup solution in
solution explrer and removed the wording 'Setup' from
Product name and title.

I still have 2 setups

Puzeled.


Try changing ProductName.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top