You need to replace missing or corrupted files in the Core and/or Agent installation; however, you do not want to install the software. Or you may be getting an error during installation of .NET similar to:
ERROR 2013-07-23T10:52:04 [3] - Cannot unpack file: msiInfo_x64.xml into C:\Users\Administrator.FSL\AppData\Local\Temp\1\Rep5.tmp. Error: Ionic.Zip.ZipException: Cannot read that as a ZipFile ---> Ionic.Zip.BadReadException: Bad signature (0x56EFF4C4) at position 0x06B6E283
ERROR 2013-07-23T10:52:04 [1] - Application catch an exception
Exception: System.AggregateException: One or more errors occurred. ---> Replay.ManagedBootstrapper.Implementation.Exceptions.ZipErrorException: Cannot unpack file from Zip archive ---> Ionic.Zip.ZipException: Cannot read that as a ZipFile ---> Ionic.Zip.BadReadException: Bad signature (0x56EFF4C4) at position 0x06B6E283
To resolve this issue, complete the following steps. Please note that the Core installer is used as an example for this article, but the steps remain the same for the agent installer as well.
1. Obtain the MSI file within the installer.
a. Download and install the 7zip (it will work with other archives as well).
b. Use 7zip to extract the files in the Core-X64-5.3.x.xxx.exe file.
NOTE: You will need to replace the build number with the build you wish to download. The number used in this step is an example for this article.
NOTE: For agents, the names are Agent_x86.msi and Agent_64.msi
NOTE: You can download the 7zip by right clicking on the Core installer and selecting Extract or from the following command line: C:\Program Files\7-Zip\7z.exe” e Core-X64-5.3.1.60393.exe Core_x64.msi
2. Extract the files contained within the MSIinstaller. You can extract these files in one of two ways:
a. Extract these files from the following command line: msiexec /a core_x64.msi /qb TARGETDIR=c:\Core_files
b. Use another GUI to extract the desired files through the following download: http://code4all.googlecode.com/files/Lessmsierables-20051110.zip