Re: [WiX-users] PayloadGroupRef as child of Bundle (WiX 3.6)

2013-04-23 Thread Tobias S
Regarding layout-only payloads: For us we use much additional payload e.g.
documentation, videos, CD Browser content and so on for CD image layout ...
mostly handled now by msbuild copy as here e.g. things like recursive
copying of **\*.pdf possible.


2013/4/22 Rob Mensching r...@robmensching.com

 Seems reasonable probably not implemented originally because we didn't
 expect many layout-only Payloads. They are usually very rare (like maybe an
 autorun.inf or readme.txt).


 On Thu, Apr 18, 2013 at 10:56 AM, tom tomer.d...@intergraph.com wrote:

 
 
  add
 
  PackageGroupRef inside the chain
 
 
 
 
  --
  View this message in context:
 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/PayloadGroupRef-as-child-of-Bundle-WiX-3-6-tp7585152p7585281.html
  Sent from the wix-users mailing list archive at Nabble.com.
 
 
 
 --
  Precog is a next-generation analytics platform capable of advanced
  analytics on semi-structured data. The platform includes APIs for
 building
  apps and a phenomenal toolset for data science. Developers can use
  our toolset for easy data analysis  visualization. Get a free account!
  http://www2.precog.com/precogplatform/slashdotnewsletter
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 

 --
 Precog is a next-generation analytics platform capable of advanced
 analytics on semi-structured data. The platform includes APIs for building
 apps and a phenomenal toolset for data science. Developers can use
 our toolset for easy data analysis  visualization. Get a free account!
 http://www2.precog.com/precogplatform/slashdotnewsletter
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] PayloadGroupRef as child of Bundle (WiX 3.6)

2013-04-22 Thread Rob Mensching
Seems reasonable probably not implemented originally because we didn't
expect many layout-only Payloads. They are usually very rare (like maybe an
autorun.inf or readme.txt).


On Thu, Apr 18, 2013 at 10:56 AM, tom tomer.d...@intergraph.com wrote:



 add

 PackageGroupRef inside the chain




 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/PayloadGroupRef-as-child-of-Bundle-WiX-3-6-tp7585152p7585281.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Precog is a next-generation analytics platform capable of advanced
 analytics on semi-structured data. The platform includes APIs for building
 apps and a phenomenal toolset for data science. Developers can use
 our toolset for easy data analysis  visualization. Get a free account!
 http://www2.precog.com/precogplatform/slashdotnewsletter
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] PayloadGroupRef as child of Bundle (WiX 3.6)

2013-04-18 Thread tom


add

PackageGroupRef inside the chain




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/PayloadGroupRef-as-child-of-Bundle-WiX-3-6-tp7585152p7585281.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] PayloadGroupRef as child of Bundle (WiX 3.6)

2013-04-15 Thread Tobias S
Is it reasonable to allow PayloadGroupRef as a child for Bundle? Got the
below mentioned configuration where I didn't see the temporary extracted
payload in file system + log file (and so was spending some time in
investigating).

IMHO Payload Element and PayloadGroupRef Element should have same parents
or am I wrong?

Regards,
Tobias


-

?xml version=1.0 encoding=UTF-8?
Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
  Bundle Name=PayloadTesting Version=1.0.0.0 Manufacturer=MyCompany
UpgradeCode=3c96b299-e143-443e-ac5f-38341908e20e
PayloadGroupRef Id=Webimage_Generic/
BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.RtfLicense /

Chain
  MsiPackage SourceFile=d:\7z920.msi/
/Chain
  /Bundle

  Fragment
PayloadGroup Id=Webimage_Generic
  Payload SourceFile=d:\7z465.msi Compressed=default/
/PayloadGroup
  /Fragment
/Wix
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users