I have tried overriding the MSI kit values for INSTALLDIR, TARGETDIR, IISNET2VIEWERDIR, and IISNET4VIEWERDIR but they always use the Microsoft default folder of C:\inetpub\wwwroot. We do not have our web site at that file location.
Here is the most recent CMD line I have tried:
MSIEXEC /i "CRRuntime_64bit_13_0_3.msi" /log .\CRRuntime.log IISNET2VIEWERDIR="C:\inetpub\donordoc-test-healthcare\WWWRoot\aspnet_client\system_web\2_0_50727\" IISNET4VIEWERDIR="C:\inetpub\donordoc-test-healthcare\WWWRoot\aspnet_client\system_web\4_0_30319\"
From the log file, here are the PROPERTY values it used (note it ignored my values for the Viewers!):
Property(S): VersionNT = 601
Property(S): TARGETDIR = C:\
Property(S): DOTNETROOTDIR = C:\Windows\Microsoft.NET\Framework\
Property(S): NETFRAMEWORKDIR = C:\Program Files (x86)\SAP BusinessObjects\
Property(S): AnsiSystemFolder = C:\Windows\SysWOW64\
Property(S): SystemFolder = C:\Windows\SysWOW64\
Property(S): WindowsFolder = C:\Windows\
Property(S): AppDataFolder = C:\Users\DysonR-S\AppData\Roaming\
Property(S): ProfilesFolder = C:\Windows\
Property(S): DesktopFolder = C:\Users\Public\Desktop\
Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
Property(S): FontsFolder = C:\Windows\Fonts\
Property(S): TempFolder = C:\Users\DysonR-S\AppData\Local\Temp\
Property(S): CommonAppDataFolder = C:\ProgramData\
Property(S): INSTALLDIR = C:\Program Files (x86)\SAP BusinessObjects\
Property(S): IISNET2VIEWERDIR = C:\inetpub\wwwroot\aspnet_client\system_web\2_0_50727\
Property(S): IISNET4VIEWERDIR = C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\
Property(S): NET2VIEWERDIR = C:\Windows\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\
Property(S): NET4VIEWERDIR = C:\Windows\Microsoft.NET\Framework\ASP.NETClientFiles\
Property(S): ProgramFilesFolder = C:\Program Files (x86)\
Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(S): SourceDir = C:\Patches\Install Kits\Crystal Reports\
I tried to attach the full log file, but it is too big.
Any suggestions on how to not use the "inetpub\wwwroot" folder.
Thanks,
Rick