msi/automation tests on win9x
Aug. 27, 2008
2:46 a.m.
Hi, Every time these tests run I get a message box on win9x stating that the service can't be created. Makes sense as we don't have services on win9x. Can we skip all tests if we are on win9x (check for OpenSCManager being not implemented)? -- Cheers, Paul.
August 2008
8:28 a.m.
On Wed, Aug 27, 2008 at 2:46 AM, Paul Vriens <paul.vriens.wine(a)gmail.com> wrote:
Hi,
Every time these tests run I get a message box on win9x stating that the service can't be created. Makes sense as we don't have services on win9x.
Can we skip all tests if we are on win9x (check for OpenSCManager being not implemented)?
No, the service install code should be removed. It was copied from install.c, but there's no need for it in the automation tests. -- James Hawkins
6424
Age (days ago)
6424
Last active (days ago)
1 comments
2 participants
participants (2)
-
James Hawkins -
Paul Vriens