Re: [WiX-users] Multiple entries in ARP

2012-08-21 Thread Neil Sleightholm
This is with the standard BA. With an MSI you can get the same behaviour but it 
is easy to override and by default it would warn you that an existing product 
was installed. I find this a real pain when testing as usually I would link the 
version to the version of the primary MSI and this doesn't change. I'll raise 
this as a bug but I guess you won't want to fix it until 3.7. 

I also have a custom BA based on StdBA could you give me a hint where the 
detection happens?

Neil

-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: 22 August 2012 00:24
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Multiple entries in ARP

It's up to the BA. Presumably the UpgradeCode is the same (since you just
rebuilt) so the BA is notified that a "related bundle" with the exact same 
version is on the machine. The BA can decide that is fine and let the new 
bundle install SxS.

You can get the same behavior with Windows installer packages by changing the 
ProductCode and having the Upgrade table not detect same version.
On Tue, Aug 21, 2012 at 8:49 AM, Neil Sleightholm wrote:

> This seems to be reproducible, if you rebuild that package with the 
> same version number a duplicate entry appears in ARP - this feels like 
> a bug to me but before I report it I wonder if anyone has a different opinion.
>
> Neil
>
> -Original Message-
> From: Neil Sleightholm [mailto:n...@x2systems.com]
> Sent: 18 August 2012 13:55
> To: General toolset. (wix-users@lists.sourceforge.net)
> Subject: [WiX-users] Multiple entries in ARP
>
> I know this is an odd scenario but if install a bundle and then 
> rebuild it with the same version number and install it both versions 
> appear in ARP, is this expected behaviour or a bug?
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> n...@x2systems.com
>
>
> --
> 
> 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
>



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


Re: [WiX-users] crc error on wix 3.7 aditional downloads

2012-08-21 Thread Rob Mensching
I just downloaded wix37-binaries.zip and extracted fine for me (using
explorer). WiX v3.7 also just installed correctly.
WiX v3.7 details here:
http://robmensching.com/blog/posts/2012/8/21/Enter-WiX-v3.7-toolset


On Tue, Aug 21, 2012 at 9:38 PM, Sean Farrow
wrote:

> Hi:
> I've just tried downloading the first build of wix 3.7-3.7.8.21.0.
> The exe downloads fine but I'm getting crc errors on the additional
> downloads. I've tried with ie9 and firefox.
> I'm using power archiver 2012 as my unzipper-I don't think this should
> make a difference.
> Any help appreciated.
> Cheers
> Sean.
>
> --
> 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


[WiX-users] crc error on wix 3.7 aditional downloads

2012-08-21 Thread Sean Farrow
Hi:
I've just tried downloading the first build of wix 3.7-3.7.8.21.0.
The exe downloads fine but I'm getting crc errors on the additional downloads. 
I've tried with ie9 and firefox.
I'm using power archiver 2012 as my unzipper-I don't think this should make a 
difference.
Any help appreciated.
Cheers
Sean.
--
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


Re: [WiX-users] Multiple entries in ARP

2012-08-21 Thread Rob Mensching
It's up to the BA. Presumably the UpgradeCode is the same (since you just
rebuilt) so the BA is notified that a "related bundle" with the exact same
version is on the machine. The BA can decide that is fine and let the new
bundle install SxS.

You can get the same behavior with Windows installer packages by changing
the ProductCode and having the Upgrade table not detect same version.
On Tue, Aug 21, 2012 at 8:49 AM, Neil Sleightholm wrote:

> This seems to be reproducible, if you rebuild that package with the same
> version number a duplicate entry appears in ARP - this feels like a bug to
> me but before I report it I wonder if anyone has a different opinion.
>
> Neil
>
> -Original Message-
> From: Neil Sleightholm [mailto:n...@x2systems.com]
> Sent: 18 August 2012 13:55
> To: General toolset. (wix-users@lists.sourceforge.net)
> Subject: [WiX-users] Multiple entries in ARP
>
> I know this is an odd scenario but if install a bundle and then rebuild it
> with the same version number and install it both versions appear in ARP, is
> this expected behaviour or a bug?
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> n...@x2systems.com
>
>
> --
> 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
>



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


Re: [WiX-users] Windows 7 Ultimate encryption - MSI fails

2012-08-21 Thread Rob Mensching
It appears the Windows Installer is dying. It looks like Burn is handling
the files just fine. Have you tried just installing the MSIs without burn
on encrypted folders?  This could be a Windows Installer bug.

On Tue, Aug 21, 2012 at 11:18 AM, Wesley Manning wrote:

> Hi Rob,
>
> Here are the logs showing burn and three MSI's.  The first two MSIs are
> optional, but the third MSI is required.  There is more MSIs after the
> third one but obviously it stops at first required MSI that fails.
>
> DYNAGEN_Configurator_20120821093207.log
> 
> [100C:0F98][2012-08-21T09:32:07]: Burn v3.6.3109.0, Windows v6.1 (Build
> 7601: Service Pack 1), path:
> C:\Users\Sean\Downloads\ConfigInstaller_v1_4_2\ConfigInstaller.exe,
> cmdline: ''
> [100C:0F98][2012-08-21T09:32:07]: Setting string variable 'WixBundleLog'
> to value
> 'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207.log'
> [100C:0F98][2012-08-21T09:32:07]: Setting string variable
> 'WixBundleOriginalSource' to value
> 'C:\Users\Sean\Downloads\ConfigInstaller_v1_4_2\ConfigInstaller.exe'
> [100C:0F98][2012-08-21T09:32:07]: Condition 'NOT ( ((VersionNT>=600) OR
> ((VersionNT=501) AND (ServicePackLevel=3))) AND (VersionMsi>=301) )'
> evaluates to true.
> [100C:0F98][2012-08-21T09:32:07]: Setting string variable 'WixBundleName'
> to value 'DYNAGEN Configurator'
> [100C:0F98][2012-08-21T09:32:08]: Detect 8 packages
> [100C:0F98][2012-08-21T09:32:08]: Registry key not found. Key =
> 'SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x86'
> [100C:0F98][2012-08-21T09:32:08]: Registry key not found. Key =
> 'SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Full'
> [100C:0F98][2012-08-21T09:32:08]: Registry key not found. Key =
> 'SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Full'
> [100C:0F98][2012-08-21T09:32:08]: Condition 'Netfx4FullVersion AND (NOT
> VersionNT64 OR Netfx4x64FullVersion)' evaluates to false.
> [100C:0F98][2012-08-21T09:32:08]: Condition 'V2010CppInstalled' evaluates
> to false.
> [100C:0F98][2012-08-21T09:32:08]: Detected package: Netfx4Full, state:
> Absent, cached: None
> [100C:0F98][2012-08-21T09:32:08]: Detected package: VS2010Redist_CppEXE,
> state: Absent, cached: None
> [100C:0F98][2012-08-21T09:32:08]: Detected package: DynaCertInstMSI,
> state: Absent, cached: None
> [100C:0F98][2012-08-21T09:32:08]: Detected package: Hid86DrvInstMSI,
> state: Absent, cached: None
> [100C:0F98][2012-08-21T09:32:08]: Detected package: Hid64DrvInstMSI,
> state: Absent, cached: None
> [100C:0F98][2012-08-21T09:32:08]: Detected package: Dfu86DrvInstMSI,
> state: Absent, cached: None
> [100C:0F98][2012-08-21T09:32:08]: Detected package: Dfu64DrvInstMSI,
> state: Absent, cached: None
> [100C:0F98][2012-08-21T09:32:08]: Detected package: ShellMSI, state:
> Absent, cached: None
> [100C:0F98][2012-08-21T09:32:08]: Detect complete, result: 0x0
> [100C:0F98][2012-08-21T09:32:09]: Plan 8 packages, action: Install
> [100C:0F98][2012-08-21T09:32:09]: Skipping dependency registration on
> package with no dependency providers: Netfx4Full
> [100C:0F98][2012-08-21T09:32:09]: Setting string variable
> 'WixBundleLog_Netfx4Full' to value
> 'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_0_Netfx4Full.log'
> [100C:0F98][2012-08-21T09:32:09]: Skipping dependency registration on
> package with no dependency providers: VS2010Redist_CppEXE
> [100C:0F98][2012-08-21T09:32:09]: Setting string variable
> 'WixBundleLog_VS2010Redist_CppEXE' to value
> 'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_1_VS2010Redist_CppEXE.log'
> [100C:0F98][2012-08-21T09:32:09]: Condition 'VersionNT >= v6' evaluates to
> true.
> [100C:0F98][2012-08-21T09:32:09]: Setting string variable
> 'WixBundleRollbackLog_DynaCertInstMSI' to value
> 'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_2_DynaCertInstMSI_rollback.log'
> [100C:0F98][2012-08-21T09:32:09]: Setting string variable
> 'WixBundleLog_DynaCertInstMSI' to value
> 'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_2_DynaCertInstMSI.log'
> [100C:0F98][2012-08-21T09:32:09]: Condition '(NOT VersionNT64) AND
> VersionNT >= v6' evaluates to false.
> [100C:0F98][2012-08-21T09:32:09]: Condition 'VersionNT64 AND VersionNT >=
> v6' evaluates to true.
> [100C:0F98][2012-08-21T09:32:09]: Setting string variable
> 'WixBundleRollbackLog_Hid64DrvInstMSI' to value
> 'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_3_Hid64DrvInstMSI_rollback.log'
> [100C:0F98][2012-08-21T09:32:09]: Setting string variable
> 'WixBundleLog_Hid64DrvInstMSI' to value
> 'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_3_Hid64DrvInstMSI.log'
> [100C:0F98][2012-08-21T09:32:09]: Condition 'NOT VersionNT64' evaluates to
> false.
> [100C:0F98][2012-08-21T09:32:09]: Condition 'VersionNT64' evaluates to
> true.
> [100C:0F98][2012-08-21T09:32:09]: Setting string variable
> 'WixBundleRollbackLog_Dfu64Dr

Re: [WiX-users] Best way to remove a feature in another installed app at install time

2012-08-21 Thread Rob Mensching
That API only works on the currently installing MSI not on other MSIs.
There is nothing wrong with installing your product SxS but if that is your
design, you'll want to evaluate your use of shared resources (such as
registry keys) because they'll just get broken in lots of different ways.
That's basically just a "law of gravity" type problem.

On Tue, Aug 21, 2012 at 9:58 AM, Matt O'Connell wrote:

> OK fair enough. I was hoping not to have to patch the older product if
> possible. I was hoping WiX might do something like could be done via the
> automation interface'sFeatureRequestState  <
> http://msdn.microsoft.com/en-us/library/windows/desktop/aa371662%28v=vs.85%29.aspx
> >property.
>
> > Is the user expected to remove the old product on
> > their own?
> Yep, we give the users an extensive 'suck it and see' period in which they
> can return in which users frequently run old and new side by side by side.
> Our file formats weren't previously forwards compatible so it would have
> been a bit rude to lock them in to the latest version. Of course this means
> we often hear about users having all previous versions installed.  :-(
>
> Thanks for the pointers.
>
> On 21/08/2012 16:34, Rob Mensching wrote:
> > AFAIK, you can't really do that. You could try to condition the Feature
> and
> > then set something in the new install that causes the old installs
> Feature
> > condition to evaluate to false and then have the user repair the old
> > install. That *might* get the feature to turn off (since it's condition
> is
> > false). Of course, the user experience is pretty odd as well.
> > Shared registry keys that point at paths are often susceptible to this
> > problem. Although, I can't say I quite understand your upgrade path if
> you
> > don't use major upgrades. Is the user expected to remove the old product
> on
> > their own?
> > On Tue, Aug 21, 2012 at 3:09 AM, Matt O'Connell <
> techsupport...@gmail.com>wrote:
> >
> >> Hi WiX users
> >>
> >> I've got a product B that shares a (hidden) feature with it's
> >> predecessor A. If I install A over B the registry we use toggles back
> >> the the old app location. Since we may want to have update B's feature
> >> at some point this is bad.
> >>
> >> My company doesn't like to uninstall the old product via major upgrades
> >> so what is the best way in WiX for me to remove the feaure in app A that
> >> app B wants to also install?
> >>
> >> Many Thanks
> >>
> >>
> >>
> >>
> --
> >> 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
>
>
> --
> 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


Re: [WiX-users] Windows 7 Ultimate encryption - MSI fails

2012-08-21 Thread Wesley Manning
Hi Rob,

Here are the logs showing burn and three MSI's.  The first two MSIs are 
optional, but the third MSI is required.  There is more MSIs after the third 
one but obviously it stops at first required MSI that fails.  

DYNAGEN_Configurator_20120821093207.log

[100C:0F98][2012-08-21T09:32:07]: Burn v3.6.3109.0, Windows v6.1 (Build 7601: 
Service Pack 1), path: 
C:\Users\Sean\Downloads\ConfigInstaller_v1_4_2\ConfigInstaller.exe, cmdline: ''
[100C:0F98][2012-08-21T09:32:07]: Setting string variable 'WixBundleLog' to 
value 'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207.log'
[100C:0F98][2012-08-21T09:32:07]: Setting string variable 
'WixBundleOriginalSource' to value 
'C:\Users\Sean\Downloads\ConfigInstaller_v1_4_2\ConfigInstaller.exe'
[100C:0F98][2012-08-21T09:32:07]: Condition 'NOT ( ((VersionNT>=600) OR 
((VersionNT=501) AND (ServicePackLevel=3))) AND (VersionMsi>=301) )' evaluates 
to true.
[100C:0F98][2012-08-21T09:32:07]: Setting string variable 'WixBundleName' to 
value 'DYNAGEN Configurator'
[100C:0F98][2012-08-21T09:32:08]: Detect 8 packages
[100C:0F98][2012-08-21T09:32:08]: Registry key not found. Key = 
'SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x86'
[100C:0F98][2012-08-21T09:32:08]: Registry key not found. Key = 
'SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Full'
[100C:0F98][2012-08-21T09:32:08]: Registry key not found. Key = 
'SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Full'
[100C:0F98][2012-08-21T09:32:08]: Condition 'Netfx4FullVersion AND (NOT 
VersionNT64 OR Netfx4x64FullVersion)' evaluates to false.
[100C:0F98][2012-08-21T09:32:08]: Condition 'V2010CppInstalled' evaluates to 
false.
[100C:0F98][2012-08-21T09:32:08]: Detected package: Netfx4Full, state: Absent, 
cached: None
[100C:0F98][2012-08-21T09:32:08]: Detected package: VS2010Redist_CppEXE, state: 
Absent, cached: None
[100C:0F98][2012-08-21T09:32:08]: Detected package: DynaCertInstMSI, state: 
Absent, cached: None
[100C:0F98][2012-08-21T09:32:08]: Detected package: Hid86DrvInstMSI, state: 
Absent, cached: None
[100C:0F98][2012-08-21T09:32:08]: Detected package: Hid64DrvInstMSI, state: 
Absent, cached: None
[100C:0F98][2012-08-21T09:32:08]: Detected package: Dfu86DrvInstMSI, state: 
Absent, cached: None
[100C:0F98][2012-08-21T09:32:08]: Detected package: Dfu64DrvInstMSI, state: 
Absent, cached: None
[100C:0F98][2012-08-21T09:32:08]: Detected package: ShellMSI, state: Absent, 
cached: None
[100C:0F98][2012-08-21T09:32:08]: Detect complete, result: 0x0
[100C:0F98][2012-08-21T09:32:09]: Plan 8 packages, action: Install
[100C:0F98][2012-08-21T09:32:09]: Skipping dependency registration on package 
with no dependency providers: Netfx4Full
[100C:0F98][2012-08-21T09:32:09]: Setting string variable 
'WixBundleLog_Netfx4Full' to value 
'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_0_Netfx4Full.log'
[100C:0F98][2012-08-21T09:32:09]: Skipping dependency registration on package 
with no dependency providers: VS2010Redist_CppEXE
[100C:0F98][2012-08-21T09:32:09]: Setting string variable 
'WixBundleLog_VS2010Redist_CppEXE' to value 
'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_1_VS2010Redist_CppEXE.log'
[100C:0F98][2012-08-21T09:32:09]: Condition 'VersionNT >= v6' evaluates to true.
[100C:0F98][2012-08-21T09:32:09]: Setting string variable 
'WixBundleRollbackLog_DynaCertInstMSI' to value 
'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_2_DynaCertInstMSI_rollback.log'
[100C:0F98][2012-08-21T09:32:09]: Setting string variable 
'WixBundleLog_DynaCertInstMSI' to value 
'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_2_DynaCertInstMSI.log'
[100C:0F98][2012-08-21T09:32:09]: Condition '(NOT VersionNT64) AND VersionNT >= 
v6' evaluates to false.
[100C:0F98][2012-08-21T09:32:09]: Condition 'VersionNT64 AND VersionNT >= v6' 
evaluates to true.
[100C:0F98][2012-08-21T09:32:09]: Setting string variable 
'WixBundleRollbackLog_Hid64DrvInstMSI' to value 
'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_3_Hid64DrvInstMSI_rollback.log'
[100C:0F98][2012-08-21T09:32:09]: Setting string variable 
'WixBundleLog_Hid64DrvInstMSI' to value 
'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_3_Hid64DrvInstMSI.log'
[100C:0F98][2012-08-21T09:32:09]: Condition 'NOT VersionNT64' evaluates to 
false.
[100C:0F98][2012-08-21T09:32:09]: Condition 'VersionNT64' evaluates to true.
[100C:0F98][2012-08-21T09:32:09]: Setting string variable 
'WixBundleRollbackLog_Dfu64DrvInstMSI' to value 
'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_4_Dfu64DrvInstMSI_rollback.log'
[100C:0F98][2012-08-21T09:32:09]: Setting string variable 
'WixBundleLog_Dfu64DrvInstMSI' to value 
'C:\Users\Sean\AppData\Local\Temp\DYNAGEN_Configurator_20120821093207_4_Dfu64DrvInstMSI.log'
[100C:0F98][2012-08-21T09:32:09]: Setting string variable 
'WixBundleRollbackLog

Re: [WiX-users] Best way to remove a feature in another installed app at install time

2012-08-21 Thread Matt O'Connell
OK fair enough. I was hoping not to have to patch the older product if 
possible. I was hoping WiX might do something like could be done via the 
automation interface'sFeatureRequestState  
property.
  
> Is the user expected to remove the old product on
> their own?
Yep, we give the users an extensive 'suck it and see' period in which they can 
return in which users frequently run old and new side by side by side. Our file 
formats weren't previously forwards compatible so it would have been a bit rude 
to lock them in to the latest version. Of course this means we often hear about 
users having all previous versions installed.  :-(

Thanks for the pointers.

On 21/08/2012 16:34, Rob Mensching wrote:
> AFAIK, you can't really do that. You could try to condition the Feature and
> then set something in the new install that causes the old installs Feature
> condition to evaluate to false and then have the user repair the old
> install. That *might* get the feature to turn off (since it's condition is
> false). Of course, the user experience is pretty odd as well.
> Shared registry keys that point at paths are often susceptible to this
> problem. Although, I can't say I quite understand your upgrade path if you
> don't use major upgrades. Is the user expected to remove the old product on
> their own?
> On Tue, Aug 21, 2012 at 3:09 AM, Matt O'Connell 
> wrote:
>
>> Hi WiX users
>>
>> I've got a product B that shares a (hidden) feature with it's
>> predecessor A. If I install A over B the registry we use toggles back
>> the the old app location. Since we may want to have update B's feature
>> at some point this is bad.
>>
>> My company doesn't like to uninstall the old product via major upgrades
>> so what is the best way in WiX for me to remove the feaure in app A that
>> app B wants to also install?
>>
>> Many Thanks
>>
>>
>>
>> --
>> 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

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


Re: [WiX-users] Multiple entries in ARP

2012-08-21 Thread Neil Sleightholm
This seems to be reproducible, if you rebuild that package with the same 
version number a duplicate entry appears in ARP - this feels like a bug to me 
but before I report it I wonder if anyone has a different opinion.

Neil

-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com] 
Sent: 18 August 2012 13:55
To: General toolset. (wix-users@lists.sourceforge.net)
Subject: [WiX-users] Multiple entries in ARP

I know this is an odd scenario but if install a bundle and then rebuild it with 
the same version number and install it both versions appear in ARP, is this 
expected behaviour or a bug?

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.com

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


Re: [WiX-users] Windows 7 Ultimate encryption - MSI fails

2012-08-21 Thread Wesley Manning
Attached are the logs.

Wes

-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: August-21-12 12:36 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Windows 7 Ultimate encryption - MSI fails

Log file(s) showing the problem would be helpful first.

On Tue, Aug 21, 2012 at 7:28 AM, Wesley Manning  wrote:

> Hi,
>
> I have a co-worker that installed Windows 7 Ultimate and it appears 
> that encryption was set as when he downloaded our burn package (which 
> installs several MSIs) its files were encrypted.
> (1) When he tried to install it, the encryption caused the package to 
> fail install.
> (2) When he unencrypted the install files he downloaded it still 
> failed to install.  Likely the temp files created during install were 
> encrypted.
> (3) When he disabled encryption, the package installed successfully.
>
> Another user on this mailing list had the same problem.  See here:
> http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg26158.html.
>  He theorizes that the SYSTEM does not have decryption access to the 
> MSI file.
>
> Did anybody else see this and if so is there a workaround?Should I
> create a bug report?  Wanted to check first  before I go create a bug 
> report.
>
> Wes
>
> -Original Message-
> From: Matt O'Connell [mailto:techsupport...@gmail.com]
> Sent: August-21-12 7:09 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Best way to remove a feature in another installed 
> app at install time
>
> Hi WiX users
>
> I've got a product B that shares a (hidden) feature with it's 
> predecessor A. If I install A over B the registry we use toggles back 
> the the old app location. Since we may want to have update B's feature 
> at some point this is bad.
>
> My company doesn't like to uninstall the old product via major 
> upgrades so what is the best way in WiX for me to remove the feaure in 
> app A that app B wants to also install?
>
> Many Thanks
>
>
>
> --
> 
> 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
>



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


Re: [WiX-users] Best way to remove a feature in another installed app at install time

2012-08-21 Thread Rob Mensching
AFAIK, you can't really do that. You could try to condition the Feature and
then set something in the new install that causes the old installs Feature
condition to evaluate to false and then have the user repair the old
install. That *might* get the feature to turn off (since it's condition is
false). Of course, the user experience is pretty odd as well.
Shared registry keys that point at paths are often susceptible to this
problem. Although, I can't say I quite understand your upgrade path if you
don't use major upgrades. Is the user expected to remove the old product on
their own?
On Tue, Aug 21, 2012 at 3:09 AM, Matt O'Connell wrote:

> Hi WiX users
>
> I've got a product B that shares a (hidden) feature with it's
> predecessor A. If I install A over B the registry we use toggles back
> the the old app location. Since we may want to have update B's feature
> at some point this is bad.
>
> My company doesn't like to uninstall the old product via major upgrades
> so what is the best way in WiX for me to remove the feaure in app A that
> app B wants to also install?
>
> Many Thanks
>
>
>
> --
> 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


Re: [WiX-users] Windows 7 Ultimate encryption - MSI fails

2012-08-21 Thread Rob Mensching
Log file(s) showing the problem would be helpful first.

On Tue, Aug 21, 2012 at 7:28 AM, Wesley Manning  wrote:

> Hi,
>
> I have a co-worker that installed Windows 7 Ultimate and it appears that
> encryption was set as when he downloaded our burn package (which installs
> several MSIs) its files were encrypted.
> (1) When he tried to install it, the encryption caused the package to fail
> install.
> (2) When he unencrypted the install files he downloaded it still failed to
> install.  Likely the temp files created during install were encrypted.
> (3) When he disabled encryption, the package installed successfully.
>
> Another user on this mailing list had the same problem.  See here:
> http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg26158.html.
>  He theorizes that the SYSTEM does not have decryption access to the MSI
> file.
>
> Did anybody else see this and if so is there a workaround?Should I
> create a bug report?  Wanted to check first  before I go create a bug
> report.
>
> Wes
>
> -Original Message-
> From: Matt O'Connell [mailto:techsupport...@gmail.com]
> Sent: August-21-12 7:09 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Best way to remove a feature in another installed app
> at install time
>
> Hi WiX users
>
> I've got a product B that shares a (hidden) feature with it's predecessor
> A. If I install A over B the registry we use toggles back the the old app
> location. Since we may want to have update B's feature at some point this
> is bad.
>
> My company doesn't like to uninstall the old product via major upgrades so
> what is the best way in WiX for me to remove the feaure in app A that app B
> wants to also install?
>
> Many Thanks
>
>
>
> --
> 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
>



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


Re: [WiX-users] WiXVSExtension for Visual Studio 11

2012-08-21 Thread Rob Mensching
Already does, looks like the documentation needs updating. Feel free to
find a doc bug. 

On Tue, Aug 21, 2012 at 7:41 AM, Rob Hamflett wrote:

> Is there any word on when WiXVSExtension will have properties, etc, for
> Visual Studio 11?
>
> Thanks,
> Rob
>
>
>
> --
> 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


Re: [WiX-users] Custom Action before UI WIX

2012-08-21 Thread Natalie Carr
Hi Rob,

I finally figured that out, my only problem is now I run my custom action
before="AppSearch" but it flashes up the WelcomeDlg for a few seconds before
my CustomWelcomeDlg. Any ideas?

Thanks

-Original Message-
From: Rob Hamflett [mailto:rob_hamfl...@sn.scee.net] 
Sent: 21 August 2012 15:34
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Custom Action before UI WIX

On 21/08/2012 10:35, Natalie Carr wrote:
> Can anyone please tell me how to change the product name that shows up 
> on the UI to the property value I retrieve from my custom action. I 
> have tried everything that I can think of and still no joy. :(

Use a property in your dialog title e.g. Title="Welcome to the [ProductName]
installer"
Then just make sure that you've set that property before showing your
dialog.

Rob




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


[WiX-users] Windows 7 Ultimate encryption - MSI fails

2012-08-21 Thread Wesley Manning
Hi,

I have a co-worker that installed Windows 7 Ultimate and it appears that 
encryption was set as when he downloaded our burn package (which installs 
several MSIs) its files were encrypted.  
(1) When he tried to install it, the encryption caused the package to fail 
install.  
(2) When he unencrypted the install files he downloaded it still failed to 
install.  Likely the temp files created during install were encrypted.
(3) When he disabled encryption, the package installed successfully.

Another user on this mailing list had the same problem.  See here: 
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg26158.html.  He 
theorizes that the SYSTEM does not have decryption access to the MSI file.

Did anybody else see this and if so is there a workaround?Should I create a 
bug report?  Wanted to check first  before I go create a bug report. 

Wes

-Original Message-
From: Matt O'Connell [mailto:techsupport...@gmail.com] 
Sent: August-21-12 7:09 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Best way to remove a feature in another installed app at 
install time

Hi WiX users

I've got a product B that shares a (hidden) feature with it's predecessor A. If 
I install A over B the registry we use toggles back the the old app location. 
Since we may want to have update B's feature at some point this is bad.

My company doesn't like to uninstall the old product via major upgrades so what 
is the best way in WiX for me to remove the feaure in app A that app B wants to 
also install?

Many Thanks


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


[WiX-users] WiXVSExtension for Visual Studio 11

2012-08-21 Thread Rob Hamflett
Is there any word on when WiXVSExtension will have properties, etc, for 
Visual Studio 11?

Thanks,
Rob


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


Re: [WiX-users] Custom Action before UI WIX

2012-08-21 Thread Rob Hamflett
On 21/08/2012 10:35, Natalie Carr wrote:
> Can anyone please tell me how to change the product name that shows up on
> the UI to the property value I retrieve from my custom action. I have tried
> everything that I can think of and still no joy. :(

Use a property in your dialog title e.g. Title="Welcome to the 
[ProductName] installer"
Then just make sure that you've set that property before showing your 
dialog.

Rob



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


[WiX-users] Best way to remove a feature in another installed app at install time

2012-08-21 Thread Matt O'Connell
Hi WiX users

I've got a product B that shares a (hidden) feature with it's 
predecessor A. If I install A over B the registry we use toggles back 
the the old app location. Since we may want to have update B's feature 
at some point this is bad.

My company doesn't like to uninstall the old product via major upgrades 
so what is the best way in WiX for me to remove the feaure in app A that 
app B wants to also install?

Many Thanks


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


Re: [WiX-users] Custom Action before UI WIX

2012-08-21 Thread Natalie Carr
Can anyone please tell me how to change the product name that shows up on
the UI to the property value I retrieve from my custom action. I have tried
everything that I can think of and still no joy. :(

-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] 
Sent: 20 August 2012 17:22
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Custom Action before UI WIX

Schedule the custom action in the InstallUISequence, similar to what's shown
in the wix tutorial but set, After="AppSearch".
http://wix.tramontana.co.hu/tutorial/events-and-actions/whats-not-in-the-boo
k


-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 20 August 2012 16:52
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Action before UI WIX

Hi,

 

Is there any way of running registry checks and calling a custom action
before the first UI is shown in wix. The reason I'm asking is that I have a
custom action that searches the registry and a few other things and comes up
with the product name, I then need to imply this into my installer. Is this
possible? I was able to do it in installshield and am sure there is some way
I just can't figure it out nor find any information online.

 

Kind Regards,

 

Natalie Carr

 


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


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


Re: [WiX-users] ServiceInstall does NOT remove service during uninstall

2012-08-21 Thread Christoffel le Roux
Sorry some attachments did not get through.

Harvest transform files


http://www.w3.org/1999/XSL/Transform";
xmlns:wix="http://schemas.microsoft.com/wix/2006/wi";>











http://schemas.microsoft.com/wix/2006/wi"; Id="EventManagerServiceInstall"
Name="FlowCentric EventManager 
- [SERVICENAME]"
DisplayName="FlowCentric 
EventManager - [SERVICENAME]"
Type="ownProcess"
Interactive="no"
Start="auto"
Vital="yes"
ErrorControl="normal"
Description="The FlowCentric 
EventManager allows you to schedule tasks on a daily, weekly, monthly or yearly 
basis. The task appears in the relevant users Action List in the FlowCentric 
Navigator at the scheduled intervals. The FlowCentric EventManager also allows 
you to start processes based on files that are placed in a specific designated 
folder."
Account="[SERVICEACCOUNT]" 
Password="[SERVICEACCOUNTPASSWORD]"/>
http://schemas.microsoft.com/wix/2006/wi"; Id="EventManagerServiceControl"
Name="FlowCentric EventManager 
- [SERVICENAME]"
Stop="both"
Remove="uninstall"
Wait="yes">









Heat output


http://schemas.microsoft.com/wix/2006/wi";>












http://schemas.microsoft.com/wix/2006/wi"; />http://schemas.microsoft.com/wix/2006/wi"; />










































Thanks

Kind regards,
Christoffel le Roux
Software Development Engineer



Finalist: 2011 Microsoft Customer Experience Partner of Year
www.flowcentric.com | Email: christoffe...@flowcentric.com| Mobile: +27 23733 
752 | MSN: christoffler...@hotmail.com


FlowCentric UK/Europe
SoanePoint, 6-8 Market Place
Reading, Berkshire, RG1 2EG
Tel: +44(0) 1189 255 890
FlowCentric Africa/Asia
Fountain Square, 78 Kalkoen Street
Monument Park, 0181
Tel: +27 (0)12 347 4488
FlowCentric Australia/Pacific
Level 18, 333 Ann Street
Brisbane, Qld 4000
Tel: +61(0)7 3232 1277

This information is intended only for the person or entity to which it is 
addressed and may contain private, confidential, proprietary and/or privileged 
material and may be subject to confidentiality agreements. Any review, 
retransmission, dissemination, or any other use of or taking of any action in 
reliance upon this information, by persons or entities other than the intended 
recipient, is prohibited. If you received this in error, please contact the 
sender and delete the material from all storage media. FlowCentric is neither 
liable for proper, complete transmission of the information contained in this 
communication, any delay in its receipt or that the mail is virus-free.





-Original Message-
From: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com]
Sent: Tuesday, August 21, 2012 10:32 AM
To: General discussion for Windows Installer XML toolset.; chr...@iswix.com
Subject: Re: [WiX-users] ServiceInstall does NOT remove service during uninstall

Hi guys,

I'm trying to install a windows service.

 The installer files are being collected via heat. Although the service 
installs perfectly, it's not removed again upon uninstall.

I went through the log file but cannot pin point anything to be wrong can you 
guys please point me to an answer.

I've attached the log files and the heat generated output.


Thank you.

Kind regards,
Christoffel le Roux
Software Development Engineer



Finalist: 2011 Microsoft Customer Experience Partner of Year
www.flowcentric.com | Email: christoffe...@flowcentric.com| Mobile: +27 23733 
752 | MSN: christoffler...@hotmail.com


FlowCentric UK/Europe
SoanePoint, 6-8 Market Place

Re: [WiX-users] Custom Action before UI WIX

2012-08-21 Thread Natalie Carr
Thank you, I will try that. I was reading up on transforms, would this be
correct to change the product name? Thanks

-Original Message-
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] 
Sent: 20 August 2012 17:22
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Custom Action before UI WIX

Schedule the custom action in the InstallUISequence, similar to what's shown
in the wix tutorial but set, After="AppSearch".
http://wix.tramontana.co.hu/tutorial/events-and-actions/whats-not-in-the-boo
k


-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 20 August 2012 16:52
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Action before UI WIX

Hi,

 

Is there any way of running registry checks and calling a custom action
before the first UI is shown in wix. The reason I'm asking is that I have a
custom action that searches the registry and a few other things and comes up
with the product name, I then need to imply this into my installer. Is this
possible? I was able to do it in installshield and am sure there is some way
I just can't figure it out nor find any information online.

 

Kind Regards,

 

Natalie Carr

 


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


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


Re: [WiX-users] 64bit installer with Wow redirector on the properties

2012-08-21 Thread Phil Hannent
Good morning,

I tried that:

  
  
  

The redirector appears to be applying to the property regardless.

Regards
Phil

> -Original Message-
> From: Phil Wilson [mailto:phil.wil...@mvps.org]
> Sent: 20 August 2012 16:48
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: Re: [WiX-users] 64bit installer with Wow redirector on the
> properties
> 
> Is there some reason you cannot use the standard property
> System64Folder?
> 
> Phil W
> 
> -Original Message-
> From: Phil Hannent [mailto:p...@elmstonesystems.co.uk]
> Sent: Monday, August 20, 2012 2:30 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] 64bit installer with Wow redirector on the
> properties
> 
> Good morning,
> 
> Thanks for taking the time to reply.
> 
> > On 20/08/2012 09:49, Phil Hannent wrote:
> > > I have installed the files initially into the program files
> > > location, however I
> > then use a  to copy them over to the correct folder in System32.
> > >
> > >  > Guid="{SHORT}">
> > >
> > >   > DestinationProperty="MY_CUSTOM_DESTINATION_SPOOL64" />
> > >   > DestinationProperty="MY_CUSTOM_DESTINATION_SPOOL643" />
> > >
> > > 
> >
> > If you're installing a driver you probably don't want to do this -
> > leave the files in ProgramFiles and let your driver installation
> > (devcon, dpinst etc.) copy them across.
> >
> > --
> > Bruce Cran
> I didn't create the files, I am just packaging them.  When the main 
> application
> runs, it checks that they are in those locations.  So trying to work around 
> the
> problem by not copying them will not help in this instance.
> 
> The big question is why the redirector is kicking in at all on a 64bit 
> install?
> 
> Regards
> Phil Hannent
> 
> 
> --
> 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

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