register dll's automatically in Inno
i'm using inno setup 4 to pack and deploy my program
(i can't use the one of microsoft due to malfunction of the prgrogram).
after tring to resolve several errors, i discover when i install the program in a computer, there are several files that the wizard dont register them automatically,even when it suppose to do (im sure that was the problem because i manually register them and then it worked).
a part list of those unregister files : MSBIND.DLL !!
craxdrt.dll, craxddrt.dll and craxdui.dll
i take into considiration that maybe i dont set the right flags in the script. i'm using the following line :
Source: "D:\programing\pirsum\package\Used Files\*.*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
does some1 know what should i do /
thanks
Eran