Click here to Skip to main content
15,921,382 members
Home / Discussions / C#
   

C#

 
AnswerRe: Multiple Applications writing to one Excel Spreadsheet Pin
Dave Kreskowiak4-Apr-07 6:46
mveDave Kreskowiak4-Apr-07 6:46 
AnswerRe: Multiple Applications writing to one Excel Spreadsheet Pin
shamidi4-Apr-07 6:51
shamidi4-Apr-07 6:51 
GeneralRe: Multiple Applications writing to one Excel Spreadsheet Pin
Dave Kreskowiak4-Apr-07 12:17
mveDave Kreskowiak4-Apr-07 12:17 
QuestionGet position order from coordenates Pin
Diego F.4-Apr-07 5:57
Diego F.4-Apr-07 5:57 
AnswerRe: Get position order from coordenates Pin
Diego F.4-Apr-07 6:04
Diego F.4-Apr-07 6:04 
GeneralRe: Get position order from coordenates Pin
Diego F.4-Apr-07 6:11
Diego F.4-Apr-07 6:11 
Questionhow to work with ClickOnce for automatic updation Pin
pashitech4-Apr-07 5:55
pashitech4-Apr-07 5:55 
AnswerRe: how to work with ClickOnce for automatic updation Pin
rvlemmings4-Apr-07 6:32
rvlemmings4-Apr-07 6:32 
This info must be available in lots of places, but here it goes (in short)...

To publish the initial application:

1. Right click on the Project in solution explorer. Click Properties. Click the Publish tab.
2. Enter the location you want to publish to in 'Publishing location'
3. Click the 'Updates' button.
4. Check the 'Application should check for updates' checkbox.
5. Check the 'Before the application starts' radio button.
6. Click OK to close the dialog.
7. Back on the main screen, select 'The application is available offline as well'
8. Enter your initial publish version under 'Publish Version'
9. Click the 'Publish Now' button.

To publish an update:

If you want to publish an optional update, just increment the 'Publish Version' and click the 'Publish Now' button. When starting the application the user will be prompted if the update should be installed. The user has the option to skip the update.

If you want to publish a required update, increment the 'Publish Version'; then, click the 'Updates' button. In the dialog, check the 'Specify a minimum required version for...' checkbox. Enter the same version you just entered in 'Publish Version'. Click OK to close the
dialog. On the main screen, click the 'Publish Now' button. The update will automatically install as soon as the user starts the application.

Hope this helps,

Roel
GeneralRe: how to work with ClickOnce for automatic updation Pin
pashitech4-Apr-07 21:19
pashitech4-Apr-07 21:19 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v4-Apr-07 21:29
roel_v4-Apr-07 21:29 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 0:16
roel_v5-Apr-07 0:16 
GeneralRe: how to work with ClickOnce for automatic updation Pin
pashitech5-Apr-07 2:15
pashitech5-Apr-07 2:15 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 2:23
roel_v5-Apr-07 2:23 
AnswerRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 0:34
roel_v5-Apr-07 0:34 
QuestionRetrieving columns from joined tables in sql Pin
dboy2214-Apr-07 5:52
dboy2214-Apr-07 5:52 
AnswerRe: Retrieving columns from joined tables in sql Pin
Russell Jones4-Apr-07 5:58
Russell Jones4-Apr-07 5:58 
GeneralRe: Retrieving columns from joined tables in sql Pin
dboy2214-Apr-07 6:19
dboy2214-Apr-07 6:19 
QuestionProblems getting the MDI parent Pin
sinosoidal4-Apr-07 5:50
sinosoidal4-Apr-07 5:50 
AnswerRe: Problems getting the MDI parent Pin
netJP12L4-Apr-07 9:44
netJP12L4-Apr-07 9:44 
QuestionHelp regarding open source c# project Pin
monkeyx4-Apr-07 5:38
monkeyx4-Apr-07 5:38 
AnswerRe: Help regarding open source c# project Pin
Douglas Troy4-Apr-07 6:07
Douglas Troy4-Apr-07 6:07 
QuestionPass By Ref Pin
swjam4-Apr-07 5:14
swjam4-Apr-07 5:14 
AnswerRe: Pass By Ref Pin
Russell Jones4-Apr-07 6:04
Russell Jones4-Apr-07 6:04 
AnswerRe: Pass By Ref Pin
Vikram A Punathambekar4-Apr-07 17:39
Vikram A Punathambekar4-Apr-07 17:39 
QuestionMemory leak Pin
HexaDeveloper4-Apr-07 5:11
HexaDeveloper4-Apr-07 5:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.