Re: msi: detect registry keypaths

2005-02-22 Thread Aric Stewart
Ahh you are correct, That is unnecessary. I can rework it or you can remove that test. Thanks for pointing it out. -aric Alexandre Julliard wrote: Aric Stewart <[EMAIL PROTECTED]> writes: -FIXME("Only working for installed files, not registry keys\n"); -if ( GetFileAttributesW(path) !

Re: msi: detect registry keypaths

2005-02-22 Thread Alexandre Julliard
Aric Stewart <[EMAIL PROTECTED]> writes: > -FIXME("Only working for installed files, not registry keys\n"); > -if ( GetFileAttributesW(path) != INVALID_FILE_ATTRIBUTES ) > -rrc = INSTALLSTATE_LOCAL; > +if (path[0]=='0') > +{ > +FIXME("Registry entry.. check entry\n"