Did you reference anything inside the fragment from your main MSI ? If not,
see "Fragment" in the wix help file.

-----Original Message-----
From: E. Timothy Uy [mailto:t...@loqu8.com] 
Sent: 25 April 2012 00:55
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Placement of reboot

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
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
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