Hi everyone,
Is there any way for creating an installation script. Why do I want such a thing? Sometimes I have to use some external dlls in my development projects for automation purposes and I see that those dlls will be required in other installations. I want to automate installation and registration of dlls with standart installations of Navision. Is there any way?
Cem Karaer @ Pargesoft
Dynamics NAV Developer since 2005
0
Comments
* Create a table as a container for dlls
* Import dlls as BLOB into that table
* Create a batch job for extracting and registering dlls
* Your installation back-up must contain those two objects (namely table and batch job)
* Restore your back-up on the customer's server
* Run batch-job on clients when required
Thank you!
Dynamics NAV Developer since 2005