No, we have a tool console that lists external tools in the registry.

So, it'll have a value "NumExternalTools" that has a count in it, and a
value for each tool called "Tool0", "Tool1", ....  "Tool#" where # ==
NumExternalTools - 1

There are better ways to do it, but the fact is, I have to integrate into
the existing system.

Chris


On Wed, Jun 4, 2008 at 3:04 PM, Christopher Painter <[EMAIL PROTECTED]>
wrote:

> This doesn't have anything to do with VSTO and Office 2007 does it?
>
>  MSI has no support for math.   Some hacks can be done as demonstrated in:
>
>  http://99-bottles-of-beer.net/language-windows-installer-1310.html
>
>  But otherwise it's custom action time.   And if VSTO/Office 2007 is
> involved, I reccomend a random number generator not an increment operation.
>
>
> Christopher Karper <[EMAIL PROTECTED]> wrote:
>  I need to know how to increment a registry value, or set it to 1 if it
> didn't previously exist. How would I go about doing this?
>
> I can read the current value, if it exists, then set it to one if that
> value
> is blank...
>
> But how do I do math? Do I need to write a CA for this? That seems like
> such overkill for "++"
>
> Chris
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> Christopher Painter, Author of Deployment Engineering Blog
> Have a hot tip, know a secret or read a really good thread that deserves
> attention? E-Mail Me
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to