473,406 Members | 2,451 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Setup questions

Bob
I want my aps to the insalled as was the old way under c:\Program
files\Myapp or give the user the choice as before of installing the app in
another folder location.

That again no longer seems to be the default way things are done when you
publish an app in Vs2005, Microsoft has again <GGGG> seen in their infinite
wisdom that they needed to build a better mousetrap for us. Now they
install app somewhere in the mydocuments folder structure, ridiculous!

I like to keep things simple, but for my users I would like to wrap the
distribution of a windows form app in a setup to give users some choices
like where to install.

How can I make a setup program as we did in the good lod days when you could
ask your installer where to put it and it would chooose C:\Program files by
default. Otherwise I guess I,ll have to use XCOPY deployment, until they
change that on us too, that is <GGG>

Thanks for any help.

Bob
Jun 24 '06 #1
7 1676
There is a very inexpensive, very versatile installer called Z-UP MAKER,
I found it a few years ago. Almost as good as InstallShield. I used it
for a client that didn't want to spend a thousand dollars on an
installer. You can download it here:
http://www.download.com/Z-Up-Maker/3....html?sb=0&v=1
<http://www.download.com/Z-Up-Maker/3640-2216_4-10120329.html?sb=0&v=1>

T

Bob wrote:
I want my aps to the insalled as was the old way under c:\Program
files\Myapp or give the user the choice as before of installing the app in
another folder location.

That again no longer seems to be the default way things are done when you
publish an app in Vs2005, Microsoft has again <GGGG> seen in their infinite
wisdom that they needed to build a better mousetrap for us. Now they
install app somewhere in the mydocuments folder structure, ridiculous!

I like to keep things simple, but for my users I would like to wrap the
distribution of a windows form app in a setup to give users some choices
like where to install.

How can I make a setup program as we did in the good lod days when you could
ask your installer where to put it and it would chooose C:\Program files by
default. Otherwise I guess I,ll have to use XCOPY deployment, until they
change that on us too, that is <GGG>

Thanks for any help.

Bob

Jun 24 '06 #2
On Sat, 24 Jun 2006 07:09:18 -0400, "Bob" <bd*****@sgiims.com> wrote:
I want my aps to the insalled as was the old way under c:\Program
files\Myapp or give the user the choice as before of installing the app in
another folder location.

That again no longer seems to be the default way things are done when you
publish an app in Vs2005, Microsoft has again <GGGG> seen in their infinite
wisdom that they needed to build a better mousetrap for us. Now they
install app somewhere in the mydocuments folder structure, ridiculous!

I like to keep things simple, but for my users I would like to wrap the
distribution of a windows form app in a setup to give users some choices
like where to install.

How can I make a setup program as we did in the good lod days when you could
ask your installer where to put it and it would chooose C:\Program files by
default. Otherwise I guess I,ll have to use XCOPY deployment, until they
change that on us too, that is <GGG>

Thanks for any help.

Bob


I don't know what you are doing there, but, here, when creating a
setup and deploymnet project for a solution, "C:\ProgramFiles\ ...."
is the default install path. The setup package has a number of
customizable options and is very complete.

Gene
Jun 24 '06 #3
Exactly written as my thought was.

:-)

Cor

"gene kelley" <ok**@by.me> schreef in bericht
news:r0********************************@4ax.com...
On Sat, 24 Jun 2006 07:09:18 -0400, "Bob" <bd*****@sgiims.com> wrote:
I want my aps to the insalled as was the old way under c:\Program
files\Myapp or give the user the choice as before of installing the app in
another folder location.

That again no longer seems to be the default way things are done when you
publish an app in Vs2005, Microsoft has again <GGGG> seen in their
infinite
wisdom that they needed to build a better mousetrap for us. Now they
install app somewhere in the mydocuments folder structure, ridiculous!

I like to keep things simple, but for my users I would like to wrap the
distribution of a windows form app in a setup to give users some choices
like where to install.

How can I make a setup program as we did in the good lod days when you
could
ask your installer where to put it and it would chooose C:\Program files
by
default. Otherwise I guess I,ll have to use XCOPY deployment, until they
change that on us too, that is <GGG>

Thanks for any help.

Bob


I don't know what you are doing there, but, here, when creating a
setup and deploymnet project for a solution, "C:\ProgramFiles\ ...."
is the default install path. The setup package has a number of
customizable options and is very complete.

Gene

Jun 25 '06 #4

Why pay for what you can get for free ?
1. the installer deleivered with VS is great you can even use merge modules
from installshield they are fully compatible
if you download the ORCA tool you can customize everything in your installer
package ( see the free SDK`s )

2. there are lots of free tools see sourceforge for instance and search on
installers
regards

Michel Posseth [MCP]

"tomb" <to**@technetcenter.com> schreef in bericht
news:Wk*******************@bignews5.bellsouth.net. ..
There is a very inexpensive, very versatile installer called Z-UP MAKER, I
found it a few years ago. Almost as good as InstallShield. I used it for
a client that didn't want to spend a thousand dollars on an installer.
You can download it here:
http://www.download.com/Z-Up-Maker/3....html?sb=0&v=1
<http://www.download.com/Z-Up-Maker/3640-2216_4-10120329.html?sb=0&v=1>

T

Bob wrote:
I want my aps to the insalled as was the old way under c:\Program
files\Myapp or give the user the choice as before of installing the app in
another folder location.

That again no longer seems to be the default way things are done when you
publish an app in Vs2005, Microsoft has again <GGGG> seen in their
infinite wisdom that they needed to build a better mousetrap for us. Now
they install app somewhere in the mydocuments folder structure,
ridiculous!

I like to keep things simple, but for my users I would like to wrap the
distribution of a windows form app in a setup to give users some choices
like where to install.

How can I make a setup program as we did in the good lod days when you
could ask your installer where to put it and it would chooose C:\Program
files by default. Otherwise I guess I,ll have to use XCOPY deployment,
until they change that on us too, that is <GGG>

Thanks for any help.

Bob

Jun 25 '06 #5

"Bob" <bd*****@sgiims.com> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
I want my aps to the insalled as was the old way under c:\Program
files\Myapp or give the user the choice as before of installing the app in
another folder location.

That again no longer seems to be the default way things are done when you
publish an app in Vs2005, Microsoft has again <GGGG> seen in their
infinite wisdom that they needed to build a better mousetrap for us. Now
they install app somewhere in the mydocuments folder structure,
ridiculous!

I like to keep things simple, but for my users I would like to wrap the
distribution of a windows form app in a setup to give users some choices
like where to install.

How can I make a setup program as we did in the good lod days when you
could ask your installer where to put it and it would chooose C:\Program
files by default. Otherwise I guess I,ll have to use XCOPY deployment,
until they change that on us too, that is <GGG>

Thanks for any help.

Bob


If you are using ClickOnce Deployment, then the app does go into MyDocuments
by default (and cannot be changed). But, if you are using a Setup Project,
you can place the app in Program Files or let your end user install to where
ever they want. Visual Studio 2005 Standard Edition and above have the
options for ClickOnce Deployment or Setup Projects. The Express Editions do
not. They ony have ClickOnce Deployment built-in. If you are using one of
the Express Editions and want something other than ClickOnce Deployment,
then you will need to find a 3rd party installer. Either a free one, or one
you pay for.
james

Jun 25 '06 #6
Bob
Thanks guys, I did find that there was another installer instead of the
click-once that let me create setup projects. I was familiar with that one
in 2003 but I thought that the Deploy application item was the replacement
of that. Obviously not!
So now I made a setup project and all is well that ends well.

But why did they make the clickone deployment go into Mydocuments instead of
under program files?

For years that was the designated most desirable location for programs. Now
it goes under a user's documents?

Man, how many clicks you think are going to be needed to get clickonce to
work in the real world? Sounds like the making of a tech support nightmare
to me! I can see all the calls I'd be getting, Geezz I just logged in this
other computer and the desktop icon that I'm used to is not there. THINGS
AREN'T WORKING AND ITS YOUR FAULT! Its not nice to see an old man cry.

Oh,well, let them dream, thats what life is all about anyways :-)

Bob

"james" <jj***************@earthlink.net> wrote in message
news:eU**************@TK2MSFTNGP02.phx.gbl...

"Bob" <bd*****@sgiims.com> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
I want my aps to the insalled as was the old way under c:\Program
files\Myapp or give the user the choice as before of installing the app in
another folder location.

That again no longer seems to be the default way things are done when you
publish an app in Vs2005, Microsoft has again <GGGG> seen in their
infinite wisdom that they needed to build a better mousetrap for us. Now
they install app somewhere in the mydocuments folder structure,
ridiculous!

I like to keep things simple, but for my users I would like to wrap the
distribution of a windows form app in a setup to give users some choices
like where to install.

How can I make a setup program as we did in the good lod days when you
could ask your installer where to put it and it would chooose C:\Program
files by default. Otherwise I guess I,ll have to use XCOPY deployment,
until they change that on us too, that is <GGG>

Thanks for any help.

Bob


If you are using ClickOnce Deployment, then the app does go into
MyDocuments by default (and cannot be changed). But, if you are using a
Setup Project, you can place the app in Program Files or let your end user
install to where ever they want. Visual Studio 2005 Standard Edition and
above have the options for ClickOnce Deployment or Setup Projects. The
Express Editions do not. They ony have ClickOnce Deployment built-in. If
you are using one of the Express Editions and want something other than
ClickOnce Deployment, then you will need to find a 3rd party installer.
Either a free one, or one you pay for.
james

Jun 26 '06 #7
On Mon, 26 Jun 2006 17:50:30 -0400, "Bob" <bd*****@sgiims.com> wrote:
Thanks guys, I did find that there was another installer instead of the
click-once that let me create setup projects. I was familiar with that one
in 2003 but I thought that the Deploy application item was the replacement
of that. Obviously not!
So now I made a setup project and all is well that ends well.

But why did they make the clickone deployment go into Mydocuments instead of
under program files?

For years that was the designated most desirable location for programs. Now
it goes under a user's documents?

Man, how many clicks you think are going to be needed to get clickonce to
work in the real world? Sounds like the making of a tech support nightmare
to me! I can see all the calls I'd be getting, Geezz I just logged in this
other computer and the desktop icon that I'm used to is not there. THINGS
AREN'T WORKING AND ITS YOUR FAULT! Its not nice to see an old man cry.

Oh,well, let them dream, thats what life is all about anyways :-)

Bob

"james" <jj***************@earthlink.net> wrote in message
news:eU**************@TK2MSFTNGP02.phx.gbl...

"Bob" <bd*****@sgiims.com> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
I want my aps to the insalled as was the old way under c:\Program
files\Myapp or give the user the choice as before of installing the app in
another folder location.

That again no longer seems to be the default way things are done when you
publish an app in Vs2005, Microsoft has again <GGGG> seen in their
infinite wisdom that they needed to build a better mousetrap for us. Now
they install app somewhere in the mydocuments folder structure,
ridiculous!

I like to keep things simple, but for my users I would like to wrap the
distribution of a windows form app in a setup to give users some choices
like where to install.

How can I make a setup program as we did in the good lod days when you
could ask your installer where to put it and it would chooose C:\Program
files by default. Otherwise I guess I,ll have to use XCOPY deployment,
until they change that on us too, that is <GGG>

Thanks for any help.

Bob


If you are using ClickOnce Deployment, then the app does go into
MyDocuments by default (and cannot be changed). But, if you are using a
Setup Project, you can place the app in Program Files or let your end user
install to where ever they want. Visual Studio 2005 Standard Edition and
above have the options for ClickOnce Deployment or Setup Projects. The
Express Editions do not. They ony have ClickOnce Deployment built-in. If
you are using one of the Express Editions and want something other than
ClickOnce Deployment, then you will need to find a 3rd party installer.
Either a free one, or one you pay for.
james


I believe that under certain network setups, some users do not have
permissions to install or write anything to "C:\Programs" , but a
user's MyDocuments is always available to all logged on users.

Gene
Jun 26 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Holger Joukl | last post by:
Hi there, 2 questions regarding build/installation issues: 1. In the python 2.3.3 setup.py script, the detect_modules method of class PyBuildExt contains the following code: 253 if...
1
by: Wilson Ricardo Passos Oliveira | last post by:
Hi fellows, I have two simple questions regarding the Framework's deploy and the Setup and Deploy Projects: 1. As I've read in another posts and newsgroups (and as I can imagine), VS.NET...
3
by: Gidi | last post by:
hello, i'm writing a windows application in c# and i have few questions: 1. where can i read or see examples about printing documents which i'll create in my forms. i want to print tables and...
9
by: Chris | last post by:
I would love to be pointed in the direction of resources that help better understand the following (I've spent considerable time searching the MS website): 1.) As a ASP.NET developer I've...
8
by: Ankit Aneja | last post by:
Hi I have made a windows service in C#.Net Now I want to create a setup of this service http://www.codeproject.com/dotnet/simplewindowsservice.asp I read this article Now my service is also using...
4
by: Dean Craig | last post by:
I'm getting ready to build my first ASP.NET/SQL Server website that will be hosted on some web host out there (long distance, different network). The work I've done in the past (pre-.NET) was all...
3
by: Dennieku | last post by:
Hi, I've have 2 questions about the Web Setup project in VS.Net 2003. 1. How can i determine, from an Installer class, in which folder the Website has been installed (at the Commit phase) 2. I...
0
by: Pradnya Patil | last post by:
Hi , I need to export some of the reports to MS EXCEL & MS WORD in a WEB APPLICATION.I also need to LOCK some of the Columns in EXCEL-sheet.Right now I need to run the Interoperability...
0
by: Georg Scholz | last post by:
(Note: this was intended to be a multi-post, but google was not able to post it also to microsoft.public.dotnet.general, so I'm cross- posting it separately) Hello, I am about to write a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.