1.  WiX.chm is provided with every download.  It has a wealth of information 
(the latest versions have a bunch of cool new "How To").

2.  Don't know, can you tell us more about your CustomAction.

3.  Take a look at the Upgrade element.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amir Kolsky
Sent: Thursday, July 10, 2008 16:41
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] New Wix 3.0 User - confused

Hi All.

So, I'm trying to use Wix 3.0 but it is really hard (I know it's a
beta...)



A few questions :

1.       Is there any documentation for 3.0 anywhere?

2.       I'm trying to execute the following:

<InstallExecuteSequence>

      <Custom After='StartServices' Action="InstallWebParts"></Custom>

</InstallExecuteSequence>

It does not work... I try this:

<InstallExecuteSequence>

      <Custom After='InstallFinalize' Action="InstallWebParts"></Custom>

</InstallExecuteSequence>

It works... why? What are the allowed After values?

3.       How do I uninstall the product if it is already installed?
Right now I have a message saying I can't uninstall... How do I
uninstall only if the version of the product is higher?



Thanks in advance!

Amir





-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to