When a product is installed, are we supposed to have our .wxs file register
an entry into HKLM\Software\[Company]\[Product] ourselves or is this
something the .msi installer is supposed to do for us somehow? I looked at
my old .msi files build with VS2008 before wix and did not see any special
registry entries for that so think .msi did it for me. I see no comparable
registry entry after my WIX install however and am wondering if I need to
explicitly register one for my application. I'm not talking about the HKCU
values but rather an HKLM value that shows the product was installed.

 

Also, my old .msi file had all of these ARP properties defined: ARPHELPLINK,
ARPCONTACT, ARPHELPTELEPHONE, ARPCOMMENTS, ARPURLINFOABOUT. If I define
these properties, do I need to do anything special for them to take effect
under WIX?

 

Thanks from a WIX newbie,

Dave

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to