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
ExecWait '"plugins\install.bat"'or
ExecWait '$SYSDIR\regsvr32.exe /s "$INSTDIR\plugins\mycreation.dll"'don't match
and when i register my dll manually (double clic on install.bat (who only contain "regsvr32 /s "mycreation.dll")
it match....