Archive: Some crystal report dll 's coudn't registered in nsis


Some crystal report dll 's coudn't registered in nsis
Hi sir,

For the crystal report 9 there is a lot of DLL's to register, Many of them coud not be registered in NSIS. Plz help me

Azaam


Give more information.
What exactly is the problem?
Attach your script if you think it will help.


Coud not find registerDLL - Error message
In my vb application i used crystal report 9 as the reporting tool. That has many dependancy dll's. Many of the dll's coud not registered. In some case, to register 1 dll it required some other dll's.
I put all these dll's in my nsis script but it fail to register many of dll's. I attached my nsis script here. plz help me


search the forums for UpgradeDLL macro. you will find a lot of posts. (i had a similar problem to...)
Try with the UpgradeDLL macro:


http://nsis.sourceforge.net/archive/...instances=0,11


Please don't open a new thread for every continuing question you have.

Make sure the DLLs that your application is depended on are where they can be found by the system when you try to register them, all of them. This means you should either put them in $WINDIR, $SYSDIR or use SetOutPath to set the working directory to the directory where those DLLs are.