[NAnt-users] UpgradeCode does not work

2008-06-16 Thread Schley Andrew Kutz
does not create the Upgrade table necessary for the upgradecode to have any affect. I got around this by manually creating the table with the following code:

Re: [NAnt-users] How do I remove a standard dialog/sequence with MSI Task?

2008-06-16 Thread William_Martin
According to the documentation, you should be setting the value attribute to Null, not 0. 0 will just determine the order the sequence steps get executed in. Try value="" instead. If that doesn't work, there are two other ways of doing this that I can think of: 1) Do what I did and create your ow