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:[email protected]]
Sent: Thursday, January 26, 2012 11:47 PM
To: [email protected]
Subject: Re: [WiX-users] Bundled Installer Not installing under ALLUSERS
On 26-Jan-12 15:02, DuBois, Joseph wrote:
> Have a<Bundle which is installing several<MsiPackage(s) which we have set
> the<MsiProperty 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
[email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users