i am currently trying to build a package, which just copies some htm, html and swf-files to HD. prerequisites are internet explorer 6 and flashplayer.
when trying to install the msi i get the following logoutput:
Code: Select all
...
MSI (s) (84:A4) [16:35:50:073]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:A4) [16:35:50:103]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile
MSI (s) (84:A4) [16:35:50:123]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ?
MSI (s) (84:A4) [16:35:50:153]: Note: 1: 2205 2: 3: MsiSFCBypass
MSI (s) (84:A4) [16:35:50:173]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
MSI (s) (84:A4) [16:35:50:203]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (84:A4) [16:35:50:223]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
MSI (s) (84:A4) [16:35:50:253]: Note: 1: 2602 2: File 3: htm
DEBUG: Error 2602: The File table entry 'htm' has no associated entry in the Media table.
...
regards,
timm