[WiX-users] Bootstrapper will launch in Win 8 but not Win 7

2014-06-19 Thread Devin Morrow
First off, sorry for all the questions! I was able to figure out all my localization issues. I'm ready to deliver the project except I can't get the bootstrapper to launch on Win & machines. The only Win 7 machine it will run on is mine. Every other Win 7 machine in the office gives me this error

[WiX-users] Custom action to modify a text file during installation with install path

2014-06-19 Thread Priya Thadanki
Hi All, I am looking for help in creating a custom action to modify a text file during installation and put the install path in it. If anyone worked previously on this please let me know. Thanks, PT -- HPCC Sys

Re: [WiX-users] WiX Burn - managing installed products after initial install

2014-06-19 Thread Phill Hogland
One approach, which may not be sanctioned and may have risks, is to add code to your mba, which imports the data from the BootstrapperApplicationData.xml. There are examples of a class here which you may need to modify for a specific purpose. http://stackoverflow.com/questions/12846421/getting-di

Re: [WiX-users] WiX Burn - managing installed products after initial install

2014-06-19 Thread Rob Mensching
Not implemented yet. There are discussions how best to implement this feature in a supportable way. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Alasdair King [

Re: [WiX-users] Silent Install of Bootstrapper

2014-06-19 Thread Kapil Shardha
Try using "/quiet" switch for silent install of bootstrapper file. -Kapil -Original Message- From: Brian Enderle [mailto:bria...@gmail.com] Sent: Thursday, June 19, 2014 10:05 AM To: WiX Users Subject: [WiX-users] Silent Install of Bootstrapper Is it possible to do a silent install of

Re: [WiX-users] Silent Install of Bootstrapper

2014-06-19 Thread Phill Hogland
See this post: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Running-Burn-driven-installer-in-quiet-mode-command-line-parameters-td5913001.html -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Silent-Install-of-Bootstrapper-tp7595350

Re: [WiX-users] Silent Install of Bootstrapper

2014-06-19 Thread John Cooper
>From one my products (names changed and sensitive data obscured): ECHO Quiet Deployment of Product Product64.14.0.exe /quiet AccountName=w...@where.com AccountPassword=real-password-goes-here InstallFolder="%ProgramFiles%\JackHenry" ProductSqlConnectionString="Data Source=%COMPUTERNAME%\Produc

[WiX-users] Silent Install of Bootstrapper

2014-06-19 Thread Brian Enderle
Is it possible to do a silent install of a bootstrapper (.exe file). If so can you provide an example? Brian If you can't explain it simply, you don't understand it well enough. - Albert Einstein -- HPCC Systems Open So

Re: [WiX-users] Combo Box (Wix)Customization

2014-06-19 Thread Namrata Kumari
Could you plz share your code how you have populated data from C# Custom action in combobox in Dialogs -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Combo-Box-Wix-Customization-tp687975p7595349.html Sent from the wix-users mailing list archive at

[WiX-users] WiX Burn - managing installed products after initial install

2014-06-19 Thread Alasdair King
This might also be titled "How do I launch the modification of a Burn install from the command line without the Burn executable?" or "What's the Burn equivalent of 'msiexec /X ProductCode'?" I have a program, A, which ships with two optional programs B and C. All have functioning MSI installers. I