Re: [WiX-users] bootstrapperApplicationData' attribute is not declared.

2014-07-21 Thread krupeshdhruv
Does "bootstrapperApplicationData' attribute is not declared." error have any resemble with adding reference? When I add reference to create dynamic input path and compile project it gives above error. If I add msi with hard coded input path it works properly. I have added one project and one dll

Re: [WiX-users] reinstall major upgrade removes files yet installed

2014-07-21 Thread Hoover, Jacob
Posting links to logs of the downgrade (both the uninstall and the install logs) would help deduce the actual problem. The bundle logs detect and planning sections of the logs would be the first place to look. -Original Message- From: jo...@msli.com [mailto:jo...@msli.com] Sent: Monday,

[WiX-users] reinstall major upgrade removes files yet installed

2014-07-21 Thread jo...@msli.com
For the longest time I have had a wix msi and bundle that I could upgrade or downgrade without having to uninstall first, before installing the version I want to test. Now it seems if a previous install exists, the bundle (or msi) will remove the files from the previous install, and mark the progr

Re: [WiX-users] Shared components problem

2014-07-21 Thread Kevin Parkes
Thanks Jacob/Rob I'm not using Burn, mostly for historical reasons but the UI is beyond StdBA and I don't currently have time to do a Custom BA. DLLs aren't COM / don't require reg settings. Think I will have to just do something along the lines suggested by Rob and accept there are known issues

[WiX-users] wix 3.9.720 update removed packages observation

2014-07-21 Thread Phill Hogland
I had a bundle with multiple msi packages installed on a test system (built with installed wix 3.9.702 on build system). I installed the wix 3.9.720 on build system this morning, an only rebuilt the bundle. When I moved it to the test system, which had the prior version of this product installed,

Re: [WiX-users] bootstrapperApplicationData' attribute is not declared.

2014-07-21 Thread Phill Hogland
Thanks for the correction. I will have to review where I got the erroneous idea from. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/bootstrapperApplicationData-attribute-is-not-declared-tp7595444p7596020.html Sent from the wix-users mailing list

Re: [WiX-users] bootstrapperApplicationData' attribute is not declared.

2014-07-21 Thread John Cooper
Votive references work just fine from a build using MSBuild on the command line. I test this scenario dozens of times a day. -- John Merryweather Cooper Build & Install Engineer - ESA Jack Henry & Associates, Inc.® Shawnee Mission, KS  66227 Office:  913-341-3434 x791011 jocoo...@jackhenry.com w

Re: [WiX-users] bootstrapperApplicationData' attribute is not declared.

2014-07-21 Thread Phill Hogland
So if you have a Visual Studio Solution file, and each project that you want to reference has been added to that VS Solution file, then you add the reference to your project and use the variables as documented here: http://wixtoolset.org/documentation/manual/v3/votive/votive_project_references.html

[WiX-users] Context Menu for edit control to paste the data

2014-07-21 Thread veeresh
I have an edit control being used in one of the wizard. Is there aprovision to display a context menu to paste the data onto the edit control ? Currently it works fine with 'Ctrl+V' but need to show up a context menu as well with paste option. Thanks, Veeresh -- View this message in context:

[WiX-users] detected dependencies

2014-07-21 Thread iptb
Does the wix support "detected dependencies" like in setup project visual studio 2010? And how to implement it? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/detected-dependencies-tp7596011.html Sent from the wix-users mailing list archive at Na

Re: [WiX-users] bootstrapperApplicationData' attribute is not declared.

2014-07-21 Thread krupeshdhruv
Sorry for misunderstanding. Actually I have one solution project created. It has existing project where output path is set with some properties. Now I need to refer those properties, therefore I achieve these properties by adding project as reference of bootstrapper application project. Thus I cr