Click here to Skip to main content
15,905,233 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web service to call business logic class Pin
Gktony23-Jul-08 2:49
Gktony23-Jul-08 2:49 
GeneralRe: Web service to call business logic class Pin
DaveyM6923-Jul-08 2:57
professionalDaveyM6923-Jul-08 2:57 
GeneralRe: Web service to call business logic class Pin
Harvey Saayman23-Jul-08 3:21
Harvey Saayman23-Jul-08 3:21 
AnswerRe: Web service to call business logic class Pin
Gktony23-Jul-08 5:21
Gktony23-Jul-08 5:21 
GeneralRe: Web service to call business logic class Pin
Pete O'Hanlon23-Jul-08 8:30
mvePete O'Hanlon23-Jul-08 8:30 
GeneralRe: Web service to call business logic class Pin
Gktony23-Jul-08 9:08
Gktony23-Jul-08 9:08 
QuestionBrowser Close Pin
Agweet22-Jul-08 22:46
Agweet22-Jul-08 22:46 
AnswerRe: Browser Close Pin
Paw Jershauge22-Jul-08 22:50
Paw Jershauge22-Jul-08 22:50 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 22:55
Agweet22-Jul-08 22:55 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 22:55
Agweet22-Jul-08 22:55 
AnswerRe: Browser Close Pin
franz.pilgerstorfer22-Jul-08 22:56
franz.pilgerstorfer22-Jul-08 22:56 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 23:11
Agweet22-Jul-08 23:11 
GeneralRe: Browser Close Pin
franz.pilgerstorfer22-Jul-08 23:20
franz.pilgerstorfer22-Jul-08 23:20 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 23:29
Agweet22-Jul-08 23:29 
GeneralRe: Browser Close Pin
Paw Jershauge22-Jul-08 23:21
Paw Jershauge22-Jul-08 23:21 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 23:30
Agweet22-Jul-08 23:30 
GeneralRe: Browser Close Pin
leppie22-Jul-08 23:52
leppie22-Jul-08 23:52 
AnswerRe: Browser Close Pin
ashok@techxygen23-Jul-08 0:03
ashok@techxygen23-Jul-08 0:03 
GeneralRe: Browser Close Pin
Agweet23-Jul-08 0:56
Agweet23-Jul-08 0:56 
QuestionwebBrowser Control Pin
mahmoud wafy22-Jul-08 22:32
mahmoud wafy22-Jul-08 22:32 
QuestionDeployment WinForm, SqlExpress, DB Pin
franz.pilgerstorfer22-Jul-08 21:41
franz.pilgerstorfer22-Jul-08 21:41 
AnswerRe: Deployment WinForm, SqlExpress, DB Pin
Jimmanuel23-Jul-08 3:24
Jimmanuel23-Jul-08 3:24 
I don't think it's possible to insert custom dialogs into an Installation using a Visual Studio Setup Project. You can customize the dialogs that are already available, but that's about it. For fine grained control over the setup project you'll need to use some other Installer package to create your MSI file. Orca is Microsoft's basic MSI file editor: http://support.microsoft.com/kb/255905[^]

That being said, I've run into the same situation. What I did was customize one of the existing dialogs to allow the user to select a Client (no DB) or Server (lots of DB) installation, and then pass that choice into a Custom Action DLL that performed any configuration items that the MSI wasn't able to handle (that included my DB setup). The custom action can do whatever you want, so I handrolled a dialog sequence that prompted for the DB login info (and a bunch of other stuff) and then went to work beating Windows into submission using C#.

Hope that helps.





GeneralRe: Deployment WinForm, SqlExpress, DB Pin
franz.pilgerstorfer23-Jul-08 21:27
franz.pilgerstorfer23-Jul-08 21:27 
QuestionAttaching database Pin
hadad22-Jul-08 21:21
hadad22-Jul-08 21:21 
AnswerRe: Attaching database Pin
franz.pilgerstorfer22-Jul-08 22:52
franz.pilgerstorfer22-Jul-08 22:52 

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.