Re: [WiX-users] netfx:NativeImage action issues

2010-03-31 Thread Bob Arnson
Please keep wix-users on the thread so everyone can participate.

You can reschedule overridable custom actions by including them 
(optionally with a new condition) in your InstallExecuteSequence (and 
other *Sequence elements).

On 3/30/2010 11:13 AM, Christopher Hughes wrote:
>
> Hi Bob,
>
> You state that it is possible to disable the NativeImage action with a 
> condition by overriding it:
>
> />  Is it possible to disable the NativeImage action with a condition?/
>
> /Yes. It's overridable, so you can re-schedule NetFxScheduleNativeImage /
>
> /with a condition./
>
>  I have spent some time trying to figure out how to do this, but I am 
> not getting anywhere. Do you need to modify the WIX source code or can 
> it be overridden in my WIX solution? I would  much appreciate it if 
> you could point me in the right direction.
>
>
> Regards,
>
> Christopher Hughes
>

-- 
sig://boB
http://joyofsetup.com/

--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] netfx:NativeImage action issues

2009-02-17 Thread Bob Arnson
MatjazR wrote:
> I would like to set the priority of netfx:NativeImage action from outside
> (as a MSI property). Is this possible in any way?
>   

It's not directly supported, though you could write an immediate custom 
action to modify the NetFxNativeImage table.

> Is it possible to disable the NativeImage action with a condition? 

Yes. It's overridable, so you can re-schedule NetFxScheduleNativeImage 
with a condition.

-- 
sig://boB
http://joyofsetup.com/



--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] netfx:NativeImage action issues

2009-02-17 Thread MatjazR

Hi.

I have two questions for netfx:NativeImage action.

1. 

I would like to set the priority of netfx:NativeImage action from outside
(as a MSI property). Is this possible in any way?

The following does not work, because it is expecting Priority attribute as
integer.


  

  



2.

Is it possible to disable the NativeImage action with a condition? File and
component would still be installed. I know that it is possible to disable
components and custom actions, but is there any way to disable the built-in
custom actions (e.g. NativeImage, FirewallException)


One way to solve both questions would be to change the netfx library to
allow string values as properties and recompile it by myself. Priority -1
could mean that ngen is not executed. 

I'm just wondering whether there are any alternatives or possibilities that
something like this would be included in official wix3 build.

Thanks

Matjaz

-- 
View this message in context: 
http://n2.nabble.com/netfx%3ANativeImage-action-issues-tp2340270p2340270.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users