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 there is an error.
In my case, I already get problems with small packages (500Kb)...

JC

-Message d'origine-
De : Christopher Painter [mailto:chr...@deploymentengineering.com] 
Envoyé : jeudi 7 octobre 2010 03:40
À : General discussion for Windows Installer XML toolset.
Objet : Re: [WiX-users] Dealing with packages bigger than 2Gb


 http://msdn.microsoft.com/en-us/library/bb204770(VS.85).aspx#reduce_size

Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me



--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

 

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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



 --
 Beautiful is writing same markup. Internet Explorer 9 supports
 standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
 Spend less time writing and  rewriting code and more time creating great
 experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 need.
http://msdn.microsoft.com/en-us/library/aa370905%28VS.85%29.aspx#date__t
ime_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 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 799111



 --
  Beautiful is writing same markup. Internet Explorer 9 
 supports standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2

 L3.
 Spend less time writing and  rewriting code and more time creating 
 great experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb



--
Beautiful is writing same markup. Internet Explorer 9 supports standards
for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-Original Message-
From: David Amey [mailto:da...@creative-engine.co.uk] 
Sent: 07 October 2010 10:15
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] System Date

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 need.
http://msdn.microsoft.com/en-us/library/aa370905%28VS.85%29.aspx#date__t
ime_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 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 799111



 --
  Beautiful is writing same markup. Internet Explorer 9 
 supports standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2

 L3.
 Spend less time writing and  rewriting code and more time creating 
 great experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb



--
Beautiful is writing same markup. Internet Explorer 9 supports standards
for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Beautiful is writing same markup. Internet Explorer 9 supports standards
for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 Amey wrote:
 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 need.
 http://msdn.microsoft.com/en-us/library/aa370905%28VS.85%29.aspx#date__t
 ime_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 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 799111



 --
  Beautiful is writing same markup. Internet Explorer 9
 supports standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2

 L3.
 Spend less time writing and  rewriting code and more time creating
 great experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb


 
 --
 Beautiful is writing same markup. Internet Explorer 9 supports standards
 for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
 Spend less time writing and  rewriting code and more time creating great
 experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

 --
 Beautiful is writing same markup. Internet Explorer 9 supports
 standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
 Spend less time writing and  rewriting code and more time creating great
 experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 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 Amey wrote:
 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 need.
 http://msdn.microsoft.com/en-us/library/aa370905%28VS.85%29.aspx#date_
 _t
 ime_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 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 799111



 -
 -
  Beautiful is writing same markup. Internet Explorer 9 
 supports standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM 
 L2

 L3.
 Spend less time writing and  rewriting code and more time creating 
 great experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb


 --
 --
 --
 Beautiful is writing same markup. Internet Explorer 9 supports 
 standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
 Spend less time writing and  rewriting code and more time creating 
 great experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

 --
  Beautiful is writing same markup. Internet Explorer 9 
 supports standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2

 L3.
 Spend less time writing and  rewriting code and more time creating 
 great experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb



--
Beautiful is writing same markup. Internet Explorer 9 supports standards
for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 to do COM registration. The documentation I
can find regarding this ComPlus stuff is quite cryptic. Is this
ComPlusExtension a valid alternative to the heat.exe approach for
registering .NET assemblies as COM components? Are there any
differences or gotchas I should be aware of?

(cross-posted to stackoverflow:
http://stackoverflow.com/questions/3875005/wix-com-registration-with-heat-or-complusextension/3876201
)

regards,
Wim Coenen

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 [mailto:os...@live.com] 
Sent: Wednesday, October 06, 2010 3:00 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] TFS 2010RC build server + Tracker.exe = fail?

I'm using 2010 RTM but I'm not getting errors like that. Then again, my
build agents are using domain accounts instead of NetworkService.

Sometimes A/V has been known to interfere with build tools. Have you tried
exempting the C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp
directory from real-time scanning?

-Original Message-
From: Will Sullivan [mailto:wsulli...@softdocs.com] 
Sent: Wednesday, October 06, 2010 7:32 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] TFS 2010RC build server + Tracker.exe = fail?

Clarification, I said it was an RC build, however it is the actual RTM I'm
using.

-Original Message-
From: Will Sullivan [mailto:wsulli...@softdocs.com] 
Sent: Tuesday, October 05, 2010 3:26 PM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] TFS 2010RC build server + Tracker.exe = fail?

Anybody else been experiencing issues with build server errors like these:

Tracker.exe: Response file
C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\e77d4f39272d45b
581881d1fbf1378e9.rsp not found.

I'm getting these errors only when building wix projects.  I was at
3.5.1616.0, but after I upgraded to 2201 the errors are still happening.

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 
to 10 sec on a good machine after you click install (or next ) button until it 
actually reports copying files/starting service, etc. It's even worse on slow 
machines.

Is there any way to troubleshoot it? What could installer be doing  during this 
time?

Thanks in advance,
Elena
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] TFS 2010RC build server + Tracker.exe = fail?

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 [mailto:os...@live.com]
Sent: Wednesday, October 06, 2010 3:00 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] TFS 2010RC build server + Tracker.exe = fail?

I'm using 2010 RTM but I'm not getting errors like that. Then again, my build 
agents are using domain accounts instead of NetworkService.

Sometimes A/V has been known to interfere with build tools. Have you tried 
exempting the C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp
directory from real-time scanning?

-Original Message-
From: Will Sullivan [mailto:wsulli...@softdocs.com]
Sent: Wednesday, October 06, 2010 7:32 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] TFS 2010RC build server + Tracker.exe = fail?

Clarification, I said it was an RC build, however it is the actual RTM I'm 
using.

-Original Message-
From: Will Sullivan [mailto:wsulli...@softdocs.com]
Sent: Tuesday, October 05, 2010 3:26 PM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] TFS 2010RC build server + Tracker.exe = fail?

Anybody else been experiencing issues with build server errors like these:

Tracker.exe: Response file
C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\e77d4f39272d45b
581881d1fbf1378e9.rsp not found.

I'm getting these errors only when building wix projects.  I was at 3.5.1616.0, 
but after I upgraded to 2201 the errors are still happening.

--
Beautiful is writing same markup. Internet Explorer 9 supports standards for 
HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great 
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Beautiful is writing same markup. Internet Explorer 9 supports standards for 
HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great 
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Beautiful is writing same markup. Internet Explorer 9 supports standards for 
HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great 
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Beautiful is writing same markup. Internet Explorer 9 supports standards for 
HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great 
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 executed ends up being installed as if it were a fresh 
install?

Thanks,
John

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

This is the only notification you will receive while this person is away.

Disclaimer: Information in this message or an attachment may be government data 
and thereby subject to the Minnesota Government Data Practices Act, Minnesota 
Statutes, Chapter 13, may be subject to attorney-client or work product 
privilege, may be confidential, privileged, proprietary, or otherwise 
protected, and the unauthorized review, copying, retransmission, or other use 
or disclosure of the information is strictly prohibited. If you are not the 
intended recipient of this message, please immediately notify the sender of the 
transmission error and then promptly delete this message from your computer 
system.   
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 [mailto:lena.vinogra...@quest.com] 
Sent: Thursday, October 07, 2010 11:21 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Installer appears very slow

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 to 10 sec on a good machine after you click install (or next ) button
until it actually reports copying files/starting service, etc. It's even
worse on slow machines.

Is there any way to troubleshoot it? What could installer be doing  during
this time?

Thanks in advance,
Elena 


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 Installer XML toolset.
Subject: [WiX-users] Simple Upgrade/Reinstall Question

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 executed ends up being installed as if it
were a fresh install?

Thanks,
John 


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 Outlook, 
I saw there is a 'X' mark on the feature itself. The feature is disabled. This 
is good. But the user can still change it to be Will be installed on local 
hard 
drive.. Is there a way to disable the feature selection? Such as, grey out the 
feature selection on GUI in this case?

Here is my code:

Feature Id='Feature_OutlookPlugin'
AllowAdvertise='no'
 Description='!(loc.CustomMsgDesc)'
 Title='!(loc.CustomMsgTitle)'
Level='2'

Condition Level='1'
FOUND_OUTLOOK2007 OR FOUND_OUTLOOK2010
/Condition
blah.. blah...
2. We need to register a dll if the end user chooses to install the feature. If 
the user doesn't install the feature, then we shouldn't try to register the 
dll. 
I found a solution which seems working. But I'm not sure if it's the proper way 
to do it. Here is the code:
  Custom Action=DoDllRegistration Before=InstallFinalize (Not 
Installed) AND (amp;Feature_OutlookPlugin = 3)/Custom

Is this correct?

Thanks everyone.

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users