473,770 Members | 2,273 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Force Application Update

If a newer version of the application exist, the user will receive a popup
question that states, "Update Available. Application update. A new version
of projectname is available. Do you want to download it now?"

OK button and a Skip button are show on the popup question.

I don't want the popup question to show up for the user. I don't see the
option to disable this in the publish wizard.

Mar 20 '06 #1
5 2777
Could you give more information, please.

Did you build this automatic update application your self, or do you plan to
build one?

Do you use any libraries to build an autoupdate application?

Regards,
Lars-Inge Tønnessen
Mar 20 '06 #2
Hi Cadel,

Are you working on a ClickOnce deployment app? I think we cannot skip the
popup question, it is by design. Also, it's not a good practice to skip
that popup, the download process might be long and the user should know
what is happening on their computers, and they should have a control to the
software installation on their computers.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Mar 21 '06 #3
Yes, it is a ClickOnce deployment application.

If there is no way to stop the popup box, I'll just have to use my back hand
on the user's head when they click on the "Skip" button and not on the "OK"
button.

"Kevin Yu [MSFT]" wrote:
Hi Cadel,

Are you working on a ClickOnce deployment app? I think we cannot skip the
popup question, it is by design. Also, it's not a good practice to skip
that popup, the download process might be long and the user should know
what is happening on their computers, and they should have a control to the
software installation on their computers.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Mar 23 '06 #4
Sorry, Cadel. But this is by design. sorry for the inconvenience.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Mar 24 '06 #5
Sorry to get into this conversation so late but I have information which may
do exactly what you desire and bypass the user option to skip the update...

In the Project properties page, on the Publish tab you can choose one of two
options under Install Mode and Settings. The "Online Only" option will
certainly do what you want but I do not think it is the best answer for your
question.

Here is a better solution to your question, I believe:
Select the option "The application is available offline as well" and then
click the Updates button. Select the options that most closely adhere to your
requirements. The trick to making the Skip option go away is to check the
"minimum required version" checkbox and specify the current version in the
four text boxes.

This will allow the application to launce, check for updates and force the
install if the user current version is less than the version you specified in
your last publishing.

I hope this helps... I still like the back hand method myself. Any pointers
for sore knuckles? <grin>
Good Luck...
-greg
"Kevin Yu [MSFT]" wrote:
Hi Cadel,

Are you working on a ClickOnce deployment app? I think we cannot skip the
popup question, it is by design. Also, it's not a good practice to skip
that popup, the download process might be long and the user should know
what is happening on their computers, and they should have a control to the
software installation on their computers.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Sep 7 '06 #6

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

Similar topics

0
2122
by: Marc | last post by:
Hi all, I have an application that uses a Pmw ComboBox to display a list that is dynamic. The user has the ability to add and delete items from the list at different points in the program. However, once the list is updated it needs to automatically refresh the ComboBox to reflect the updated list. The only way I have been able to solve the problem so far is to redraw the window (by withdrawing the window and calling the function that...
6
2026
by: Jim Butler | last post by:
Currently we are having to do an iisreset to update a gac component on a web server. Just removing it from the gac and re-adding it does not update the code executing on the server. This is not desirable. Is there anyway to force it out of memory (i am assuming this is the problem). We have multiple web sites that share the same components. TIA jim
9
3676
by: Daniel Kay | last post by:
Hello! I have written two template classes which implement the observerpattern in C++. I hope I manage to desribe the problem I have. template<class T> class Observer { /* ... */ }; template<class T> classSubject {
3
9901
by: buht | last post by:
Hello Everyone, Fairly new to c# here and have a question regarding scrollbars, particularly a vertical scrollbar. It looks like my options are restricted for the textbox scrollbars being that I can enable vertical or horizontal scrollbars for the textbox and their wrapping but thats it for modifications of the scrollbar.
4
1701
by: tma | last post by:
Short of zipping my file, are there any other alternatives to the below? I'm trying to add anchors in code and I need the link to force a download of the .pdf rather than open a new window or worse, open the file in the current client browser window. Is there something I can change about the anchor itself to force this behavior? I did not have any success with the "content-disposition" articles suggested. Here is my very normal anchor...
5
2017
by: JohnR | last post by:
I have multiple controls set to the same database and, normally, when I change the record in one control the position is also changed in the other controls because I have "syncwithcurrencymanager' set to true for all the controls. I'm assuming that actual syncwithcurrencymanager for all the controls gets executed when the event "BindingManagerPositionChanged" fires. The problem occurs when I set a RowFilter on the defaultview of the...
6
27812
by: bryanbabula | last post by:
I have a question about overriding i was wondering if anyone could help me with, or even suggesting a better/different way. I have no idea if this can even be done or not. I was wondering if there was anyway to force a class to call a base class's method that it is overriding? Almost the same way you have to call a base class's constructor if it has arguments. (example ** assuming the Person class's constructor has (string FirstName) as...
0
2088
by: Velupula | last post by:
To make your ClickOnce application updates mandatory. You can configure your application for updates as outlined in the following steps: 1. Click the Updates button on the Publish pane of the Project Designer. This opens the Application Updates dialog box 2. Select The Application Should Check For Updates check box. 3.To choose when the application should check for updates, select Before The Application Starts, or After the...
3
4277
by: Andy_Khosravi | last post by:
I have a method in place in my application to force users out. It's a simple tactic I got from these newsgroups where you create a table with one record called logout, then check that field with a timer on a form that doesn't close. If it's checked, it starts a forced logout sequence. Works fine 99% of the time (unless somebody is in the middle of a record update and walks away from their computer for several hours, but that's a...
0
9619
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10260
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9910
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7460
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
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 we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.