Click here to Skip to main content
15,900,616 members
Home / Discussions / C#
   

C#

 
QuestionStoring AES encrypted files in SQL Server and retrieving these files to decrypt them Pin
TechnoDev29-Sep-06 0:49
TechnoDev29-Sep-06 0:49 
QuestionDataSet Pin
vaishali1029-Sep-06 0:34
vaishali1029-Sep-06 0:34 
AnswerRe: DataSet Pin
aamironline29-Sep-06 0:54
aamironline29-Sep-06 0:54 
QuestionClick-Once Deployment Pin
Chris_Green28-Sep-06 23:34
Chris_Green28-Sep-06 23:34 
AnswerRe: Click-Once Deployment Pin
Not Active29-Sep-06 3:45
mentorNot Active29-Sep-06 3:45 
GeneralRe: Click-Once Deployment Pin
Chris_Green29-Sep-06 4:01
Chris_Green29-Sep-06 4:01 
GeneralRe: Click-Once Deployment Pin
Not Active29-Sep-06 4:04
mentorNot Active29-Sep-06 4:04 
AnswerRe: Click-Once Deployment Pin
Judah Gabriel Himango29-Sep-06 5:03
sponsorJudah Gabriel Himango29-Sep-06 5:03 
newkie, when you build your ClickOnce app, you typically deploy it with a prerequisites package (a .MSI file) that installs any prerequisites, modifies the registry, the GAC, whatever. To make this part of your prerequisites, you must bootstrap it and make it a prerequisite of your ClickOnce deployment. There's a tool (deployed via ClickOnce) that can generate Visual Studio BootStrap packages for you; all you do is point it to your MSI file, and it will generate it. That application can be installed here[^].

Once you've built a bootstrap for you .MSI file, go into Visual Studio, open up the properties of your ClickOnce project, go into the Publish tab, click the Prerequisites button. Now, your newly created bootstrapper for your MSI package will show up in the checklist. Check it. Now deploy your app via click once. It will generate a webpage that lists prerequisites (it will list your MSI file now), and the page will have a link to Install prerequisites, or launch the application. If you click Install, it will check for any needed prerequisites (.NET framework, your .MSI file, and any others you've specified) and install those on-demand. It's very cool. Cool | :cool:


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: For Christians: The Significance of Yom Teruah
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


Questionhow to count the characters in one variable?C# Pin
you3028-Sep-06 23:14
you3028-Sep-06 23:14 
AnswerRe: how to count the characters in one variable?C# Pin
zhengdong jin28-Sep-06 23:21
zhengdong jin28-Sep-06 23:21 
Questionreading text file seperated by Pipes Pin
DownBySpj28-Sep-06 22:18
DownBySpj28-Sep-06 22:18 
AnswerRe: reading text file seperated by Pipes Pin
Bhupi Bhai28-Sep-06 22:33
Bhupi Bhai28-Sep-06 22:33 
GeneralRe: reading text file seperated by Pipes Pin
DownBySpj28-Sep-06 22:38
DownBySpj28-Sep-06 22:38 
AnswerRe: reading text file seperated by Pipes Pin
Stefan Troschuetz28-Sep-06 22:40
Stefan Troschuetz28-Sep-06 22:40 
GeneralRe: reading text file seperated by Pipes Pin
Andrew Rissing29-Sep-06 4:24
Andrew Rissing29-Sep-06 4:24 
QuestionPersonal Chat Messenger Pin
ravindradonkada28-Sep-06 22:15
ravindradonkada28-Sep-06 22:15 
AnswerRe: Personal Chat Messenger Pin
Niiiissssshhhhhuuuuu28-Sep-06 22:54
Niiiissssshhhhhuuuuu28-Sep-06 22:54 
QuestionHit the Enter key in Dropdownlist Pin
irkahc28-Sep-06 22:00
irkahc28-Sep-06 22:00 
AnswerRe: Hit the Enter key in Dropdownlist Pin
albCode28-Sep-06 23:07
albCode28-Sep-06 23:07 
GeneralRe: Hit the Enter key in Dropdownlist Pin
irkahc29-Sep-06 0:19
irkahc29-Sep-06 0:19 
GeneralRe: Hit the Enter key in Dropdownlist Pin
albCode29-Sep-06 2:11
albCode29-Sep-06 2:11 
QuestionGrouping in DataView Pin
Mr.Sam28-Sep-06 21:58
Mr.Sam28-Sep-06 21:58 
QuestionMessage Removed Pin
28-Sep-06 21:57
chatterjisubhash28-Sep-06 21:57 
AnswerRe: For Tarun mere bhai Pin
Guffa28-Sep-06 23:09
Guffa28-Sep-06 23:09 
AnswerRe: For Tarun mere bhai Pin
Christian Graus29-Sep-06 10:41
protectorChristian Graus29-Sep-06 10:41 

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.