[WiX-users] Command Line Parameters to Deferred Custom Action on Vista

2009-04-17 Thread Rajesh P
Hi,

I am developing a WiX installer for Vista. I have a requirement to send some
command line parameters to a Deferred Cusom action.
My inital attempts to send the parameters using public property as follows
have failed:

I tried : msiexec /i myinstaller.msi CMDLINEPROPERTY=arg1 arg2 arg3

But till now i have not been able to get these arguments reach my custom
action where i am calling MSIGetProperty() go retrievet the property value.
I even tried reading the value from CustomActionData property , but no
success yet.

If anyone has successfully achieved this on a Vista platform , please help
me !!

Thanking you in Advance,

Rajesh
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to prevent downgrading when doing Minor Upgrade

2009-04-02 Thread Rajesh P
Hi

Is there a way iw WiX to prevent downgrade with minor upgrades.
Can we write a custom action to verify and compare installed product
version. If yes, can someone suggest some Msi api's that can use in my VC++
custom action dll.
Is there any other easier way to achieve this.

Thanks,
Rajesh
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users