Re: [WiX-users] increment the value of a reg key

2010-02-18 Thread Yan Sklyarenko
ryKey/RegistryValue functionality to write the modified value back Hope this helps, -- Yan -Original Message- From: Sam Strasser [mailto:sam.stras...@microsoft.com] Sent: Wednesday, February 17, 2010 20:29 To: wix-users@lists.sourceforge.net Subject: [WiX-users] increment the value of a re

[WiX-users] increment the value of a reg key

2010-02-17 Thread Sam Strasser
Hello WiXers, As part of both install and uninstall of my msi, I need to increment a registry value. I'm hoping that I won't need to write a custom action, or that such a custom action already exists in the WiX code. Is there any way for me to increment a reg key just with WiX? Thanks Sam ---