Re: [WiX-users] Create MSI package with out installing Wix on Target machine [P]

2014-04-15 Thread Steven Ogilvie
Classification: Public
Dileep,

You can install only what is required to build WIX MSI's

I presume you want to build the MSI's and not create the MSI's?

http://wixtoolset.org/documentation/manual/v3/msbuild/daily_builds.html

Steve

-Original Message-
From: Dileep S [mailto:dileep.sanamp...@gmail.com]
Sent: April-15-14 6:59 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Create MSI package with out installing Wix on Target 
machine

Suppose 4 users needs to create MSI package on their machines. Everyone should 
install WIX toolset to create MSI package. So, for time being is it possible to 
create MSI package without installing WIX toolset?




On Thu, Mar 13, 2014 at 6:15 PM, Verbuk, Artem artem.ver...@intel.comwrote:

 Ok, let's try to clarify the situation even more.

 1) Speaking of different OS you speak of different versions of Windows?
 (Yes/No)

 2) You develop some software product, right? This product will run on 
 some other OS than Windows? (Yes/No)

 3) Do you have MANY development machines with different Windows versions?
 (Yes/No)

 4) If the answer for 3 is Yes, do you develop deployment 
 solution(setup
 project) on many development machines? (Yes/No)

 5) If the answer for 4 is Yes, why you develop deployment on many 
 development machines?

 -Original Message-
 From: ak m [mailto:wixak...@gmail.com]
 Sent: Thursday, March 13, 2014 11:59
 To: General discussion about the WiX toolset.
 Subject: Re: [WiX-users] Create MSI package with out installing Wix on 
 Target machine

 Hi Artem,

 Thank you for your quick response

  But now i want to execute the same build tool on different OS to 
 create MSI packages.

 Requirement from my customer: Create a build tool to create MSI 
 packages

 Build tool: Created in C#.net
 Packing tool : Wix Toolset

 To run my build tool, i need to install .Net Framework and Wix to 
 build packages

 If i want to run the build tool on English Windows 7 32-bit I need to 
 install .Net Framework and Wix

 If i want to run the same build tool on English Windows 8 32-bit I 
 need to install .Net Framework and Wix

 If i want to run the same build tool on Winows Vista 8 32-bit I need 
 to install .Net Framework and Wix

 My customer doesn't want to install Wix in each OS.

 Query:
 1. Are there are any run time Wix files, whci can be used along with 
 build tool to create packages? Like Candle.exe, Burn.exe etc so that 
 we can use along with build tool and create packages with out 
 installing Wix

 Best Regards,
 Anil






 On Thu, Mar 13, 2014 at 2:09 PM, Verbuk, Artem artem.ver...@intel.com
 wrote:

  Hi, Anil
  As far as I understand it (I might be not the one who knows it 
  best), the WIX toolset is a set of tools that allows you to create 
  .msi file, that can be then processed by Windows Installer. Windows 
  Installer is a program that comes with Windows. So first of all I 
  would say that .msi files intent to be used to install your program 
  on machine that
 runs Windows.
  So the whole chain is like:
  1)You use your tools to develop the application (VisualStudio, 
  NetBeans, notepad or whatever.) 2)You build your application into 
  dlls, resource files, executables 3)You use WIX to create deployment 
  solution that can be executed by Windows Isntaller
 
  So, what is your question again?
   But now i want to execute the same build tool on different OS to 
  create MSI packages.
  Why would you like to crate .msi on another platform (Linux for
  example) if this .msi can only run on Windows and cannot run on 
  another
 platform?
  If the question you ask really is Can I use WIX toolset to create 
  setups for platforms other than Windows? then I would say nope.
 
  If you are developing some code, that is cross platform, write it 
  cross platform in any IDE in any OS, than deploy it for Windows 
  using WIX, and deploy it for other OS using another appropriate tool.
 
  I hope I understood  your question correct.
  Regards
 
  -Original Message-
  From: ak m [mailto:wixak...@gmail.com]
  Sent: Thursday, March 13, 2014 09:25
  To: General discussion for Windows Installer XML toolset.
  Subject: [WiX-users] Create MSI package with out installing Wix on 
  Target machine
 
  Dear all,
 
  I have a build tool, in which i am using msbuild to build the wix 
  project to create MSI package.
  Here i have installed .net framework and Wix.
 
  But now i want to execute the same build tool on different OS to 
  create MSI packages.
  Here i have to install .net framework and Wix again.
 
 
  Suppose if i want to create on other OS, i need to install Wix again...
 
  Is there a way to create MSI packages without installing wix? i.e 
  can i copy any run-time required files and simply  do the package..
 
  Anyone please help me on this...
 
 
  Best Regards,
  Anil
 
  
  - A member of the Intel Corporation group of companies
 
  This 

Re: [WiX-users] Create MSI package with out installing Wix on Target machine [P]

2014-04-15 Thread Dileep S
For generating MSI package using WIX, which are required things to install
from WIX Toolset?


On Tue, Apr 15, 2014 at 5:31 PM, Steven Ogilvie steven.ogil...@titus.comwrote:

 Classification: Public
 Dileep,

 You can install only what is required to build WIX MSI's

 I presume you want to build the MSI's and not create the MSI's?

 http://wixtoolset.org/documentation/manual/v3/msbuild/daily_builds.html

 Steve

 -Original Message-
 From: Dileep S [mailto:dileep.sanamp...@gmail.com]
 Sent: April-15-14 6:59 AM
 To: General discussion about the WiX toolset.
 Subject: Re: [WiX-users] Create MSI package with out installing Wix on
 Target machine

 Suppose 4 users needs to create MSI package on their machines. Everyone
 should install WIX toolset to create MSI package. So, for time being is it
 possible to create MSI package without installing WIX toolset?




 On Thu, Mar 13, 2014 at 6:15 PM, Verbuk, Artem artem.ver...@intel.com
 wrote:

  Ok, let's try to clarify the situation even more.
 
  1) Speaking of different OS you speak of different versions of Windows?
  (Yes/No)
 
  2) You develop some software product, right? This product will run on
  some other OS than Windows? (Yes/No)
 
  3) Do you have MANY development machines with different Windows versions?
  (Yes/No)
 
  4) If the answer for 3 is Yes, do you develop deployment
  solution(setup
  project) on many development machines? (Yes/No)
 
  5) If the answer for 4 is Yes, why you develop deployment on many
  development machines?
 
  -Original Message-
  From: ak m [mailto:wixak...@gmail.com]
  Sent: Thursday, March 13, 2014 11:59
  To: General discussion about the WiX toolset.
  Subject: Re: [WiX-users] Create MSI package with out installing Wix on
  Target machine
 
  Hi Artem,
 
  Thank you for your quick response
 
   But now i want to execute the same build tool on different OS to
  create MSI packages.
 
  Requirement from my customer: Create a build tool to create MSI
  packages
 
  Build tool: Created in C#.net
  Packing tool : Wix Toolset
 
  To run my build tool, i need to install .Net Framework and Wix to
  build packages
 
  If i want to run the build tool on English Windows 7 32-bit I need to
  install .Net Framework and Wix
 
  If i want to run the same build tool on English Windows 8 32-bit I
  need to install .Net Framework and Wix
 
  If i want to run the same build tool on Winows Vista 8 32-bit I need
  to install .Net Framework and Wix
 
  My customer doesn't want to install Wix in each OS.
 
  Query:
  1. Are there are any run time Wix files, whci can be used along with
  build tool to create packages? Like Candle.exe, Burn.exe etc so that
  we can use along with build tool and create packages with out
  installing Wix
 
  Best Regards,
  Anil
 
 
 
 
 
 
  On Thu, Mar 13, 2014 at 2:09 PM, Verbuk, Artem artem.ver...@intel.com
  wrote:
 
   Hi, Anil
   As far as I understand it (I might be not the one who knows it
   best), the WIX toolset is a set of tools that allows you to create
   .msi file, that can be then processed by Windows Installer. Windows
   Installer is a program that comes with Windows. So first of all I
   would say that .msi files intent to be used to install your program
   on machine that
  runs Windows.
   So the whole chain is like:
   1)You use your tools to develop the application (VisualStudio,
   NetBeans, notepad or whatever.) 2)You build your application into
   dlls, resource files, executables 3)You use WIX to create deployment
   solution that can be executed by Windows Isntaller
  
   So, what is your question again?
But now i want to execute the same build tool on different OS to
   create MSI packages.
   Why would you like to crate .msi on another platform (Linux for
   example) if this .msi can only run on Windows and cannot run on
   another
  platform?
   If the question you ask really is Can I use WIX toolset to create
   setups for platforms other than Windows? then I would say nope.
  
   If you are developing some code, that is cross platform, write it
   cross platform in any IDE in any OS, than deploy it for Windows
   using WIX, and deploy it for other OS using another appropriate tool.
  
   I hope I understood  your question correct.
   Regards
  
   -Original Message-
   From: ak m [mailto:wixak...@gmail.com]
   Sent: Thursday, March 13, 2014 09:25
   To: General discussion for Windows Installer XML toolset.
   Subject: [WiX-users] Create MSI package with out installing Wix on
   Target machine
  
   Dear all,
  
   I have a build tool, in which i am using msbuild to build the wix
   project to create MSI package.
   Here i have installed .net framework and Wix.
  
   But now i want to execute the same build tool on different OS to
   create MSI packages.
   Here i have to install .net framework and Wix again.
  
  
   Suppose if i want to create on other OS, i need to install Wix again...
  
   Is there a way to create MSI packages without installing 

Re: [WiX-users] Create MSI package with out installing Wix on Target machine [P]

2014-04-15 Thread Steven Ogilvie
Classification: Public
Read the link I sent you... it explains what you must do

-Original Message-
From: Dileep S [mailto:dileep.sanamp...@gmail.com]
Sent: April-15-14 8:20 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Create MSI package with out installing Wix on Target 
machine [P]

For generating MSI package using WIX, which are required things to install from 
WIX Toolset?


On Tue, Apr 15, 2014 at 5:31 PM, Steven Ogilvie steven.ogil...@titus.comwrote:

 Classification: Public
 Dileep,

 You can install only what is required to build WIX MSI's

 I presume you want to build the MSI's and not create the MSI's?

 http://wixtoolset.org/documentation/manual/v3/msbuild/daily_builds.htm
 l

 Steve

 -Original Message-
 From: Dileep S [mailto:dileep.sanamp...@gmail.com]
 Sent: April-15-14 6:59 AM
 To: General discussion about the WiX toolset.
 Subject: Re: [WiX-users] Create MSI package with out installing Wix on 
 Target machine

 Suppose 4 users needs to create MSI package on their machines. 
 Everyone should install WIX toolset to create MSI package. So, for 
 time being is it possible to create MSI package without installing WIX 
 toolset?




 On Thu, Mar 13, 2014 at 6:15 PM, Verbuk, Artem artem.ver...@intel.com
 wrote:

  Ok, let's try to clarify the situation even more.
 
  1) Speaking of different OS you speak of different versions of Windows?
  (Yes/No)
 
  2) You develop some software product, right? This product will run 
  on some other OS than Windows? (Yes/No)
 
  3) Do you have MANY development machines with different Windows versions?
  (Yes/No)
 
  4) If the answer for 3 is Yes, do you develop deployment 
  solution(setup
  project) on many development machines? (Yes/No)
 
  5) If the answer for 4 is Yes, why you develop deployment on many 
  development machines?
 
  -Original Message-
  From: ak m [mailto:wixak...@gmail.com]
  Sent: Thursday, March 13, 2014 11:59
  To: General discussion about the WiX toolset.
  Subject: Re: [WiX-users] Create MSI package with out installing Wix 
  on Target machine
 
  Hi Artem,
 
  Thank you for your quick response
 
   But now i want to execute the same build tool on different OS to 
  create MSI packages.
 
  Requirement from my customer: Create a build tool to create MSI 
  packages
 
  Build tool: Created in C#.net
  Packing tool : Wix Toolset
 
  To run my build tool, i need to install .Net Framework and Wix to 
  build packages
 
  If i want to run the build tool on English Windows 7 32-bit I need 
  to install .Net Framework and Wix
 
  If i want to run the same build tool on English Windows 8 32-bit I 
  need to install .Net Framework and Wix
 
  If i want to run the same build tool on Winows Vista 8 32-bit I need 
  to install .Net Framework and Wix
 
  My customer doesn't want to install Wix in each OS.
 
  Query:
  1. Are there are any run time Wix files, whci can be used along with 
  build tool to create packages? Like Candle.exe, Burn.exe etc so that 
  we can use along with build tool and create packages with out 
  installing Wix
 
  Best Regards,
  Anil
 
 
 
 
 
 
  On Thu, Mar 13, 2014 at 2:09 PM, Verbuk, Artem 
  artem.ver...@intel.com
  wrote:
 
   Hi, Anil
   As far as I understand it (I might be not the one who knows it 
   best), the WIX toolset is a set of tools that allows you to create 
   .msi file, that can be then processed by Windows Installer.
   Windows Installer is a program that comes with Windows. So first 
   of all I would say that .msi files intent to be used to install 
   your program on machine that
  runs Windows.
   So the whole chain is like:
   1)You use your tools to develop the application (VisualStudio, 
   NetBeans, notepad or whatever.) 2)You build your application into 
   dlls, resource files, executables 3)You use WIX to create 
   deployment solution that can be executed by Windows Isntaller
  
   So, what is your question again?
But now i want to execute the same build tool on different OS to 
   create MSI packages.
   Why would you like to crate .msi on another platform (Linux for
   example) if this .msi can only run on Windows and cannot run on 
   another
  platform?
   If the question you ask really is Can I use WIX toolset to create 
   setups for platforms other than Windows? then I would say nope.
  
   If you are developing some code, that is cross platform, write it 
   cross platform in any IDE in any OS, than deploy it for Windows 
   using WIX, and deploy it for other OS using another appropriate tool.
  
   I hope I understood  your question correct.
   Regards
  
   -Original Message-
   From: ak m [mailto:wixak...@gmail.com]
   Sent: Thursday, March 13, 2014 09:25
   To: General discussion for Windows Installer XML toolset.
   Subject: [WiX-users] Create MSI package with out installing Wix on 
   Target machine
  
   Dear all,
  
   I have a build tool, in which i am using msbuild to build the wix 
   project