Re: [WiX-users] Dealing with packages bigger than 2Gb

2010-10-07 Thread Jean-Charles Meyrignac
Also, don't forget that FAT32 is unable to handle files larger than 2Gb. So if you store the install on a USB flash device (which are formatted in FAT32 by default), you might encounter problems. Having so much installation will lead to problems, because the installation will rollback when

[WiX-users] System Date

2010-10-07 Thread David Amey
Hey everyone, I want to have a custom dialog which retrieves the system time and date, would anyone be able to point me in the right direction? Thanks in advance David Amey The Creative Engine Ltd Almac House, Church Lane, Bisley, Surrey, GU24 9DR T: +44 (0)1483 799200 F: +44 (0)1483

Re: [WiX-users] System Date

2010-10-07 Thread Rob Hamflett
The Date and Time properties look like what you need. http://msdn.microsoft.com/en-us/library/aa370905%28VS.85%29.aspx#date__time_properties Rob On 07/10/2010 09:59, David Amey wrote: Hey everyone, I want to have a custom dialog which retrieves the system time and date, would anyone be

Re: [WiX-users] System Date

2010-10-07 Thread David Amey
Thanks Rob, Do you know how to include this property within Wix? Dave -Original Message- From: Rob Hamflett [mailto:r...@snsys.com] Sent: 07 October 2010 10:07 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] System Date The Date and Time properties look like what you

Re: [WiX-users] System Date

2010-10-07 Thread Pally Sandher
http://msdn.microsoft.com/en-us/library/aa372432.aspx Palbinder Sandher Software Deployment IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the Virtual Environment** Integrated Environmental Solutions Limited.

Re: [WiX-users] System Date

2010-10-07 Thread Rob Hamflett
Just reference it like you would any other property. Text{\VerdanaBold13}the date today is [Date]/Text If you want to put it into another Property you'll need a custom action to do that as Windows Installer doesn't recursively evaluate Properties at startup. Rob On 07/10/2010 10:14, David

Re: [WiX-users] System Date

2010-10-07 Thread David Amey
Ah simples Thanks for all your help, and getting back to me so quick Rob. Take care Dave -Original Message- From: Rob Hamflett [mailto:r...@snsys.com] Sent: 07 October 2010 11:58 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] System Date Just reference it like you

[WiX-users] COM registration with heat or ComPlusExtension?

2010-10-07 Thread Wim Coenen
We have a mix of native and .NET components, and use COM for interop. Until now, I have used heat.exe to generate wix fragments for installing .NET assemblies and registering them as COM servers (like regasm.exe would do). However, somebody just told me that you can also use the ComPlusExtension 

Re: [WiX-users] TFS 2010RC build server + Tracker.exe = fail?

2010-10-07 Thread Will Sullivan
Don't run AV on the build server. I've run procmon during a build and the only thing touching that file is msbuild. Relevant connect: https://connect.microsoft.com/VisualStudio/feedback/details/508650/tracker-response-file-not-found -Original Message- From: Blair

[WiX-users] Installer appears very slow

2010-10-07 Thread Lena Vinogradov
Hi , I wrote a very small installer - copies about 20 files, starts service, adds entry to firewall exception list. I originally used WixUI_Minimal then had to switch to WixUI_InstallDir with one dialog skipped. Even when I used WixUIMininal the installer seems to be very slow - it takes up

Re: [WiX-users] TFS 2010RC build server + Tracker.exe = fail?

2010-10-07 Thread John Bergman
We run A/V on our build server, but I have excluded the directory that gets built into, that seems like a better solution to me than not using A/V at all -Original Message- From: Will Sullivan [mailto:wsulli...@softdocs.com] Sent: Thursday, October 07, 2010 10:29 AM To: General

[WiX-users] Simple Upgrade/Reinstall Question

2010-10-07 Thread John Bergman
I have been reading and searching through the mailing list, and I cannot seem to get my arms around the upgrade markup. Is there a simply way to indicate that anytime an install with the same product id is detected that it should be uninstalled, regardless of the version, and the install being

[WiX-users] AUTO: Kenneth L Resler is out of the office. (returning 10/08/2010)

2010-10-07 Thread Kenneth . Resler
I am out of the office until 10/08/2010. I will respond to your message when I return. If you need immeadiate assistance call the Sheriff's helpdesk at 612-348-7279 Note: This is an automated response to your message [WiX-users] Installer appears very slow sent on 10/7/2010 3:21:05 PM.

Re: [WiX-users] Installer appears very slow

2010-10-07 Thread Alexander Kozlenko
Creating Restore Point. You can use MSIFASTINSTALL (http://msdn.microsoft.com/en-us/library/dd408005(VS.85).aspx) property for disabling this and some other things, but this will work only for Windows Installer 5.0 (Windows 7 only, no redist). -Original Message- From: Lena Vinogradov

Re: [WiX-users] Simple Upgrade/Reinstall Question

2010-10-07 Thread Alexander Kozlenko
Try to use this code: MajorUpgrade AllowDowngrades=yes /, but also you need to suppress ICE61 for safely allowing downgrade. -Original Message- From: John Bergman [mailto:john.berg...@xpedienttechnologies.com] Sent: Thursday, October 07, 2010 11:16 PM To: General discussion for Windows

[WiX-users] FeatureTree: how to disable the feature selection ability if certain condition isn't met

2010-10-07 Thread little.forest
We have a feature which is an Outlook plugin. Two questions - 1. We allow the end user to install the feature only if the user has Outlook 2007 or Outlook 2010. So I added some code to detect if Outlook is installed in target machine. Then when I installed it in a machine who doesn't have