Perhaps just a misunderstanding. Could it be that CustomActions have to be
always between <Product></Product> and fragments are not exactly extra bits
of the Product?

On Tue, Apr 24, 2012 at 3:37 PM, Rob Mensching <r...@robmensching.com> wrote:

> Because something is wrong?
>
> On Tue, Apr 24, 2012 at 2:40 PM, E. Timothy Uy <t...@loqu8.com> wrote:
>
> > Here's something strange:
> >
> >   <CustomAction Id="QtExecInstallCmdLineSet"
> > Property="QtExecInstallCmdLineRun"
> >      Value='"[INSTALLFOLDER]xxx.exe" install'/>
> >    <CustomAction Id="QtExecInstallCmdLineRun" Impersonate="yes"
> > BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred"
> Return="check"
> > />
> >
> >    <CustomAction Id="QtExecUninstallCmdLineSet"
> > Property="QtExecUninstallCmdLineRun"
> >              Value='"[INSTALLFOLDER]xxx.exe" uninstall'/>
> >    <CustomAction Id="QtExecUninstallCmdLineRun" Impersonate="yes"
> > BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred"
> Return="check"
> > />
> >
> >    <InstallExecuteSequence>
> >      <Custom Action="QtExecInstallCmdLineSet" After="InstallFiles">Not
> > Installed</Custom>
> >      <Custom Action="QtExecInstallCmdLineRun"
> > After="QtExecInstallCmdLineSet">Not Installed</Custom>
> >      <ScheduleReboot After="QtExecInstallCmdLineRun" />
> >      <Custom Action="QtExecUninstallCmdLineSet"
> > Before="RemoveFiles">Installed</Custom>
> >      <Custom Action="QtExecUninstallCmdLineRun"
> > After="QtExecUninstallCmdLineSet">Installed</Custom>
> >    </InstallExecuteSequence>
> >
> > Placed inside the Product tag, this works, but in a fragment <Fragment>
> > </Fragment>, it does not. Why?
> >
> > Thanks,
> > Tim
> >
> >
> ------------------------------------------------------------------------------
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> --
> virtually, Rob Mensching - http://RobMensching.com LLC
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to