QUOTE (mazin @ Nov 1 2004, 02:44 AM)
Yes! I PMed that method to muslim (the poster) and he reported the same result, too. Extraction method didn't work.
I think we can stick to that script unless there's news.
However, there's a good idea if you have a lot of pics other than those installed by default. Especially, if you frequently download pics and don't want to lose them when formatting your system drive.
Have you tried something like that?
I have lots of pics in my Webshots Data folder in My Documents. After I am done with my unattended installation I cut and paste the Favorites folder into the My Documents folder (C:\Documents and Settings\User\My Documents). I then cut and move the 'My Documents' Folder to 'D:\User\My Documents'. This way every time I reformat I do not lose My Documents or anything inside it including the 'Webshots Data folder with all my pictures.
By the way what is the lowest amount of time that you have had success with in the script:
CODE
WScript.Sleep(10000);//time to extract EXE
WScript.Sleep(15000);//time to install
I tried the following succesfully:
CODE
WScript.Sleep(4000);//time to extract EXE
WScript.Sleep(5000);//time to install
I suppose this is something that would be somewhat dependent on the computer speed, right?