Re: [WiX-users] Struggling to get bal:Condition to work (wix burn)

2012-01-27 Thread Boyd Ludlow
As per this post
http://stackoverflow.com/questions/8691061/wix-3-6-burn-bootstrapper-fails-to-elevate

On Fri, Jan 27, 2012 at 4:40 AM, Bob Arnson b...@joyofsetup.com wrote:

 On 26-Jan-12 11:18, Boyd Ludlow wrote:
  I know that a bug currently exists when using burn that it errors rather
  than asking for elevated rights.
 What bug is that?

 --
 sig://boB
 http://joyofsetup.com/



 --
 Try before you buy = See our experts in action!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-dev2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Bootstrapping Issues

2012-01-27 Thread Blair
An MSI file is a document, not an executable.

-Original Message-
From: Andrew Collier [mailto:acoll...@gmx.com] 
Sent: Thursday, January 26, 2012 8:47 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Wix Bootstrapping Issues

If I build a use msbuild to create the bootstrapper I just end up with an
executable again. Isn't there someway to build the bootstrapper as an MSI
and the other MSIs are run as subprocesses under the main MSI?

- Original Message -
From: Bob Arnson
Sent: 01/25/12 08:37 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix Bootstrapping Issues

 On 25-Jan-12 17:50, Andrew Collier wrote:  I'm trying to build a
bootstrapper msi but I'm running into issues: Does anyone know what I'm
doing wrong? Does it work if you use MSBuild? There's a bootstrapper project
template for Visual Studio. -- sig://boB http://joyofsetup.com/

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers is
just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro
Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How does Torch decide which files changed?!

2012-01-27 Thread Blair
Torch marks up the database changes. Including -p causes it to leave the
unchanged portions of the database intact so they will be present for Pyro
to use in its processing.

It is Pyro that looks at the two files and determines if they are the same
or not, and it promotes files that compare as different to be considered
as changed and thus be included with the other marked database changes.

If you use WIXOUT or WIXPDB files then fragment boundaries are considered in
the comparisons, so if you specify references to things to include in your
patch family/families, things that are not in any referenced fragments are
ignored (by design).

Look for the files you are concerned with in the WIXMST file. You should
find either paths or references to cabinet-ids for both the updated and the
previous versions of the files.

Blair

-Original Message-
From: tome...@qualisystems.com [mailto:tome...@qualisystems.com] 
Sent: Thursday, January 26, 2012 7:19 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How does Torch decide which files changed?!

I'm creating a patch, I'm not sure that the patch includes all of my files
even though I'm passing the -p flag to the torch.exe.
Can someone please explain to me the logic that torch uses to determine what
files are included in the patch.
Thanks.


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers is
just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro
Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Visual C++ 2010 Merge Module

2012-01-27 Thread Joost van Zoest
I have made an installer in WIX which embeds 2 merge modules: the
Microsoft_VC100_CRT_x86.msm merge module, and my own module (let's call
this one MyMergeModule.msm for now).  When I embed the VC merge module
before MyMergeModule, I get a lot of warnings that some actions can not
be merged from MyMergeModule.msm. When the installer is used, it turns
out that the registry keys located in MyMergeModule.msm are not written
to the registry. If I change the order in which the merge modules are
embedded, the warnings are gone and the registry keys are being written
successfully.

Can someone tell me whether this is a bug in the VC merge module, or how
to deal with this issue?

Thanks,

Jari


This message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install 3.6 on clean VM

2012-01-27 Thread Neil Sleightholm
To help me provide some more information on this bug (no text on install UI) 
could someone let me know what is required on Windows 7 to enable the UI to 
work? I am assuming there is something as the same UI does not appear the same 
on Windows XP.

Thanks

Neil

Neil Sleightholm
n...@x2systems.commailto:n...@x2systems.com


On 24 Jan 2012, at 17:50, Neil Sleightholm wrote:

Bug 3479030 raised with image attached.

-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: 24 January 2012 16:47
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Install 3.6 on clean VM

1. I don't quite understand but if you can attach a picture to a bug that 
definitely sounds wrong.

2. Yeah, that's a bug.

3. Very strange. I don't understand. Maybe the first bug will explain this.

4. There is a bug open that /layout doesn't work in the Wix36.exe right now. 
That needs to be fixed to create a layout (aka: offline) image.

On Mon, Jan 23, 2012 at 11:25 PM, Neil Sleightholm 
n...@x2systems.commailto:n...@x2systems.comwrote:

I just tried to install 3.6.2520.0 on a clean VM and observed the
following:

1.   No text on the UI only images

2.   Installing .Net4 is not silent

3.   No indication that install had completed (maybe because of 1)

4.   No way to install offline

Should I raise bugs for these issues or are these known already (I
couldn't see anything in the bug database)? If so are there any logs
or extra information required to help debug it?

Neil

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


--
 Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft
developers is just $99.99! Visual Studio, SharePoint, SQL - plus
HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you 
subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.netmailto:WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




--
virtually, Rob Mensching - http://RobMensching.com LLC
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers is just 
$99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style 
Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Visual C++ 2010 Merge Module

2012-01-27 Thread John Bergman
Where did you get the merge module for the VC 10.0 Runtime?  I have been 
looking for one for quite some time.

John

-Original Message-
From: Joost van Zoest [mailto:jzo...@siqura.com] 
Sent: Friday, January 27, 2012 3:14 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Visual C++ 2010 Merge Module

I have made an installer in WIX which embeds 2 merge modules: the 
Microsoft_VC100_CRT_x86.msm merge module, and my own module (let's call this 
one MyMergeModule.msm for now).  When I embed the VC merge module before 
MyMergeModule, I get a lot of warnings that some actions can not be merged from 
MyMergeModule.msm. When the installer is used, it turns out that the registry 
keys located in MyMergeModule.msm are not written to the registry. If I change 
the order in which the merge modules are embedded, the warnings are gone and 
the registry keys are being written successfully.

Can someone tell me whether this is a bug in the VC merge module, or how to 
deal with this issue?

Thanks,

Jari


This message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers is just 
$99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style 
Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Visual C++ 2010 Merge Module

2012-01-27 Thread Bob Arnson
On 27-Jan-12 04:14, Joost van Zoest wrote:
 I have made an installer in WIX which embeds 2 merge modules: the
 Microsoft_VC100_CRT_x86.msm merge module, and my own module (let's call
 this one MyMergeModule.msm for now).  When I embed the VC merge module
 before MyMergeModule, I get a lot of warnings that some actions can not
 be merged from MyMergeModule.msm.
Such as?

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install 3.6 on clean VM

2012-01-27 Thread Bob Arnson
On 27-Jan-12 07:00, Neil Sleightholm wrote:
 To help me provide some more information on this bug (no text on install UI) 
 could someone let me know what is required on Windows 7 to enable the UI to 
 work?
.NET v4

 I am assuming there is something as the same UI does not appear the same on 
 Windows XP.
Er...what do you get on XP?

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Visual C++ 2010 Merge Module

2012-01-27 Thread Bruce Cran
On 27/01/2012 15:59, John Bergman wrote:
 Where did you get the merge module for the VC 10.0 Runtime?  I have been 
 looking for one for quite some time.

If you have Visual Studio 2010 installed, it's in C:\Program Files 
(x86)\Common Files\Merge Modules

-- 
Bruce Cran

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install 3.6 on clean VM

2012-01-27 Thread Neil Sleightholm
On XP you get a UI that looks like the standard BA UI - although my XP machine 
didn't have .Net4 on it.

Neil

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: 27 January 2012 16:27
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Install 3.6 on clean VM

On 27-Jan-12 07:00, Neil Sleightholm wrote:
 To help me provide some more information on this bug (no text on install UI) 
 could someone let me know what is required on Windows 7 to enable the UI to 
 work?
.NET v4

 I am assuming there is something as the same UI does not appear the same on 
 Windows XP.
Er...what do you get on XP?

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundled Installer Not installing under ALLUSERS

2012-01-27 Thread DuBois, Joseph
Maybe I miss-stated.
As you can see from the snipet below I am attaching the ALLUSERS to the 
individual packages, but not sure how to attach it to the BUNDLE.
  MsiProperty Name=ALLUSERS Value=1/

Thanks for any help.
Joe


?xml version=1.0 encoding=UTF-8?
Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; 
xmlns:netfx=http://schemas.microsoft.com/wix/NetFxExtension;
  Bundle Compressed=no DisableModify=button Version=1.0.0.0 
Manufacturer=xxx Copyright=xxx 
UpgradeCode=de8cbfab-5f76-4ddb-b5fd-e946ea84f1ae Name=Pedi Portal Bundled 
Installer
BootstrapperApplicationRef 
Id=WixStandardBootstrapperApplication.RtfLicense /
WixVariable Id=WixStdbaLicenseRtf Value=c:\portal_bundles\License.rtf 
/
WixVariable Id=WixStdbaLogo Value=c:\portal_bundles\pediLogo.png /
?define targetDomain = $(env.USERDOMAIN)?
Chain
  ExePackage Id=DotNetFx4 InstallCondition=NETFRAMEWORK40CLIENT 
Protocol=netfx4 InstallCommand=/q /norestart /chainingpackage 
UninstallCommand=/q /norestart /chainingpackage RepairCommand=/q /norestart 
/chainingpackage SourceFile=c:\portal_bundles\dotNetFx40_Full_setup.exe 
Permanent=no Compressed=no Cache=no Vital=no/ExePackage
  ?ifdef $(var.Platform)=x64) ?
MsiPackage Id=PediPortal SourceFile=...path...\PortalSetup.msi 
Compressed=no EnableFeatureSelection=no Vital=yes 
  MsiProperty Name=ALLUSERS Value=1/
/MsiPackage  
  ?else?
  MsiPackage Id=PediPortal SourceFile=...path...\PortalSetup.msi 
Compressed=no EnableFeatureSelection=no Vital=yes 
  MsiProperty Name=ALLUSERS Value=1/
/MsiPackage
  ?endif?




-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Thursday, January 26, 2012 11:47 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Bundled Installer Not installing under ALLUSERS

On 26-Jan-12 15:02, DuBois, Joseph wrote:
 Have aBundle which is installing severalMsiPackage(s) which we have set 
 theMsiProperty Name=ALLUSERS Value=1/  to load the individual packages 
 under all users, but it isn't installing the Bundle itself under ALLUSERS.
If your packages are all per-user the bundle will be per-user as well. 
Is there a reason you're not putting ALLUSERS in the packages themselves?

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundled Installer Not installing under ALLUSERS

2012-01-27 Thread Blair
Do you possibly need to add the ForcePerMachine attribute to your MsiPackage
elements?

Blair

-Original Message-
From: DuBois, Joseph [mailto:joseph.dub...@childrens.harvard.edu] 
Sent: Friday, January 27, 2012 6:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Bundled Installer Not installing under ALLUSERS

Maybe I miss-stated.
As you can see from the snipet below I am attaching the ALLUSERS to the
individual packages, but not sure how to attach it to the BUNDLE.
  MsiProperty Name=ALLUSERS Value=1/

Thanks for any help.
Joe


?xml version=1.0 encoding=UTF-8?
Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
xmlns:netfx=http://schemas.microsoft.com/wix/NetFxExtension;
  Bundle Compressed=no DisableModify=button Version=1.0.0.0
Manufacturer=xxx Copyright=xxx
UpgradeCode=de8cbfab-5f76-4ddb-b5fd-e946ea84f1ae Name=Pedi Portal Bundled
Installer
BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.RtfLicense /
WixVariable Id=WixStdbaLicenseRtf
Value=c:\portal_bundles\License.rtf /
WixVariable Id=WixStdbaLogo Value=c:\portal_bundles\pediLogo.png /
?define targetDomain = $(env.USERDOMAIN)?
Chain
  ExePackage Id=DotNetFx4 InstallCondition=NETFRAMEWORK40CLIENT
Protocol=netfx4 InstallCommand=/q /norestart /chainingpackage
UninstallCommand=/q /norestart /chainingpackage RepairCommand=/q
/norestart /chainingpackage
SourceFile=c:\portal_bundles\dotNetFx40_Full_setup.exe Permanent=no
Compressed=no Cache=no Vital=no/ExePackage
  ?ifdef $(var.Platform)=x64) ?
MsiPackage Id=PediPortal SourceFile=...path...\PortalSetup.msi
Compressed=no EnableFeatureSelection=no Vital=yes 
  MsiProperty Name=ALLUSERS Value=1/
/MsiPackage  
  ?else?
  MsiPackage Id=PediPortal SourceFile=...path...\PortalSetup.msi
Compressed=no EnableFeatureSelection=no Vital=yes 
  MsiProperty Name=ALLUSERS Value=1/
/MsiPackage
  ?endif?




-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Thursday, January 26, 2012 11:47 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Bundled Installer Not installing under ALLUSERS

On 26-Jan-12 15:02, DuBois, Joseph wrote:
 Have aBundle which is installing severalMsiPackage(s) which we have set
theMsiProperty Name=ALLUSERS Value=1/  to load the individual packages
under all users, but it isn't installing the Bundle itself under ALLUSERS.
If your packages are all per-user the bundle will be per-user as well. 
Is there a reason you're not putting ALLUSERS in the packages themselves?

-- 
sig://boB
http://joyofsetup.com/



--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Weekly Builds?

2012-01-27 Thread Peter Hull

Is there any chance you could put a date and/or a changeset number by each 
release so we can see easily what's new in each one?
Thanks,
PeteĀ  
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Burn Cache Directory

2012-01-27 Thread Romeo S.
Hi,

How do I find out what is the current cached directory used by my BA? I Need
to pass some properties to my MSI which is a complete path of a file that is
compressed and cached to the BA.

I don't see any StringVariables in the Burn log file that I can use at
runtime.

Thanks,
Romeo

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Cache-Directory-tp7231633p7231633.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn Cache Directory

2012-01-27 Thread Blair
Can your MSI use the Windows Installer SourceDir property? When installing
it should be set to the directory where the MSI and its attendant files were
cached.

Blair

-Original Message-
From: Romeo S. [mailto:dfox.mxyzp...@gmail.com] 
Sent: Friday, January 27, 2012 5:39 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn Cache Directory

Hi,

How do I find out what is the current cached directory used by my BA? I Need
to pass some properties to my MSI which is a complete path of a file that is
compressed and cached to the BA.

I don't see any StringVariables in the Burn log file that I can use at
runtime.

Thanks,
Romeo

--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Cache-Dir
ectory-tp7231633p7231633.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers is
just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro
Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install 3.6 on clean VM

2012-01-27 Thread Bob Arnson
On 27-Jan-12 12:53, Neil Sleightholm wrote:
 On XP you get a UI that looks like the standard BA UI - although my XP 
 machine didn't have .Net4 on it.
Ah, yes, that's the WixStdBA in pre-req mode. Any managed BA gets it to 
bootstrap .NET 4.0 if necessary before trying to load the managed BA 
assembly.

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bundled Installer Not installing under ALLUSERS

2012-01-27 Thread Bob Arnson
On 27-Jan-12 09:55, DuBois, Joseph wrote:
 As you can see from the snipet below I am attaching the ALLUSERS to the 
 individual packages, but not sure how to attach it to the BUNDLE.
MsiProperty Name=ALLUSERS Value=1/
Right but if WiX, while building the bundle, thinks that all your 
packages are per-user, it will make the bundle per-user as well. It 
looks for ALLUSERS in the package, not as properties in the chain. As 
Blair points out, you can use MsiPackage/@ForcePerMachine to tell Burn 
it is (or will be, in this case) a per-machine package. But in general, 
getting a single package that supports both per-user and per-machine 
correctly is tough; if possible, I recommend making the package 
per-machine using Package/@InstallScope=perMachine.

-- 
sig://boB
http://joyofsetup.com/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] msp patch does not update one of files

2012-01-27 Thread Sergey
Hello,

I've created msp patch for my product.
It must convert 3.1.4 version to 3.1.5

After I install it, it updates all needed files, changed in 3.1.5,
except one file.
This file is key file of component, containing only this file.

How can I explore why it is happening?
When I open msp file in Orca, I do not see list of files, msp contains.
1. How can I view list of files, msp contains? So that I could check,
is there problem file.
2. How can I find the reason, why msiexec does not copy this file from
msp to the place of old file?

--
Thanks!

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users