PDA

View Full Version : Update executable appears minimized in silent update on Vista...


padmavathi
07-08-2008, 11:48 PM
Hi,

I am facing a wierd problem with True Update.

What I am exactly doing for my project is,

1. I have a 7MB executable in my ftp server
2. I use two different versions of download for downloaing the 7MB exe from FTP server. One is with GUI, second one is silent that is without any GUI.
3. In GUI type download, it successfully download the 7MB exe ana run the exe.
4. But in silent type download, it downloads the 7MB exe to %temp% folder successfully, but after downloading it goes to minimized state instead of running the executable.
5. If i dont click on the executable, after few seconds it is disappered automatically.
6. I am using 'Shell.Execute(update_filename, "", "", "")', to run the exe.
7. This happens only on Vista not on XP.

Please give me an idea to solve this problem.

Cheers,
:)