Re: [WiX-users] Run as Administrator

2008-10-12 Thread Jon Arild Tørresdal
Hi Jonathan, If you have a CA that require admin privileges running in the InstallExecuteSequence, you should use deferred execution, set impersonate to false and schedule your CA to run between InstallInitialize and InstallFinalize. More details here: http://kb.acresso.com/selfservice/microsite

[WiX-users] Visual Studio 2010 and WiX. Which version?

2008-10-08 Thread Jon Arild Tørresdal
As you all probably know WiX will be part of Visual Studio 2010. Anybody know which version? 2 or 3? Thanks. Regards, Jon Arild Tørresdal Blog: <http://blog.torresdal.net/> http://blog.torresdal.net

Re: [WiX-users] Warning CNDL 1026 - can ignore ?

2008-09-28 Thread Jon Arild Tørresdal
If you check the Component table in Orca you see that the Component field (same as component id in WiX) is defined with length 72. Unless WiX have special handling to reduce the length for longer strings and keep them unique, I would not exceed this limit. Jon A. Torresdal http://blog.torresdal.ne