Click here to Skip to main content
15,916,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows vista or xp pro Pin
Xmen Real 1-Jul-08 6:18
professional Xmen Real 1-Jul-08 6:18 
GeneralRe: windows vista or xp pro Pin
Kenny McKee1-Jul-08 7:26
Kenny McKee1-Jul-08 7:26 
GeneralRe: windows vista or xp pro Pin
Xmen Real 1-Jul-08 7:34
professional Xmen Real 1-Jul-08 7:34 
GeneralRe: windows vista or xp pro Pin
Kenny McKee1-Jul-08 14:16
Kenny McKee1-Jul-08 14:16 
AnswerRe: windows vista or xp pro Pin
Kjetil Svendsen1-Jul-08 9:54
Kjetil Svendsen1-Jul-08 9:54 
GeneralRe: windows vista or xp pro Pin
arkiboys1-Jul-08 22:18
arkiboys1-Jul-08 22:18 
QuestionHow could it be Sending & Receiving Object of user class through Socket ? Pin
MehmetFurkan1-Jul-08 5:22
MehmetFurkan1-Jul-08 5:22 
QuestionInstallShield not registering a dll Pin
Russell Jones1-Jul-08 4:36
Russell Jones1-Jul-08 4:36 
I've got an installshield package that is installing a c++ dll. It used to be set to selfregister but for various reasons we now need to register this file at the end of the install.

If i call

LaunchAppAndWait(SUPPORTDIR ^ "regsvr32", WINSYSDIR ^ "mydll.dll", WAIT);


i get a loadlibrary failed error. While the error is on screen i open a command window and run "regsvr32 mydll.dll" and the registration succeeds.

So i thought maybe the path i'm giving it is wrong although the line above it registers a component in the samefolder and i've used the same format of command. So i run this:
if(FindFile(WINSYSDIR , "mydll.dll",szSDKFileName)=0) then
    LaunchAppAndWait(SUPPORTDIR ^ "regsvr32", WINSYSDIR ^ szSDKFileName, WAIT);
else
      MessageBox("Not found",SEVERE);
endif;


This code still fails with the LoadError Message and registration from the command line still succeeds at this point.

Any Ideas?

Russell
AnswerRe: InstallShield not registering a dll Pin
leppie1-Jul-08 4:53
leppie1-Jul-08 4:53 
AnswerRe: InstallShield not registering a dll Pin
led mike1-Jul-08 4:54
led mike1-Jul-08 4:54 
GeneralRe: InstallShield not registering a dll Pin
Russell Jones1-Jul-08 5:01
Russell Jones1-Jul-08 5:01 
GeneralRe: InstallShield not registering a dll Pin
led mike1-Jul-08 7:38
led mike1-Jul-08 7:38 
GeneralRe: InstallShield not registering a dll Pin
Russell Jones1-Jul-08 21:20
Russell Jones1-Jul-08 21:20 
Questionhow to add new node existing treeview control and bind data from table? Pin
Ashish Kumar Vyas1-Jul-08 4:35
Ashish Kumar Vyas1-Jul-08 4:35 
QuestionAccess Insert issue Pin
kruegersck1-Jul-08 3:53
kruegersck1-Jul-08 3:53 
AnswerRe: Access Insert issue Pin
led mike1-Jul-08 4:58
led mike1-Jul-08 4:58 
GeneralRe: Access Insert issue Pin
kruegersck1-Jul-08 5:04
kruegersck1-Jul-08 5:04 
GeneralRe: Access Insert issue Pin
led mike1-Jul-08 7:32
led mike1-Jul-08 7:32 
AnswerRe: Access Insert issue Pin
Guffa1-Jul-08 5:16
Guffa1-Jul-08 5:16 
GeneralRe: Access Insert issue Pin
kruegersck1-Jul-08 5:45
kruegersck1-Jul-08 5:45 
GeneralRe: Access Insert issue Pin
kruegersck1-Jul-08 5:48
kruegersck1-Jul-08 5:48 
GeneralRe: Access Insert issue Pin
Guffa2-Jul-08 2:53
Guffa2-Jul-08 2:53 
Questionhtml to pdf Pin
laziale1-Jul-08 3:41
laziale1-Jul-08 3:41 
AnswerRe: html to pdf Pin
BoneSoft1-Jul-08 4:16
BoneSoft1-Jul-08 4:16 
AnswerRe: html to pdf Pin
Thomas Stockwell2-Jul-08 2:29
professionalThomas Stockwell2-Jul-08 2:29 

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.