Re: [WiX-users] Placement of reboot

2012-04-25 Thread Bruce Cran
On 25/04/2012 20:33, Hoover, Jacob wrote: > Run wouldn't be the proper term. It's more including the fragment when > it compiles the MSI. If it isn't referenced, then it doesn't exist. I don't think 'compile' is the proper term either - I think it happens during linking :) -- Bruce Cran --

Re: [WiX-users] Placement of reboot

2012-04-25 Thread Hoover, Jacob
or Windows Installer XML toolset. Subject: Re: [WiX-users] Placement of reboot Ahh, I'm sure that was it. A Fragment that does not get referenced does not got run correct? On Wed, Apr 25, 2012 at 1:50 AM, Peter Shirtcliffe wrote: > Did you reference anything inside the fragment from y

Re: [WiX-users] Placement of reboot

2012-04-25 Thread E. Timothy Uy
> -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 h

Re: [WiX-users] Placement of reboot

2012-04-25 Thread Peter Shirtcliffe
[WiX-users] Placement of reboot Perhaps just a misunderstanding. Could it be that CustomActions have to be always between and fragments are not exactly extra bits of the Product? On Tue, Apr 24, 2012 at 3:37 PM, Rob Mensching wrote: > Because something is wrong? > > On Tue, Apr 24, 2012 at

Re: [WiX-users] Placement of reboot

2012-04-24 Thread E. Timothy Uy
Perhaps just a misunderstanding. Could it be that CustomActions have to be always between and fragments are not exactly extra bits of the Product? On Tue, Apr 24, 2012 at 3:37 PM, Rob Mensching wrote: > Because something is wrong? > > On Tue, Apr 24, 2012 at 2:40 PM, E. Timothy Uy wrote: > > >

Re: [WiX-users] Placement of reboot

2012-04-24 Thread Rob Mensching
Because something is wrong? On Tue, Apr 24, 2012 at 2:40 PM, E. Timothy Uy wrote: > Here's something strange: > >Property="QtExecInstallCmdLineRun" > Value='"[INSTALLFOLDER]xxx.exe" install'/> > BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="check" > /> > >

[WiX-users] Placement of reboot

2012-04-24 Thread E. Timothy Uy
Here's something strange: Not Installed Not Installed Installed Installed Placed inside the Product tag, this works, but in a fragment , it does not. Why? Thanks, Tim --