I've created a quite simple setup, with .NET Framework 1.1 as prerequisite, built as Web-based EXE, so the release contains the files "microsoft .net framework 1.1.7zip", "microsoft windows installer 2.0.7zip" and "my-project.exe". The setup is localized to English and German, and I really did not expect any problems. In fact, it runs fine with English and German versions of Windows XP SP2. (We use Virtual PC.) However, it horribly fails with a Spanish version if Windows. During the extraction of the .NET files, I get the following message _sometimes_:
Code: Select all
Retry Extraction?
Extraction of installation data downloaded from the web has failed. What would you like to do?
o Download a fresh copy of the installation data.
o Try to extract the existing download data again.
If you choose Cancel, setup will exit. Your existing download data will be preserved.
This does not happen always, but in the majority of cases. During my last attempt, I got the message when the extraction was at 1%. Then I selected the "Try ... again" option. The extraction process was repeated, and failed again at 99%. I chose "Try ... again" for the second time, and now the extraction succeeded.
As stated above, this behavior is absolutely not deterministic, and I'm about to go mad. Has anyone else experienced such a behavior?