Hi all,
I want to know the different way you use to install the hotfix for NAV 2013. I'm sure something exist to do this job other than going on each client PC and overwrite the RTC folder.
Do you have a software to suggest to replace the folder over the network ???
Thanks
0
Answers
There is no such software which suggest how to deploy hotfix over Network.
Hotfix can be deployed by reading instruction given to install hotfix.
For Platform Hotfix deployement, We should create one New Setup with required platform hotfixes files (create setup as per given instruction for deploying that hotfix on Microsoft site) and then uninstall and again install with new setup created with Hotfix in all clients.
If suggestion has solved your problem then please donot forget to mark it as solved.
You can use management tools, command scripts or visual basic script to do this. You would then create a shared folder with the updated client and simply replace all the files on the local computer with the ones in the shared folder.
Still, the easiest way to do this is to use ClickOnce. See here --> http://www.dynamics.is/?p=781
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
I just check the ClickOnce deploying information and I think it's what i'm looking for. Now it's time to read how to use it ;-)
Thanks again for the information !!!