Re: [WiX-users] Help on type 19 custom action

2008-07-29 Thread Alexander Shevchuk
Does this help?




  
Not Privileged
  


Regards,
Alex Shevchuk



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anidil
Sent: Tuesday, July 29, 2008 7:32 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Help on type 19 custom action


Hello there

I'm trying to write a type 19 custom action to abort installation and
display a formatted message from the target column..Can anybody help me on
this? I need to throw a message based on the return value of another custom
action..
--
View this message in context: 
http://www.nabble.com/Help-on-type-19-custom-action-tp18713554p18713554.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help on type 19 custom action

2008-07-29 Thread cemiles

Never done one of those, but I'd say open your msi w/ Orca and look at the
Error table for the index and supply that as the Error="#" attribute, and it
will pop your corresponding msg.


Anidil wrote:
> 
> Okie...Could you help me to write a  type 19 CA that just aborts the
> installation throwing a custom error message?
> 
> 
> Richard-45 wrote:
>> 
>> 
>> In article <[EMAIL PROTECTED]>,
>> Anidil <[EMAIL PROTECTED]>  writes:
>> 
>>> I'm trying to write a type 19 custom action to abort installation and
>>> display a formatted message from the target column..Can anybody help me
>>> on
>>> this? I need to throw a message based on the return value of another
>>> custom
>>> action..
>> 
>> I don't understand.
>> 
>> Once another custom action returns failure, the whole thing stops and
>> it won't execute your type 19 action.
>> -- 
>> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for
>> download
>>   
>> 
>> Legalize Adulthood! 
>> 
>> -
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Help-on-type-19-custom-action-tp18713554p18715562.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help on type 19 custom action

2008-07-29 Thread Anidil

Okie...Could you help me to write a  type 19 CA that just aborts the
installation throwing a custom error message?


Richard-45 wrote:
> 
> 
> In article <[EMAIL PROTECTED]>,
> Anidil <[EMAIL PROTECTED]>  writes:
> 
>> I'm trying to write a type 19 custom action to abort installation and
>> display a formatted message from the target column..Can anybody help me
>> on
>> this? I need to throw a message based on the return value of another
>> custom
>> action..
> 
> I don't understand.
> 
> Once another custom action returns failure, the whole thing stops and
> it won't execute your type 19 action.
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>   
> 
> Legalize Adulthood! 
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Help-on-type-19-custom-action-tp18713554p18714965.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Help on type 19 custom action

2008-07-29 Thread Richard

In article <[EMAIL PROTECTED]>,
Anidil <[EMAIL PROTECTED]>  writes:

> I'm trying to write a type 19 custom action to abort installation and
> display a formatted message from the target column..Can anybody help me on
> this? I need to throw a message based on the return value of another custom
> action..

I don't understand.

Once another custom action returns failure, the whole thing stops and
it won't execute your type 19 action.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Help on type 19 custom action

2008-07-29 Thread Anidil

Hello there

I'm trying to write a type 19 custom action to abort installation and
display a formatted message from the target column..Can anybody help me on
this? I need to throw a message based on the return value of another custom
action..
-- 
View this message in context: 
http://www.nabble.com/Help-on-type-19-custom-action-tp18713554p18713554.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users