473,465 Members | 1,976 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Click once deployment and .net 2

Hey guys

I have a clickonce deployment app. And .net 2 is a pre-requisite to
clickonce. Yet even tho i set it to send people to vendors site (micrsosoft)
if they dont have .net 2, it doesnt do it? why not?

As a side note. DirectX runtimes are also required, is there any way i can
add this as a pre-requisite and have it checked for an installed as part of
click once?

Thanks in advance
Jan 17 '07 #1
4 3210
Hello Daniel,

DI have a clickonce deployment app. And .net 2 is a pre-requisite to
Dclickonce. Yet even tho i set it to send people to vendors site
D(micrsosoft) if they dont have .net 2, it doesnt do it? why not?

You can to put your prerequisites to the separate folder and ask clickonce
to get them from your folder

DAs a side note. DirectX runtimes are also required, is there any way
Di can add this as a pre-requisite and have it checked for an
Dinstalled as part of click once?

AFAIK it's not possible.
You need to use IntallShiedl or other installler tools

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Jan 17 '07 #2
Ok no rpobs on DX thats not a biggy i can sort that.

In regards to the other note, how do i tell clickonce what folder they are
in? Could you give me some steps or a tutorial link, that'd be great. Does
it automatically check for the pre-requisites? If so why can't i setup dx as
a pre-requisite and put that in this folder also?

Thanks in advance
"Michael Nemtsev" <ne*****@msn.comwrote in message
news:a2***************************@msnews.microsof t.com...
Hello Daniel,

DI have a clickonce deployment app. And .net 2 is a pre-requisite to
Dclickonce. Yet even tho i set it to send people to vendors site
D(micrsosoft) if they dont have .net 2, it doesnt do it? why not?

You can to put your prerequisites to the separate folder and ask clickonce
to get them from your folder

DAs a side note. DirectX runtimes are also required, is there any way
Di can add this as a pre-requisite and have it checked for an
Dinstalled as part of click once?

AFAIK it's not possible.
You need to use IntallShiedl or other installler tools

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


Jan 17 '07 #3
Hello Daniel,

1) Project Properties -Publish -Prerequisites
2) Select the desired prereq
3) Select the "Download from the following location"
4) Specify the path where is your prereq
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

DOk no rpobs on DX thats not a biggy i can sort that.
D>
DIn regards to the other note, how do i tell clickonce what folder
Dthey are in? Could you give me some steps or a tutorial link, that'd
Dbe great. Does it automatically check for the pre-requisites? If so
Dwhy can't i setup dx as a pre-requisite and put that in this folder
Dalso?
D>
DThanks in advance
D>
D"Michael Nemtsev" <ne*****@msn.comwrote in message
Dnews:a2***************************@msnews.microso ft.com...
D>
>Hello Daniel,

DI have a clickonce deployment app. And .net 2 is a pre-requisite
to
Dclickonce. Yet even tho i set it to send people to vendors site
D(micrsosoft) if they dont have .net 2, it doesnt do it? why not?
You can to put your prerequisites to the separate folder and ask
clickonce to get them from your folder

DAs a side note. DirectX runtimes are also required, is there any
way
Di can add this as a pre-requisite and have it checked for an
Dinstalled as part of click once?
AFAIK it's not possible.
You need to use IntallShiedl or other installler tools
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

Jan 17 '07 #4
You can define custom prerequisites with an application called
"Bootstrap Manifest Generator". It itself is a ClickOnce application.

For the DirectX question: if there is already an installer for it you
can define a prerequisite with the tool above, and have it deployed
with your application.

As for your prerequisite, it depends on how you have it being
referenced: You can have it relative or absolute or point to the
vendors site. By default i believe it is relative to where your app is.
So if my app is deployed to http://www.test.com the prerequisite would
be at http://www.test.com/prerequisite
of course this maps down to your virtual directory.

Patrick H.
http://patpack.blogspot.com/

Jan 17 '07 #5

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

Similar topics

2
by: zhebincong | last post by:
what is the difference between no-touch and click-once deployment?
3
by: zbcong | last post by:
what is the difference between no-touch and click-once deployment?
1
by: moondaddy | last post by:
I have a VS 2005 winforms project and am trying to get clickonce deployment working correctly. I published the deployment to a test server on my network. It created the publish.htm and from my...
3
by: Jordan S. | last post by:
I have a client that has an MS Access application that has outgrown MS Access and it's time to migrate to something more substantial. I'm proposing a .NET Windows Forms application. The client...
1
by: ComputerGuyCJ | last post by:
I have an application that I've used click-once deployment to publish out to a shared network path. From there I installed the app on a few client machines, including my own. Since then I published...
2
by: CR | last post by:
I am working on the deployment portion of my first click once app. It was created using VS 2003, with an installer, but has been upgraded to VS 2005, and I would like to use click once. I tested...
0
by: Mark | last post by:
Hi, We are a software company that wish to use Click-Once deployment to allow our customers to deliver smart clients to their worker's desktops. We have experimented successfully in-house...
5
by: =?Utf-8?B?UmljaA==?= | last post by:
Greetings, I have been using the Click Once deployment feature of VS2005 - very nice. I had IE6 at the time when I started using Click Once Deployment, and everything worked fine. But then my...
1
by: krach.aran | last post by:
I'm creating a winforms click-once application that is plugin enabled. The application is working, and so are the plugins. but now i have got the following problem: after deployment i do not...
4
by: =?Utf-8?B?UmljaA==?= | last post by:
Hello, My workstation has been automatically updating IE6 to IE7. When this happens I have a problem with Click Once deployment (VS2005). What happens is that I can still publish applications...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.