Details
Description
When trying to install into ApplicationsDir on Windows(C:\Program Files\...), online installer always fails to download large size component and crashes.
Attached file is an example to reproduce the problem.
It contains two component 'small' whose component is a text file(<1kB) and 'large' whose component size is ~10MB.
I've uploaded the repository already so you can just build with --online-only and test it.
By default, the example tries to install into HomeDir and it works fine.
However, when the path is changed into C:\Program Files\... or @HomeDir@ is replaced @ApplicationsDir@ in config.xml, it always prompt an error message for 'large' component and it causes installer just crashed to click any button in the error message box(see error.png).
I attach terminal output with -v option too.
Attachments
Issue Links
- relates to
-
QTIFW-659 If installed to a privileged location (C:\Program Files) installer crashes after execution of more than one privileged operations
- Closed