PDA

View Full Version : Decompression Error #50



avsaravanan
10-14-2013, 03:13 AM
I have only defined custom dialogs in my setup and, in that one is "Installing..." Dialog. After that I have defined a finish dialog.

While showing the "Installing ...." Dialog, I wanted to do "Install ...." command to add some files. For that, I have added "Install.... " statements (to add .exe) inside "Loop Wizard ... End" block.

But While Installing " It shows Decompression Error #50".
If I put the statement outside "Loop Wizard ... End" block It works fine.
What is the issue?.

Also I want to show the progress in "Installing..." Dialog, where I have added a progress bar.

Regards
A. Vijayasaravanan

linder
10-14-2013, 03:33 AM
Hello,

The "issue" is that you should never ever put an "Install File(s)" command into a Loop ;). The "Loop Wizard" is there to collect information from the user. It is not there to handle your install files or installation progress actions!!!

The standard "Progress Dialog" (see attached) displays the installation progress!

Hope this helps a bit.

Friedrich