
I'm relatively new to Windows Installer, and I have a problem. I have an old package. It has the setup.exe, .msi and all oher .cab
Now.. I need to replace one file inside one of the CAB file with a new one (same filename). So I tried to extract the CAB into a folder (using Winzip), replaced the file and compressed it back with CABARC (compression type LZX:21)
Sadly, it didn't work. I got error 1334 during installation. Can someone give me a suggestion? I don't have the installshield project of that package. And this old package is all I have..

Thanks in advance.
Seno