PDA

View Full Version : The problem of Locking the Autorun window


Armanyes
01-04-2007, 07:22 AM
I created a autorun for my CD that contains softwares . when Click to install a software the autorun window will be lock untill the installation will be finish. some software has serial number that I put them in autorun window so I don't want the autorun window to be locked . What should I do ?

yosik
01-04-2007, 03:02 PM
Using the File.Run action, you can set the WaitForReturn argument to false, thus "freeing " your app.

Check the help file for that.

Yossi

Armanyes
01-05-2007, 09:39 AM
Thank you very much . It solved my problem . Thanks agian .