Click here to Skip to main content
15,917,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MScomm32.ocx Pin
Dave Kreskowiak28-Jun-04 16:20
mveDave Kreskowiak28-Jun-04 16:20 
GeneralRe: MScomm32.ocx Pin
Name Removed28-Jun-04 16:45
Name Removed28-Jun-04 16:45 
GeneralRe: MScomm32.ocx Pin
Dave Kreskowiak28-Jun-04 17:08
mveDave Kreskowiak28-Jun-04 17:08 
GeneralCurrency Validation Pin
Member 117945028-Jun-04 9:32
Member 117945028-Jun-04 9:32 
GeneralRe: Currency Validation Pin
Dave Kreskowiak29-Jun-04 3:20
mveDave Kreskowiak29-Jun-04 3:20 
GeneralBinary Serialization Issue Pin
tmfish28-Jun-04 9:16
tmfish28-Jun-04 9:16 
QuestionSetup Project for 2 0r 3 solutions? Pin
mythinky27-Jun-04 18:02
mythinky27-Jun-04 18:02 
AnswerRe: Setup Project for 2 0r 3 solutions? [EDITED] Pin
Dave Kreskowiak28-Jun-04 0:46
mveDave Kreskowiak28-Jun-04 0:46 
Using the VS Installer project, you can't do either without coding custom actions.

You'll have to add custom actions to the setup project to get it add multiple solutions. You can add multiple PROJECTS, but not solutions. The VS Installer project is just that, a project that is part of a solution, the installation part.

Sound would require you to add code to unpack, then play an .AVI. It is possible to do using Wise Package Studio. I don't know how to do it using the VS Installer project. I also, have no examples...

[EDIT]
I should've woke up first before I posted! The easiest way to add sound is to write your own SETUP.EXE that wraps the .MSI file. Your SETUP would have the forms and stuff to find out what the user wants to install, OK the license agreement, yada, yada, yada, ... Your SETUP would also have to call into the Win32 Multimedia API to play the sound file you include with the SETUP package. Whn you have all of the setup options, you would launch the .MSI installation using the appropriate command line parameters to launch a silent and unattended install.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generaltab command Pin
GaryKoh27-Jun-04 16:46
GaryKoh27-Jun-04 16:46 
GeneralRe: tab command Pin
bneacetp27-Jun-04 18:33
bneacetp27-Jun-04 18:33 
GeneralRe: tab command Pin
GaryKoh28-Jun-04 3:07
GaryKoh28-Jun-04 3:07 
GeneralRe: tab command Pin
Dave Kreskowiak28-Jun-04 3:30
mveDave Kreskowiak28-Jun-04 3:30 
QuestionSelect Expert in CrystalReportViewer? Pin
mythinky27-Jun-04 15:31
mythinky27-Jun-04 15:31 
AnswerRe: Select Expert in CrystalReportViewer? Pin
Dave Kreskowiak28-Jun-04 3:17
mveDave Kreskowiak28-Jun-04 3:17 
GeneralRe: Select Expert in CrystalReportViewer? Pin
mythinky28-Jun-04 15:34
mythinky28-Jun-04 15:34 
GeneralRe: Select Expert in CrystalReportViewer? Pin
Dave Kreskowiak28-Jun-04 15:39
mveDave Kreskowiak28-Jun-04 15:39 
GeneralManually disposing objects with API Pin
Name Removed27-Jun-04 13:45
Name Removed27-Jun-04 13:45 
GeneralRe: Manually disposing objects with API Pin
Dave Kreskowiak27-Jun-04 14:31
mveDave Kreskowiak27-Jun-04 14:31 
GeneralRe: Manually disposing objects with API Pin
Name Removed27-Jun-04 15:36
Name Removed27-Jun-04 15:36 
GeneralRe: Manually disposing objects with API Pin
Dave Kreskowiak27-Jun-04 18:18
mveDave Kreskowiak27-Jun-04 18:18 
GeneralConverting C# code to VB.NET code... Pin
milkmood27-Jun-04 12:54
milkmood27-Jun-04 12:54 
GeneralRe: Converting C# code to VB.NET code... Pin
milkmood27-Jun-04 13:26
milkmood27-Jun-04 13:26 
GeneralRe: Converting C# code to VB.NET code... Pin
Christian Graus27-Jun-04 13:35
protectorChristian Graus27-Jun-04 13:35 
Generalmouse action Pin
ahmad_yossef27-Jun-04 10:57
ahmad_yossef27-Jun-04 10:57 
GeneralRe: mouse action Pin
Dave Kreskowiak28-Jun-04 2:57
mveDave Kreskowiak28-Jun-04 2:57 

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.