[WiX-users] ADDLOCAL property usage

2014-09-19 Thread Pavan Konduru
Hi,

I am trying to pre-select the features to be installed so when the user is on 
the CustomizeDlg, they are automatically selected(default is not selected).
The features am trying to pre-select come from a registry entry that I have 
created by a different application before running the installer . Here is where 
I am stuck:

I read the registry entry as a property:


  

"RequiredFeatures" is what holds the feature list and they match exactly what I 
have declared in the WIX installer.(Feature ID is the same as the ones in the 
registry)

The features are comma separated. So, now when I add an event to the next 
button of the Dialog that comes before the CustomizeDlg, it errors out saying :


1
  

"Error 2711: The specified Feature name not found in Feature Table."

I tried adding a feature exclusively to test if the event even works or not and 
it works this way. I see the feature being selected in the CustomizeDlg


1
  


Any suggestions?

--Pavan
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] XMLConfig updates only from command line

2014-09-19 Thread Jeremiahf
Why didn't I think of that Sigh.. I did something similar for another
msi. Thank you so much. I made it a seperate component and set a condition
as you advised. Default is no but from command line when set to yes and
other parameter is passed the config file gets updated. Fantastic!

Cheers,

J

On Thu, Sep 18, 2014 at 12:34 AM, Stabiplan Development 
wrote:

> Hi J,
>
> Yes this is possible. Are you using just an MSI or do you use a burn
> bootstrapper?
>
> In case of an MSI you can define a property that you pass on the command
> line, similar to INSTALLDIR=... You can create your own property say
> UPDATEXML= where value can be yes or no so something like that.
>
> In your component that executes the xml update (or your custom action) you
> can use the 'condition' facility to let it run based on your command line
> supplied value.
>
> For custom actions you can use the format:  ..>UPDATEXML="yes"
> For components you can use the condition tag:
> 
>
> But check the documentation for exact syntax.
>
> Best regards,
>
> Rob van Rosmalen B ICT  software engineer
> stabiplan +31 172 65 02 65  www.stabiplan.nl www.stabiplan.nl/disclaimer
> -Original Message-
> From: Jeremiahf [mailto:jeremi...@gmail.com]
> Sent: woensdag 17 september 2014 23:14
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] XMLConfig updates only from command line
>
> Also the command line parameters do update the config file. Just wanted to
> be clear that the XML config file should only be written to when a command
> line parameter is used.
>
> Thanks again for any assistance.
>
> J
>
> On Wed, Sep 17, 2014 at 2:17 PM, Jeremiahf  wrote:
>
> > Hello,
> >
> > I have an installer that writes "default" property values to an XML
> > config file every time the installer runs . I have a new requirement
> > that does not allow me to "hardcode/set" those default property values
> > within the installer but just install the config file and only update
> > the config file when a command line parameter is passed to update a
> > specific value in the config file. So in other words, install the file
> > with it's default values when harvested and *only* write/update values
> > to it when a command line parameter is passed during installation. Is
> this possible?
> >
> > Thank you in advance,
> >
> > J
> >
>
>
>
> --
> "They may forget what you said but they will never forget how you made
> them feel." -- Anonymous
>
> --
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce Perforce version control.
> Predictably reliable.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce
> Perforce version control. Predictably reliable.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
"They may forget what you said but they will never forget how you made them
feel." -- Anonymous
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 issue??

2014-09-19 Thread Rob Mensching
No. It's the fact that transforms change the package's identity. Essentially, 
Burn needs to be taught how to figure out all the possible permutations the 
transforms can provide.

You could *maybe* do it manually by exploding out the matrix of Packages x 
Transforms. Not sure.

It's not easy.

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com] 
Sent: Friday, September 19, 2014 7:26 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 
issue??

Sorry misunderstanding. I was not sure whether Rob was talking about the embed 
MST in MSI approach or the embed MST in Bundle.exe approach.
Personally I don't like the embed MST in MSI approach (comp. e.g.
http://www.installsite.org/pages/en/msi/articles/embeddedlang/) and use the 
embed MST in Bundle approach.

And here I wasn't sure after Rob's statement whether this causes trouble or not.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper Modify Setup

2014-09-19 Thread Phill Hogland
The Chain is evaluated from top to bottom when doing an 'Install', and in
reverse order (from bottom to top) when doing an uninstall.  Typically I
just let Burn manage these details.

Yes you can create a custom BA (or with WixStdBA use a BAFunctions.dll) and
override the various Plan (and other event handlers).

I found this blog to be helpful (whether I planed to do an mba or not, in
addition to the info in your chm).
http://www.wrightfully.com/part-1-of-writing-your-own-net-based-installer-with-wix-overview/

Also your bundle.exe creates a log, typically in your %temp% folder.  In
looking at that file, particularly with MSI verbose logging enabled, you
will see the information about what has been planned, why, and the sequence.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Modify-Setup-tp7596927p7596930.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 issue??

2014-09-19 Thread Rob Mensching
What you have may work in very narrow cases (i.e. transforms don't change 
ProductCode, UpgradeCode, Language, etc).

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com] 
Sent: Friday, September 19, 2014 6:36 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 
issue??

> Not a great solution for localizing shortcut names or service 
> descriptions today. Typically recommend sticking to using trademarked 
> names that aren't localized. Language transforms just aren't supported by 
> Burn yet.
>

Rob you are considering embedded transforms approach in that statement, or?

The "normal" way using
  



  

should be a proper working approach, or did I miss something?

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to get property value between 2 Custom Action [P]

2014-09-19 Thread Steven Ogilvie
Classification: Public
Just google it:

http://www.msiuniversity.com/2011/01/04/setting-msi-properties-via-vbscript-custom-actions/
http://www.itninja.com/question/vbscript-to-set-msi-property

http://stackoverflow.com/questions/1609250/how-do-i-add-update-a-property-inside-an-msi-from-the-command-line

here are a few to start you up...


-Original Message-
From: Hung Nguyen Duy [mailto:nguyenduyhung1...@gmail.com]
Sent: September-19-14 11:33 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] how to get property value between 2 Custom Action [P]

Could you show me how to set MSI property in CA?
Thanks

On Fri, Sep 19, 2014 at 9:56 AM, Steven Ogilvie 
wrote:

> Classification: Public
> Set a MSI property in CA1, read the MSI property in CA2
>
> Steve
>
> -Original Message-
> From: Hung Nguyen Duy [mailto:nguyenduyhung1...@gmail.com]
> Sent: September-19-14 9:47 AM
> To: WiX-users@lists.sourceforge.net
> Subject: [WiX-users] how to get property value between 2 Custom Action
>
> Hi all,
>
> It's my first post to ask helping from everybody in Wix Community. 
> Thanks and correct me if you see any thing wrong here.
>
> I have 2 Customer Action (CA1 and CA2) which are VBscript code. But I 
> don't know how to get value to use in CA2 from CA1, CA1 run first, CA2 
> run later.
>
> Thanks,
>
> --
> Nguyen Duy Hung
>
> --
>  Slashdot TV.  Video for Nerds.  Stuff that Matters.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.
> clktrk ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> This message has been marked as Public by Steven Ogilvie on
> September-19-14 9:56:03 AM.
>
> The above classification labels were added to the message by TITUS 
> Message Classification.
> For more information visit www.titus.com.
>
>
> --
>  Slashdot TV.  Video for Nerds.  Stuff that Matters.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.
> clktrk ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



--
Nguyen Duy Hung
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 
This message has been marked as Public by Steven Ogilvie on September-19-14 
11:48:43 AM.

The above classification labels were added to the message by TITUS Message 
Classification. 
For more information visit www.titus.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Bootstrapper Modify Setup

2014-09-19 Thread newuser2014
Hi,
I've modified my Bootstrapper theme in order to support installing multiple
msi during the installation process based on user selection as follows:


  
  
  
  
  
  


When the user double clicks on the bootstrapper msi, is there a way for me
to detect which msi has been installed and let the user pick which ones to
uninstall?  Would the uninstall process follow the steps in the 
element?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Modify-Setup-tp7596927.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to get property value between 2 Custom Action [P]

2014-09-19 Thread Hung Nguyen Duy
Could you show me how to set MSI property in CA?
Thanks

On Fri, Sep 19, 2014 at 9:56 AM, Steven Ogilvie 
wrote:

> Classification: Public
> Set a MSI property in CA1, read the MSI property in CA2
>
> Steve
>
> -Original Message-
> From: Hung Nguyen Duy [mailto:nguyenduyhung1...@gmail.com]
> Sent: September-19-14 9:47 AM
> To: WiX-users@lists.sourceforge.net
> Subject: [WiX-users] how to get property value between 2 Custom Action
>
> Hi all,
>
> It's my first post to ask helping from everybody in Wix Community. Thanks
> and correct me if you see any thing wrong here.
>
> I have 2 Customer Action (CA1 and CA2) which are VBscript code. But I
> don't know how to get value to use in CA2 from CA1, CA1 run first, CA2 run
> later.
>
> Thanks,
>
> --
> Nguyen Duy Hung
>
> --
> Slashdot TV.  Video for Nerds.  Stuff that Matters.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> This message has been marked as Public by Steven
> Ogilvie on September-19-14 9:56:03 AM.
>
> The above classification labels were added to the message by TITUS Message
> Classification.
> For more information visit www.titus.com.
>
>
> --
> Slashdot TV.  Video for Nerds.  Stuff that Matters.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Nguyen Duy Hung
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 issue??

2014-09-19 Thread Tobias S
Sorry misunderstanding. I was not sure whether Rob was talking about the
embed MST in MSI approach or the embed MST in Bundle.exe approach.
Personally I don't like the embed MST in MSI approach (comp. e.g.
http://www.installsite.org/pages/en/msi/articles/embeddedlang/) and use the
embed MST in Bundle approach.

And here I wasn't sure after Rob's statement whether this causes trouble or
not.
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] HarvestDirectory target for multiple directories

2014-09-19 Thread Phill Hogland
My understanding of MSBuild is that it will only fire a Target once.
http://msdn.microsoft.com/en-us/library/ms171462.aspx

So I create a Target with a custom name and place a HeatDirectoy task in
that target.  Then I repeat that process creating a custom named Target to
include each HeatDirectory task for each folder that I need to harvest.  I
then list the Targets in a DependsOnTargets of the Target that I want to use
to trigger the harvesting.



I also generate my output files to one folder and then only copy those files
to the project if they change to improve incremental building.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/HarvestDirectory-target-for-multiple-directories-tp7596917p7596925.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] how to get property value between 2 Custom Action [P]

2014-09-19 Thread Steven Ogilvie
Classification: Public
Set a MSI property in CA1, read the MSI property in CA2

Steve

-Original Message-
From: Hung Nguyen Duy [mailto:nguyenduyhung1...@gmail.com]
Sent: September-19-14 9:47 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] how to get property value between 2 Custom Action

Hi all,

It's my first post to ask helping from everybody in Wix Community. Thanks and 
correct me if you see any thing wrong here.

I have 2 Customer Action (CA1 and CA2) which are VBscript code. But I don't 
know how to get value to use in CA2 from CA1, CA1 run first, CA2 run later.

Thanks,

--
Nguyen Duy Hung
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 
This message has been marked as Public by Steven Ogilvie on September-19-14 
9:56:03 AM.

The above classification labels were added to the message by TITUS Message 
Classification. 
For more information visit www.titus.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 issue??

2014-09-19 Thread Phill Hogland
Tobias, that is the approach which I use, embedding the language transforms
and setting MsiProperty TRANSFORMS=:langid.mst.  I thought that I had tested
this successfully several months back when using Wix 3.8, but now I am see
two problems documented above.  Once installed, say with the German
:1031.mst transform later when the bundle is launched to do an uninstall,
the plan shows that the package is absent.  Also seeing problems with
on-demand installs, which I am certain was working in the same scenario with
Wix 3.8.  so I am curious if others are seeing these issues, or if I should
just not try to use language transforms with Burn.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Deploying-multiple-cultures-using-Burn-MSI-s-Wix-3-9-issue-tp7596896p7596923.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to get property value between 2 Custom Action

2014-09-19 Thread Hung Nguyen Duy
Hi all,

It's my first post to ask helping from everybody in Wix Community. Thanks
and correct me if you see any thing wrong here.

I have 2 Customer Action (CA1 and CA2) which are VBscript code. But I don't
know how to get value to use in CA2 from CA1, CA1 run first, CA2 run later.

Thanks,

-- 
Nguyen Duy Hung
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Documentation Generating Tool

2014-09-19 Thread Phill Hogland
I did not tackle this issue yet, but I also need to come up with a way to
generate a build report (or design documentation).  I was thinking that one
piece of this, as it relates to bundles, might be to try and make use of
info in the bundle manifest file, which I noticed in the temporary folder,
when I set the bundle project's property to  'Do not delete temporary
files'.  The MSI piece I expect could be addressed with calls to the MSI
API, like in the above script.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Documentation-Generating-Tool-tp7596914p7596921.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] 32-bit vs 64-bit prerequisites and DetectCondition and InstallCondition

2014-09-19 Thread Phill Hogland
For cases where the package should not be uninstalled use
XxxPackage/@Permanent='yes'.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/32-bit-vs-64-bit-prerequisites-and-DetectCondition-and-InstallCondition-tp7596909p7596919.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 issue??

2014-09-19 Thread Tobias S
> Not a great solution for localizing shortcut names or service descriptions
> today. Typically recommend sticking to using trademarked names that aren't
> localized. Language transforms just aren't supported by Burn yet.
>

Rob you are considering embedded transforms approach in that statement, or?

The "normal" way using
  



  

should be a proper working approach, or did I miss something?
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 issue??

2014-09-19 Thread Phill Hogland
Thank you for the assistance.
Phill



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Deploying-multiple-cultures-using-Burn-MSI-s-Wix-3-9-issue-tp7596896p7596918.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] HarvestDirectory target for multiple directories

2014-09-19 Thread Farrukhw
I'm trying to harvest different folders in my *.wixproj file. But
HeatDirectory task is only harvesting last HarvestDirectory target. What I'm
missing here?

Here is my code segment:

 

  Components.wxs


  
  

  true
  SimpleWebAppGroup
  INSTALLFOLDER
  true
  true
  var.SourceDir
 false



  true
  SVNOverLays
  PROGFILES
  true
  true
  var.SourceDir
  false

  
  
  

  

  


If I omit HeatDirectory task, it would definitely not updating
Component.wxs. I didn't find any example showing the use of HarvestDirectory
with HeatDirectory task. While  Wix documentation

  
shows that HarvestDirectory target passes HarvestDirectory items to the
HeatDirectory task to generate authoring from a file. 

Any help would be really appreciated.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/HarvestDirectory-target-for-multiple-directories-tp7596917.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install

2014-09-19 Thread John Cooper
I modified the following in HyperLinkTheme.xml:


#(loc.OptionsHeader)
#(loc.OptionsLocationLabel)

#(loc.OptionsBrowseButton)


Install SQL Express LocalDb 2012

#(loc.OptionsOkButton)
#(loc.OptionsCancelButton)
  

That theme file is referenced here in the Bundle.wxs:


  


The LocalDBCheckbox Burn Variable is referenced here in bundle.wxs to pass it 
to the MSI:



And here in PackageGroup.wxs to condition the installation of LocalDb:



  

  

  

(there's a similar block for x64, but it doesn't illuminate the discussion any 
more).

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com


-Original Message-
From: newuser2014 [mailto:wamplersovere...@gmail.com] 
Sent: Thursday, September 18, 2014 5:42 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Bootstrapper Custom UI, Checkbox to customize install

Yes, I am running wix 3.8.  Yep, a couple of checkboxes are all I need.  Is 
there an example of how this is done?  Thanks!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Custom-UI-Checkbox-to-customize-install-tp7596905p7596907.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Documentation Generating Tool

2014-09-19 Thread David Watson
I would imagine that It would be fairly complex to do this as Project structure 
varies widely with lots of files used to make up a wixproj.
I expect it would be much easier to create a report out of the final MSI as it 
has all the information combined and is in a well known database structure with 
available apis.

Someone has something in vbscript here 
http://www.symantec.com/connect/downloads/msi-report-generator

Or you could heat the final msi to get a combined wix file and use xslt on that 
maybe?

Dave

-Original Message-
From: Kevin Palmer [mailto:k...@orbis-software.com] 
Sent: 19 September 2014 10:09
To: 'wix-users@lists.sourceforge.net'
Subject: [WiX-users] Documentation Generating Tool

Hi Guys,

Have recently started using Wix... very impressed indeed! :)

I was looking to see if there was an Installer documentation generation tool 
available for Wix?

We would like to develop our installer in an Agile way but we also need to 
produce documentation on the Features, Components, and files etc.

Rather than producing both the Wix project and the documentation, we'd like to 
generate documentation from the Wix project.

Since the Wix XML files are well structured files, we could write a Tool to 
create documentation from these files however this got me thinking that maybe 
this already exists.. I did some searching and looked around and couldn't find 
anything.

So, the question is... are there any Wix installer documentation tools around 
that would save us writing something ourselves?

Many Thanks,


Kevin Palmer



This e-mail is confidential and may be privileged and is intended solely for 
the use of the individual or entity to who it is addressed. It may be read, 
disseminated, forwarded, printed, copied and used only by the intended 
recipient. If you have received this email in error, please contact the sender 
immediately by return e-mail or by telephoning +44 (0) 1202 241115. Please then 
delete this email and do not disclose its contents to any person. Internet 
communications are not secure and therefore Orbis Software does not accept 
legal responsibility for the safety or contents of this message and any 
attachment. No liability is accepted for any consequences arising from it. 
Orbis Software does not authorise any contract to be made using the internet. 
Any views or opinions presented are solely those of the author and do not 
necessarily represent those of Orbis Software unless otherwise specifically 
stated.
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.



This message has been scanned for malware by Websense. www.websense.com

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Documentation Generating Tool

2014-09-19 Thread Kevin Palmer
Hi Guys,

Have recently started using Wix... very impressed indeed! :)

I was looking to see if there was an Installer documentation generation tool 
available for Wix?

We would like to develop our installer in an Agile way but we also need to 
produce documentation on the Features, Components, and files etc.

Rather than producing both the Wix project and the documentation, we'd like to 
generate documentation from the Wix project.

Since the Wix XML files are well structured files, we could write a Tool to 
create documentation from these files however this got me thinking that maybe 
this already exists.. I did some searching and looked around and couldn't find 
anything.

So, the question is... are there any Wix installer documentation tools around 
that would save us writing something ourselves?

Many Thanks,


Kevin Palmer



This e-mail is confidential and may be privileged and is intended solely for 
the use of the individual or entity to who it is addressed. It may be read, 
disseminated, forwarded, printed, copied and used only by the intended 
recipient. If you have received this email in error, please contact the sender 
immediately by return e-mail or by telephoning +44 (0) 1202 241115. Please then 
delete this email and do not disclose its contents to any person. Internet 
communications are not secure and therefore Orbis Software does not accept 
legal responsibility for the safety or contents of this message and any 
attachment. No liability is accepted for any consequences arising from it. 
Orbis Software does not authorise any contract to be made using the internet. 
Any views or opinions presented are solely those of the author and do not 
necessarily represent those of Orbis Software unless otherwise specifically 
stated.
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users