Click here to Skip to main content
15,910,234 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB newbie help with classes Pin
Christian Graus18-Oct-05 12:42
protectorChristian Graus18-Oct-05 12:42 
QuestionComunicate with Hardware in VB.NET Pin
kjmorford17-Oct-05 10:38
kjmorford17-Oct-05 10:38 
AnswerRe: Comunicate with Hardware in VB.NET Pin
progload17-Oct-05 15:21
progload17-Oct-05 15:21 
GeneralRe: Comunicate with Hardware in VB.NET Pin
kjmorford18-Oct-05 3:45
kjmorford18-Oct-05 3:45 
GeneralRe: Comunicate with Hardware in VB.NET Pin
progload18-Oct-05 9:14
progload18-Oct-05 9:14 
GeneralRe: Comunicate with Hardware in VB.NET Pin
kjmorford18-Oct-05 10:28
kjmorford18-Oct-05 10:28 
QuestionInclude MSComm in .net deployment Pin
naesyttap17-Oct-05 8:19
naesyttap17-Oct-05 8:19 
AnswerRe: Include MSComm in .net deployment Pin
rwestgraham17-Oct-05 9:34
rwestgraham17-Oct-05 9:34 
If your customer is using Win2K or higher the "COM" family of DLLs - ole32, oleaut32, etc. should already be installed, and there are known bugs in the merge modules that will cause the setup to fail on OS versions that have file protection. But you should not need these in your setup for those systems anyway.

As far as the MSComm problem, I don't know what to tell you. Have you tried manually registering MSComm on the machine where it fails, and then seeing if the app works?

You can also get a verbose log of what you setup is doing by running it on from a command line with a /l*v switch like:

msiexec /i "C:\MySetup.msi" /l*v "C:\MySetup.LOG"

which may or may not give you some insight into if there is a problem with the install.


AnswerRe: Include MSComm in .net deployment Pin
naesyttap19-Oct-05 6:38
naesyttap19-Oct-05 6:38 
QuestionCrystal Reports VB.NET logon failed exception while using Xml file as report datasource Pin
TheBudman17-Oct-05 7:04
TheBudman17-Oct-05 7:04 
QuestionMsgBox question Pin
Mike0917-Oct-05 5:39
Mike0917-Oct-05 5:39 
AnswerRe: MsgBox question Pin
Dave Kreskowiak17-Oct-05 6:00
mveDave Kreskowiak17-Oct-05 6:00 
GeneralRe: MsgBox question Pin
Mike0917-Oct-05 6:32
Mike0917-Oct-05 6:32 
GeneralRe: MsgBox question Pin
Dave Kreskowiak17-Oct-05 7:54
mveDave Kreskowiak17-Oct-05 7:54 
Questionsending file to my application by right clickling like send to zip file option in windows Pin
Rizwan Bashir17-Oct-05 4:53
Rizwan Bashir17-Oct-05 4:53 
AnswerOmit the question I have done this Pin
Rizwan Bashir17-Oct-05 5:00
Rizwan Bashir17-Oct-05 5:00 
GeneralRe: Omit the question I have done this Pin
Dave Kreskowiak17-Oct-05 5:19
mveDave Kreskowiak17-Oct-05 5:19 
GeneralRe: Omit the question I have done this Pin
Rizwan Bashir17-Oct-05 23:33
Rizwan Bashir17-Oct-05 23:33 
GeneralRe: Omit the question I have done this Pin
Dave Kreskowiak18-Oct-05 11:33
mveDave Kreskowiak18-Oct-05 11:33 
GeneralRe: Omit the question I have done this Pin
Rizwan Bashir19-Oct-05 2:57
Rizwan Bashir19-Oct-05 2:57 
AnswerRe: sending file to my application by right clickling like send to zip file option in windows Pin
kenexcelon17-Oct-05 8:02
kenexcelon17-Oct-05 8:02 
GeneralRe: sending file to my application by right clickling like send to zip file option in windows Pin
Rizwan Bashir18-Oct-05 4:44
Rizwan Bashir18-Oct-05 4:44 
GeneralRe: sending file to my application by right clickling like send to zip file option in windows Pin
Anonymous18-Oct-05 6:38
Anonymous18-Oct-05 6:38 
GeneralRe: sending file to my application by right clickling like send to zip file option in windows Pin
Rizwan Bashir19-Oct-05 3:00
Rizwan Bashir19-Oct-05 3:00 
Questionpopulating combobox Pin
sai_sailendra17-Oct-05 4:53
sai_sailendra17-Oct-05 4:53 

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.