Click here to Skip to main content
15,900,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: report viewer Pin
Dave Kreskowiak25-Oct-07 1:37
mveDave Kreskowiak25-Oct-07 1:37 
GeneralRe: report viewer Pin
di3.ny2825-Oct-07 15:11
di3.ny2825-Oct-07 15:11 
GeneralRe: report viewer Pin
Dave Kreskowiak26-Oct-07 1:48
mveDave Kreskowiak26-Oct-07 1:48 
GeneralRe: report viewer Pin
di3.ny2828-Oct-07 15:51
di3.ny2828-Oct-07 15:51 
QuestionExecute batch file using msi Pin
Saseendran Kombath23-Oct-07 16:37
Saseendran Kombath23-Oct-07 16:37 
AnswerRe: Execute batch file using msi Pin
Dave Kreskowiak24-Oct-07 4:34
mveDave Kreskowiak24-Oct-07 4:34 
GeneralRe: Execute batch file using msi Pin
Saseendran Kombath24-Oct-07 8:05
Saseendran Kombath24-Oct-07 8:05 
GeneralRe: Execute batch file using msi Pin
Dave Kreskowiak24-Oct-07 13:53
mveDave Kreskowiak24-Oct-07 13:53 
Saseendran Kombath wrote:
:\windows\microsoft.net\framework\v2.0.50727\RegAsm.exe /codebase "name.dll"


This is a .NET DLL, not COM-based.


Saseendran Kombath wrote:
tried using vsdraCOM but it doesn't worked for my application


It didn't work because you told the MSI to register a COM-based DLL and that's not what you have. RegAsm registers a .NET assembly as a COM type, IF and only IF the assembly has been properly decorated and coded to support COM, AND is strong-named.

There is no option for a .NET DLL. You'll have to run the batch file from a custom action in the installer. For this, open Visual Studio and hit F1. Search for "custom actions" in the help for examples.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Execute batch file using msi Pin
Saseendran Kombath24-Oct-07 16:31
Saseendran Kombath24-Oct-07 16:31 
QuestionVB.net 2003 to retrieve data from Oracle database Pin
kendo1723-Oct-07 13:22
kendo1723-Oct-07 13:22 
AnswerRe: VB.net 2003 to retrieve data from Oracle database Pin
Christian Graus23-Oct-07 13:33
protectorChristian Graus23-Oct-07 13:33 
GeneralRe: VB.net 2003 to retrieve data from Oracle database Pin
kendo1724-Oct-07 0:23
kendo1724-Oct-07 0:23 
QuestionFile Default Location Pin
AAGTHosting23-Oct-07 11:17
AAGTHosting23-Oct-07 11:17 
AnswerRe: File Default Location Pin
pmarfleet23-Oct-07 11:52
pmarfleet23-Oct-07 11:52 
AnswerRe: File Default Location Pin
Dave Kreskowiak23-Oct-07 14:06
mveDave Kreskowiak23-Oct-07 14:06 
Questionvb6 code to enumerate installed devices Pin
vimu23-Oct-07 11:12
vimu23-Oct-07 11:12 
AnswerRe: vb6 code to enumerate installed devices Pin
Dave Kreskowiak23-Oct-07 14:07
mveDave Kreskowiak23-Oct-07 14:07 
QuestionPowerpoint Automation, process won't end after Quit() Pin
T-Smooth23-Oct-07 9:44
T-Smooth23-Oct-07 9:44 
AnswerRe: Powerpoint Automation, process won't end after Quit() Pin
Dave Kreskowiak23-Oct-07 10:05
mveDave Kreskowiak23-Oct-07 10:05 
QuestionSave a Blank Picture box to database Pin
aransiola23-Oct-07 8:49
aransiola23-Oct-07 8:49 
AnswerRe: Save a Blank Picture box to database Pin
Dave Kreskowiak23-Oct-07 9:14
mveDave Kreskowiak23-Oct-07 9:14 
GeneralRe: Save a Blank Picture box to database Pin
Teddy3223-Oct-07 11:43
Teddy3223-Oct-07 11:43 
GeneralRe: Save a Blank Picture box to database Pin
aransiola23-Oct-07 22:32
aransiola23-Oct-07 22:32 
GeneralRe: Save a Blank Picture box to database Pin
Dave Kreskowiak24-Oct-07 4:22
mveDave Kreskowiak24-Oct-07 4:22 
QuestionWindow Form Location vb.net2005 Pin
aransiola23-Oct-07 8:31
aransiola23-Oct-07 8:31 

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.