[WiX-users] Creating desktop and start menu shortcuts

2010-02-21 Thread Alex Wernecke
Hi, I'm having some trouble successdully creating shortcuts on the desktop and in the start menu. Here is my code : The desktop shortcut appears but the target is wrong. The start m

Re: [WiX-users] Problem with update "ComboBox" control

2010-02-21 Thread Sebastian Brand
FYI: Someone suggested to call a Property update to repopulate the combobox items. This doesn't work, the only solution I know, is copying the whole dialog and showing that after the CA is executed. On the second dialog, when the CA executed again, it must show the first dialog again. I hope yo

Re: [WiX-users] recommended way to uninstall previous small updates

2010-02-21 Thread Tony Juricic
My understanding is that QFE2 is created as the difference between the RTM and your current code base. Applying QFE2 will use RTM as the base whether you installed QFE1 or no. There should be no need to uninstall QFE1 short of wanting to prevent user from ever running that code (which would be t

Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader

2010-02-21 Thread Christopher Painter
There are extension methods in System.Xml.Schemas that allow for XSD validation. --- On Sun, 2/21/10, Matt Lynch wrote: > From: Matt Lynch > Subject: Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader > To: chr...@deploymentengineering.com, "General discussion for Windows >

Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader

2010-02-21 Thread Christopher Painter
BTW, too bad Linq to XSD doesn't seem to have gone anywhere. It looked pretty promising. But personally I'm really loving Linq to XML and everything I learn I get to apply elsewhere in my life without it being WiX specific. --- On Sun, 2/21/10, Matt Lynch wrote: > From: Matt Lynch > Subjec

Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader

2010-02-21 Thread Matt Lynch
Hi Chris, I looked at using Linq to XML, but you miss out on validation because L2XML doesn't check anything against the schema. Have a look at my post about changing CodeDomReader to handle . This method works *far* better than any L2XML solution. You get to work with actual objects and pr

[WiX-users] Setting Security for a Single File in a Virtual Directory

2010-02-21 Thread Inbar, Ron
Hi, I need my MSI to achieve the same functionality as these two ADSI commands: cscript %SystemDrive%\Inetpub\AdminScripts\adsutil.vbs create w3svc/1/root/WebLogin/Loginp.aspx "IISWebFile" cscript %SystemDrive%\Inetpub\AdminScripts\adsutil.vbs set w3svc/1/root/WebLogin/Loginp.aspx/AuthFlags

Re: [WiX-users] Problem with update "ComboBox" control

2010-02-21 Thread Sergey Marudenko
Hello Everybody. I got the same problem right now. But unfortunately I didn't see have you found working solution or not. Please help if you can! Thanks! -- View this message in context: http://old.nabble.com/Problem-with-update-%22ComboBox%22-control-tp20125554p27654837.html Sent from the wi