Re: [WiX-users] Error wile building WiX solution in TFS Build.
Hi Sachin, There is a log file when you compile your solution using TFS that is build.log and buildd.log. and also there is error and warning file. Can you send us that error and warning file? Only then anyone can help you out on this. Thanks Amit Srivastava - Original Message From: Sachin Dubey (Tata Consultancy Services) To: General discussion for Windows Installer XML toolset. Sent: Tuesday, December 23, 2008 2:00:05 PM Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Yes! With msbuild all works well. Thanks Sachin -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Monday, December 22, 2008 11:17 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Does it work if you build the solution with msbuild? I think this is all tfs does. Neil -Original Message- From: Sachin Dubey (Tata Consultancy Services) [mailto:v-sad...@microsoft.com] Sent: 22 December 2008 23:28 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Thanks for reply Neil. It's actually not relative path. Its fixed and I know where the source file would go when the c# Solution is build. However at the beginning of the build process this path doesn't exist and created only after completion of first solution build. If I build both the solutions in separate TFS build projects or from VS all goes well. Thanks Sachin -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Monday, December 22, 2008 1:45 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Are you using relative paths to your source files? IIRC TFS builds output to a different location than a simple msbuild would and that might be causing the problem. Neil -Original Message- From: Sachin Dubey (Tata Consultancy Services) [mailto:v-sad...@microsoft.com] Sent: 22 December 2008 18:58 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Hi Amit, No of errors are as many as the files are in .wxs file. Error message is: error LGHT0083: The file with id ' and name '' could not be found with source path: ''. Thanks Sachin -----Original Message- From: amit srivastava [mailto:sri_amit_2...@yahoo.com] Sent: Sunday, December 21, 2008 2:43 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Sachin, What error you are getting at the time of compilation from TFS? It seems it file location for msi will not be in the same location. Thanks Amit Srivastava - Original Message From: Sachin Dubey (Tata Consultancy Services) To: "wix-users@lists.sourceforge.net" ; "wix-d...@lists.sourceforge.net" Sent: Sunday, December 21, 2008 11:54:29 AM Subject: [WiX-users] Error wile building WiX solution in TFS Build. Hi, I got two projects, a c# project that generates the deployable binaries and WiX project to generate MSI out of the binaries. If I build them separately all work fine. (output location of first project is used as source location in WiX project - wxs file). However when I try to include solutions of both the Project to TFS Build, and try to get MSI in single build run, it fails. The source location given in the WiX file is created only after building the first c# project/solution.. And the compilation of the WiX project happens before the build of first project, this causes compile time error, (source location given in WiX project doesn't exists/files cannot found.) TFSBuild.Proj files looks like : Debug Any CPU Release x86 Any clue on this would help. Thanks Sachin -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- ___ WiX-users mailing list WiX-users@lists.sourceforg
Re: [WiX-users] Error wile building WiX solution in TFS Build.
Sachin, What error you are getting at the time of compilation from TFS? It seems it file location for msi will not be in the same location. Thanks Amit Srivastava - Original Message From: Sachin Dubey (Tata Consultancy Services) To: "wix-users@lists.sourceforge.net" ; "wix-d...@lists.sourceforge.net" Sent: Sunday, December 21, 2008 11:54:29 AM Subject: [WiX-users] Error wile building WiX solution in TFS Build. Hi, I got two projects, a c# project that generates the deployable binaries and WiX project to generate MSI out of the binaries. If I build them separately all work fine. (output location of first project is used as source location in WiX project - wxs file). However when I try to include solutions of both the Project to TFS Build, and try to get MSI in single build run, it fails. The source location given in the WiX file is created only after building the first c# project/solution.. And the compilation of the WiX project happens before the build of first project, this causes compile time error, (source location given in WiX project doesn't exists/files cannot found.) TFSBuild.Proj files looks like : Debug Any CPU Release x86 Any clue on this would help. Thanks Sachin -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] error during linking the wix setup
Hi, I am using the latest version of WIX3.0.2827.0 for creating the merge module. I am getting the linking error Error LGHT0102: The localization variable !(loc.msierrXmlFileFailedRead) is unknown. Please ensure the variable is defined. There are many more same type errors(Error LGHT0102). I am using XMLFile tag inside the merge module and I have included the http://schemas.microsoft.com/wix/UtilExtension schema and also i have included the reference of WixUtilExtension . I am getting no documented help on the errors coming at the time of linking. Any information would be greatly appreciated. Thanks Amit - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] public properties can be read inside the merge module?
Hi, I have created a merge module using wix and I am trying to read the public properties which is defined outside of merge module(i.e. inside the MSI file). Can we read that properties? That merge module is included in the main wix file file for creation the MSI. I am trying to read the properties from the merge module but I am not getting success? If we can then how we can read that properties..? Thanks Amit srivastava - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] FW: public properties can be read inside the merge module?
Any help on this...? From: Amit Srivastava (Tata Consultancy Services) Sent: Monday, May 21, 2007 12:28 AM To: Rob Mensching Subject: RE: public properties can be read inside the merge module? Thanks for your quick response.. If we describe the properties inside the merge module then we can read it outside from the merge module(i.e. from wix project file that contain that merge module using module id) but if we define the properties inside the wix project(outside of merge module) and trying to read it inside the merge module can we do it? As we know merge module can be included in the project file now suppose that project file contains some properties and try to read that properties inside from the merge module( merge module also included as part of project), can we do that? Thanks in Advance Amit From: Rob Mensching Sent: Sunday, May 20, 2007 11:07 PM To: Amit Srivastava (Tata Consultancy Services); wix-users@lists.sourceforge.net Subject: RE: public properties can be read inside the merge module? Sure. Just remember the Properites have the Module Id appended to them as described in the MSI SDK. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amit Srivastava (Tata Consultancy Services) Sent: Sunday, May 20, 2007 4:30 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] public properties can be read inside the merge module? Hi, I have created a merge module using wix and I am trying to read the public properties which is defined outside of merge module(i.e. inside the MSI file). Can we read that properties? That merge module is included in the main wix file file for creation the MSI. I am trying to read the properties from the merge module but I am not getting success? If we can then how we can read that properties..? Thanks Amit srivastava - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] public properties can be read inside the merge module?
Any Suggestion...? From: Amit Srivastava (Tata Consultancy Services) Sent: Monday, May 21, 2007 12:03 PM To: 'wix-users@lists.sourceforge.net' Cc: Rob Mensching Subject: FW: public properties can be read inside the merge module? Any help on this...? From: Amit Srivastava (Tata Consultancy Services) Sent: Monday, May 21, 2007 12:28 AM To: Rob Mensching Subject: RE: public properties can be read inside the merge module? Thanks for your quick response.. If we describe the properties inside the merge module then we can read it outside from the merge module(i.e. from wix project file that contain that merge module using module id) but if we define the properties inside the wix project(outside of merge module) and trying to read it inside the merge module can we do it? As we know merge module can be included in the project file now suppose that project file contains some properties and try to read that properties inside from the merge module( merge module also included as part of project), can we do that? Thanks in Advance Amit From: Rob Mensching Sent: Sunday, May 20, 2007 11:07 PM To: Amit Srivastava (Tata Consultancy Services); wix-users@lists.sourceforge.net Subject: RE: public properties can be read inside the merge module? Sure. Just remember the Properites have the Module Id appended to them as described in the MSI SDK. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amit Srivastava (Tata Consultancy Services) Sent: Sunday, May 20, 2007 4:30 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] public properties can be read inside the merge module? Hi, I have created a merge module using wix and I am trying to read the public properties which is defined outside of merge module(i.e. inside the MSI file). Can we read that properties? That merge module is included in the main wix file file for creation the MSI. I am trying to read the properties from the merge module but I am not getting success? If we can then how we can read that properties..? Thanks Amit srivastava - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] public properties can be read inside the merge module?
...? From: Amit Srivastava (Tata Consultancy Services) Sent: Monday, May 21, 2007 6:19 PM To: wix-users@lists.sourceforge.net Cc: Rob Mensching Subject: RE: public properties can be read inside the merge module? Any Suggestion…? From: Amit Srivastava (Tata Consultancy Services) Sent: Monday, May 21, 2007 12:03 PM To: 'wix-users@lists.sourceforge.net' Cc: Rob Mensching Subject: FW: public properties can be read inside the merge module? Any help on this…? From: Amit Srivastava (Tata Consultancy Services) Sent: Monday, May 21, 2007 12:28 AM To: Rob Mensching Subject: RE: public properties can be read inside the merge module? Thanks for your quick response.. If we describe the properties inside the merge module then we can read it outside from the merge module(i.e. from wix project file that contain that merge module using module id) but if we define the properties inside the wix project(outside of merge module) and trying to read it inside the merge module can we do it? As we know merge module can be included in the project file now suppose that project file contains some properties and try to read that properties inside from the merge module( merge module also included as part of project), can we do that? Thanks in Advance Amit From: Rob Mensching Sent: Sunday, May 20, 2007 11:07 PM To: Amit Srivastava (Tata Consultancy Services); wix-users@lists.sourceforge.net Subject: RE: public properties can be read inside the merge module? Sure. Just remember the Properites have the Module Id appended to them as described in the MSI SDK. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amit Srivastava (Tata Consultancy Services) Sent: Sunday, May 20, 2007 4:30 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] public properties can be read inside the merge module? Hi, I have created a merge module using wix and I am trying to read the public properties which is defined outside of merge module(i.e. inside the MSI file). Can we read that properties? That merge module is included in the main wix file file for creation the MSI. I am trying to read the properties from the merge module but I am not getting success? If we can then how we can read that properties..? Thanks Amit srivastava - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users