|
|
#1 | ||
|
Senior Member
Join Date: Dec 2002
Location: Paris
Posts: 445
|
help for a command regsvr
Hello
instead of use a simply install.bat which including the line "regsvr32 /s "mycreation.dll" i would like to include this into my NSIS script does it possible ? can you help me Because i don't find ... i tested Quote:
Quote:
and when i register my dll manually (double clic on install.bat (who only contain "regsvr32 /s "mycreation.dll") it match.... Last edited by glop; 7th September 2006 at 00:51. |
||
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Sep 2004
Location: Wisconsin, US
Posts: 258
|
Try:
code: I think you had some quote problems. I tested it (with different file of course) and it worked fine. Jnuw |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Why are you using regsvr32 which doesn't exist on all Windows versions?
Just use RegDLL and UnRegDLL. -Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#4 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,272
|
i believe he sorted things out in the end possibly from the thread i pasted last night and the messages i was left on aim (hopefully the RegDll method was used since that seemed to be the way to go from the most recent thread i'd found about it all).
-daz |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Dec 2002
Location: Paris
Posts: 445
|
hi guys
thanks for you help! i finally succeed with that RegDLL "plugins\mycreation.dll" woo ! thanks |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|