windows installer - How to determine the order of the file in the MSI cabinet? -
During the installation, MSI checks whether the order file in the cabinets matches the sequence column in the table.
"How to decide in the cabinet" here << p>
I am facing a problem - even if the file is not found in "ABCFEE" cabinet "XYZ.CAB" The file exists in "XYZ.CAB"
You should make sure that the files in the files table Sequence Your MSI actually matches the sequence of files (sequentially) in the fileslist.txt file, when you create your cab using cabarc.exe I
So ... your cab creation command looks like this:
% ROOT_DIR% \ tools \ cabsdk \ bin \ CABARC.EXE n mycab.cab filelist.txt
Where to list filelist.txt to cache the list of files in the same way as in the file table in your MSI file.
Comments
Post a Comment