473,387 Members | 1,483 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,387 software developers and data experts.

ClickOnce with prerequisites

Is ClickOnce deployment appropriate for an app where you have to ensure that
the user has the correct framework installed (2.0) and also installs the
SQLExpress plus scripts in the database? I've never used the ClickOnce
technology before and am debating whether to use a batch script, an
InstallShield package or ClickOnce. Any advice is appreciated.
Jan 8 '07 #1
1 1771
Is ClickOnce deployment appropriate for an app where you have to
ensure that the user has the correct framework installed (2.0) and
also installs the SQLExpress plus scripts in the database? I've never
used the ClickOnce technology before and am debating whether to use a
batch script, an InstallShield package or ClickOnce. Any advice is
appreciated.
Maybe for your case a combination might be the best thing:

- ClickOnce does not work without the .NET framework 2.0. So there is no
chance to check for it with ClickOnce.
- To make the basic installation (.NET Framework, SQLExpess, ...) I
would recommend to use a standard installer (batch script, installer).
- Maybe you also install a shortcut to the ClickOnce location (that is
located on the web).
- For the ongoing updates, I would recommend to use ClickOnce, as it
does the auto-update without that you program anything special...

hth
Markus
Jan 8 '07 #2

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

Similar topics

8
by: Tina | last post by:
While ASP.Net is migrating toward more robust presentation by using things like AJAX I am wondering if ClickOnce will errode a lot of ASP.Net presence in Corporate Applications. I've been reading...
0
by: nautonnier | last post by:
Hello, I'm working on an application that is installed via ClickOnce. It has the standard .NET 2.0 prerequisite as well as the Crystal Reports Viewer. Both of these packages are included in...
5
by: DCDev | last post by:
I have a solution with multiple projects. One project is a windows forms project. I have report files (.rdlc) in a separate project that are built as "Content" with the "Copy Always" option....
6
by: Oriane | last post by:
Hi there, I deploy my WPF application with Visual Studio 2008 and ClickOnce. My application runs with the ;Net 3.0 framework, but during the installation steps, the .Net 3.5 component is...
1
by: Jack | last post by:
Hi there, Apologies if this NG is off-topic but I can't find anything more appropriate (feel free to let me know). I'm looking at ClickOnce as a possible alternative to MSI and have poured...
7
by: Just_a_fan | last post by:
I have a program which runs fine here (created in VB9). I publish it to my web site for download & install. It runs on some computers (one or two) but not others. When it does not run, it causes...
1
by: Dean Slindee | last post by:
In a VS2005 project that I am publishing with ClickOnce, a warning message appears saying "Unable to apply publish properties for item "microsoft.visualbasic.powerpacks.printing.printform". The...
3
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
Hi all, I am working on a windows forms app. I do my development in a development environment, and I have certain settings in my app.config like connection to WCF services that point to my...
1
by: Sergiu Ignat | last post by:
Hello, I try to deploy an application through ClickOnce. I use .NET Framework 3.5SP1. In Publish/Prerequisites I require the entire framework (not only the client profile) and checked "Download...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: 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
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...

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.