Re: [WiX-users] Installing non-permanent DLL to system32

2008-01-18 Thread Bob Arnson
Ryan O'Neill wrote: > I can see why it does this and it looks like I'll just have to ignore this > warning. It does not seem 'right' though as I want my app to clean up after > itself, so I want the files uninstalled but the warning tells me that a)I > should not install to system32 (which I must)

[WiX-users] Installing non-permanent DLL to system32

2008-01-17 Thread Ryan O'Neill
I have two DLLs which comprise a printer port monitor and according to the SDK must be installed in system32. Doing this generates an ICE09 warning which is 'ICE09: Component: xxx is a non-permanent system component'. I can see why it does this and it looks like I'll just have to ignore this warni