movingasebo.blogg.se

What does sap crystal reports runtime engine use for
What does sap crystal reports runtime engine use for












what does sap crystal reports runtime engine use for
  1. What does sap crystal reports runtime engine use for install#
  2. What does sap crystal reports runtime engine use for 64 bits#

What does sap crystal reports runtime engine use for install#

This only happens if you need to install the crystal reports runtime engine 64bits. MsgBox('key found', mbInformation, MB_OK) If( RegKeyExists(HKLM, sUnInstPath)) then begin MsgBox('Before if', mbInformation, MB_OK) //trying to test if is reaching this statement. sKey:=ExpandConstant('SOFTWARE\SAP BusinessObjects\Crystal Reports for. The code for trying to find if the key exists is below. So i am currently stating that the script can only work on 64bits, and that the folder system is 64bits.Īfter adding these 2 lines the code for finding the key executes with success.

What does sap crystal reports runtime engine use for 64 bits#

The diference was in the parameters, if setup is for 64 bits it needs these 2 lines: ArchitecturesInstallIn64BitMode=圆4ĪrchitecturesAllowed=圆4 specifies that Setup cannot run on anything but 圆4.ĪrchitecturesInstallIn64BitMode=圆4" requests that the install beĭone in "64-bit mode" on 圆4, meaning it should use the nativeĦ4-bit Program Files directory and the 64-bit view of the registry. So i need to separate the scripts one for x32 and other for 圆4. This workaround is only in the case you are using Crystal reports and still needs to be tested in a 32 bits machine,but i almost certain that it will also work.įor the moment i am testing on 64bits machine with win 8.1,and i will test the scripts in a 32bits also. So i think i have found a workaround, i dont think that this a solution because i cant explain some of the things that are happening. SetIniString('install', 'dotnetRedist', dotnetRedistPath, ExpandConstant('', 'Version', version) įor the moment there are 2 options, one always install, and two check if file exists with FileExists.so any help is appreciated. MemoDependenciesNeeded := memoDependenciesNeeded + ' Crystal Reports' #13

what does sap crystal reports runtime engine use for

MsgBox('GasSoft needs the Crystal Reports to be installed by an Administrator', mbInformation, MB_OK) NET Framework 4.0\Crystal Reports')) then

what does sap crystal reports runtime engine use for

If (not RegKeyExists(HKLM, 'Software\SAP BusinessObjects\Crystal Reports for. This is what i am trying to do: //check crystalReports i need to check if the runtime engine of crystal reports 13 is installed, if not then installed. I am currently trying to create a custom script for installing a program.














What does sap crystal reports runtime engine use for