Hi J

Is there any documentation on the WixUtilExtension apart from the schema and 
sourcecode?

 

I'd like to know what Custom Actions I can reference, and what they do.

I'm looking especially for something to use instead of WixExitEarlyWithSuccess, 
as it does not seem to fit my needs entirely...

 

This is what I use today for preventing downgrade of product:

 

    <Upgrade Id="SOME-UPGRADE-GUID-FOR-PRODUCT" >

      <UpgradeVersion Minimum="1.0.0" OnlyDetect="yes" 
Property="NEWERVERSIONDETECTED" />

    </Upgrade>

    <CustomActionRef Id="WixExitEarlyWithSuccess"/>

 

But this has the user go through all of the install-process, possibly fooling 
him to think that it actually worked...

 

...ANYWHO...

All I really need at this point is some solid doc's, so if anyone knows of such 
a thing....

 

Kind Regards

Ole Martin

 

p.s.

I searched the wix.chm, the tramontana tutorial, and google, but was unable to 
find anything useful on the subject.

 

O.M.


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.powel.no
**********************************************************************

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to