Re: [WiX-users] How ro create CustomAction Type 34?

2006-06-26 Thread Michael Osmond
Title: Re: [WiX-users] How ro create CustomAction Type 34? To set the value of the property "MyEXECA" you need another custom action   Something like   Value="[SourceDir][REDIST_DIR]\my.exe"  />   You will need to sequence this custom action as well.   Michael

Re: [WiX-users] How ro create CustomAction Type 34?

2006-06-26 Thread Bob Arnson
Peter G. Sakhno wrote: > First I tried following: > > ExeCommand="" Return="ignore" /> > Property, in this instance, must be a single property; it's not a formatted field. The CustomAction table calls this a type 50 CA. > And next following: > > > Setting a property to a formatted field re

Re: [WiX-users] How ro create CustomAction Type 34?

2006-06-26 Thread Peter G. Sakhno
First I tried following: And next following: In both cases installation passed to the end without error messages but also without any mentioning about required custom action. And only in log I found info about my CA: "Info 1721. There is a problem with this Windows Installer package. A p

Re: [WiX-users] How ro create CustomAction Type 34?

2006-06-23 Thread Bob Arnson
Peter G. Sakhno wrote: > Hello. > > I need to run external stand-alone exe-file that is not part of the > installation package and is not included into Binary table. > Does anybody can explain how to create such custom action using WiX? > > I tried following: > > ExeCommand="[SourceDir][ExeFilePA

[WiX-users] How ro create CustomAction Type 34?

2006-06-23 Thread Peter G. Sakhno
Hello. I need to run external stand-alone exe-file that is not part of the installation package and is not included into Binary table. Does anybody can explain how to create such custom action using WiX? I tried following: and get an error during installation. Log says: Doing action: EXEFI