Hello,
I am new in CR. I have got almost ready .net project in VS2013 that use CR libraries. I am trying to create ClickOnce deployment, but do not understand what is the right way to get it correct installed on application prod server - so users are able smoothly use it?
I have downloaded and inputted CRRuntime_32bit_13_0_13.msi into Prerequisites of Project Publish Properties and choose 'download prerequisites from the following location:' there I put path of prod application server where I would store deployment.
I publish it to server. The user at run got error message that he must install CR at first - why deployment do not offer to start installation of CR from subpath of manifest?
Next, user try to run installation CRRuntime_32bit_13_0_13.msi manually from published deployment path it ends with no error, but nothing appear in local GAC, why?
Is there any way to admit CR install locally on user machine?
Yuri