|
From: Bob A. <bo...@jo...> - 2008-05-03 16:44:17
|
Doug Payne wrote: > I am using Wix 3.0. The linker is complaining about SideShowMenuFolder > and SDKMenuFoler, saying that these are in the user profile, but there > are no corresponding entries in the RemoveFolder table. Why does it > think these are in the user's profile? I've set the ALLUSERS property. Because ALLUSERS is a public property that can be set by the user or custom actions (unfortunately). Rob blogged about this last year: http://robmensching.com/blog/archive/2007/04/27/How-to-create-an-uninstall-shortcut-and-pass-all-the.aspx. -- sig://boB http://joyofsetup.com/ |