Improve uninstall, remove unnecessary sleep calls, get button we need to click in order to continue.
Seems that both tests works without some random failure on win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1747
Improve uninstall process, provide more information, add some more checks, remove hardcoded sleep calls, reduce waiting time.
All 3 tests works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1741
Improve uninstall process, provide more information, add some more checks, remove hardcoded sleep calls, reduce waiting time.
Both tests works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1740
Improve uninstall process, provide more information, add some more checks, remove hardcoded sleep calls, reduce waiting time.
Both tests works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1739
Remove unnecessary sleep calls, reduce waiting time, add comments.
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1737
Improve uninstall process, reduce/increase waiting time, remove some hardcoded sleep calls where possible,
provide more information. Both tests works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1735
Improve uninstall process, reduce/increase waiting time, remove hardcoded sleep calls, provide more information.
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1734
Add some more checks, remove hardcoded sleep calls, reduce waiting time.
Tested and works fine in of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1733
Improve uninstall process, reduce waiting time, remove sleeps, provide more information, add some comments.
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1732
Improve uninstall process, reduce waiting time, remove sleeps,
provide more information, add some comments.
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1730
Remove some hardcoded sleep calls, improve comments, reduce waiting time,
provide more information on failure.
Tested and works fine in clean snapshot of win2k3 sp2
svn path=/trunk/ahk_tests/; revision=1729
Improve install process, remove unnecessary sleep calls.
Both tests works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1728
Improve uninstall process, add some more checks, remove hardcoded sleep calls.
Both tests works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1727
Improve uninstall proces, remove/reduce sleep calls, add some more checks.
All 4 tests works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1722
Improve uninstall proces, remove/reduce sleep calls, add some more checks.
All 4 tests works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1721
Add some more checks, reduce waiting time.
This should fastener to tell if there was failure.
Tested and works in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1718
Remove Sleep and other unnecessary calls, output more information in WaitUninstallDone().
Works on DosBlaster 2.5. Will be changed if needed.
svn path=/trunk/ahk_tests/; revision=1710
Remove all hardcoded sleeps, reduce waiting time.
Now installation process succeeds in less than 3secs and it used to be 20-25secs.
Tested and works fine in clean snapshot of win2k3 sp2 on 5400RPM HDD.
svn path=/trunk/ahk_tests/; revision=1708
Remove hardcoded sleep calls when uninstalling application.
if it works for me on 5400RPM HDD on win2k3 sp2 then it should work on ReactOS OCZ Sata3 SSD.
svn path=/trunk/ahk_tests/; revision=1707
Use experimental helper functions to remove hardcoded calls to 'Sleep'.
This speeds up uninstall process and ensures no parent/child process ruins our life.
Tested and works on win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1706
Add experimental functions to remove hardcoded 'Sleep' calls to dinamical ones to speed up uninstall process.
Tested and works with DosBlaster 2.5 Setup on win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1705
Is is better to have one helper function than writing the same script in few tests.
So, there is ExeFilePathNoParam(szPath) to find nice looking path from passed string.
Tested and works.
svn path=/trunk/ahk_tests/; revision=1702
Sometimes I need to output some debug message. I would like to use the same style for all such messages, so
add helper function TestsInfo(DebugMessage). Already tested and it is working.
svn path=/trunk/ahk_tests/; revision=1701
Use TerminateDefaultBrowser() function to terminate default browser process.
Tested and works fine in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1698
Remove FIXME, since default browser process is not started after setup is done.
Tested and works fine in clean/unclean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1697