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

2014-08-12 Thread krupeshdhruv
How to set Bootstrapper application data if I am using WixStandardBootstrapperApplication. I am not creating any other dll to be used as pay load. Do I need to add anything more which will set application data ? Or in any other tag? thanks in advance, KD -- View this message in context: http:

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] 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
enry.com www.jackhenry.com -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Monday, July 21, 2014 8:33 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] bootstrapperApplicationData' attribute is not declared. So if you have a Visual Studio

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

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

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

2014-07-18 Thread Phill Hogland
I don't understand what is meant by: "If I add new project in existing project where I add reference of other project to create msi path, its not compiling and giving mentioned error. " -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/bootstrapperA

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

2014-07-18 Thread krupeshdhruv
Hello everyone, Does any one has any update regarding this issue? Thanks in advance. with regards, KD -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/bootstrapperApplicationData-attribute-is-not-declared-tp7595444p7595956.html Sent from the wix-

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

2014-07-02 Thread krupeshdhruv
Hi Phill, Thanks a lot for trying solution at your end. Yes I am providing full path of msi. I would like to add one thing here: If I create new project and add this code its working fine. If I add new project in existing project where I add reference of other project to create msi path, its not

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

2014-07-02 Thread krupeshdhruv
Hi Phill, Thanks a lot for trying solution at your end. Yes I am providing full path of msi. I would like to add one thing here: If I create new project and add this code its working fine. If I add new project in existing project where I add reference of other project to create msi path, its not

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

2014-07-01 Thread Phill Hogland
I should add that I provided a full path to an msi rather than just a file name in SourceFile="a32.msi" -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/bootstrapperApplicationData-attribute-is-not-declared-tp7595444p7595606.html Sent from the wix-u

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

2014-07-01 Thread Phill Hogland
I do not see any problem compiling this code against wix 3.8.1228 RTM toolset. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/bootstrapperApplicationData-attribute-is-not-declared-tp7595444p7595605.html Sent from the wix-users mailing list archive

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

2014-06-30 Thread krupeshdhruv
I have pretty simple wix code: I am executing msi depending on platform. http://schemas.microsoft.com/wix/2006/wi"; xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";> -- View this message in context: http://windows-installer-x

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

2014-06-25 Thread Phill Hogland
Was the namespace added to the header of the wxs which uses the BalExtension.dll elements? xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"; If this does not help you may need to post the relevant code from your wxs file. -- View this message in context: http://windows-installer-xml-

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

2014-06-25 Thread krupesh dhruva
Hello Everyone, I am very new to wix. I am creating one installer. I have created two different msi (one 32 and one 64 bit) in wix project. Now I am creating one bootstrap exe which will run msi depending on platform. I have added reference "WixBalExtension.dll" and added both msi as Msipackage