Re: [WiX-users] Is it possible with Wix?

2013-10-10 Thread ak m
Setup.exe  will parse the external files and folders and install the driver
using them


On Wed, Oct 9, 2013 at 3:39 PM, Blair Murri os...@live.com wrote:

 Pretty much any installation is possible with WiX. What does setup.exe do?
 Do you have its sources?

  Date: Wed, 9 Oct 2013 13:47:24 +0530
  From: wixak...@gmail.com
  To: wix-users@lists.sourceforge.net
  Subject: Re: [WiX-users] Is it possible with Wix?
 
  I want to replace the Setup.exe with Wix Setup.msi with out changing
  folder structure and install using Setup.msi .
 
 
  On Wed, Oct 9, 2013 at 11:42 AM, ak m wixak...@gmail.com wrote:
 
   Please find the attached Screenshot 'Image.JPG'.
  
   I want to replace the Setup.exe with Wix Setup.msi with out
 changing
   folder structure.
  
   Is it possible?
  
   Anyone please help me?
  
  
  
  
  
 
 --
  October Webinars: Code for Performance
  Free Intel webinars can help you accelerate application performance.
  Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
  the latest Intel processors and coprocessors. See abstracts and register
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Is it possible with Wix?

2013-10-10 Thread Marco Tognacci
You can choose to not embed the the installation package of the drivers and 
make the setup taking them from external folder, but you have to know them ad 
compile time and add them in Wix Burn project.
Otherwise if you want Burn to run executable from extern folders you could do 
this using custom actions, but it is not a best practice because the installer 
have no control on this external packages and in this way one could add a virus 
in this folder and using your setup running this virus file with elevated 
privileges on the target machine.


 Date: Thu, 10 Oct 2013 13:36:50 +0530
 From: wixak...@gmail.com
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Is it possible with Wix?
 
 Setup.exe  will parse the external files and folders and install the driver
 using them
 
 
 On Wed, Oct 9, 2013 at 3:39 PM, Blair Murri os...@live.com wrote:
 
  Pretty much any installation is possible with WiX. What does setup.exe do?
  Do you have its sources?
 
   Date: Wed, 9 Oct 2013 13:47:24 +0530
   From: wixak...@gmail.com
   To: wix-users@lists.sourceforge.net
   Subject: Re: [WiX-users] Is it possible with Wix?
  
   I want to replace the Setup.exe with Wix Setup.msi with out changing
   folder structure and install using Setup.msi .
  
  
   On Wed, Oct 9, 2013 at 11:42 AM, ak m wixak...@gmail.com wrote:
  
Please find the attached Screenshot 'Image.JPG'.
   
I want to replace the Setup.exe with Wix Setup.msi with out
  changing
folder structure.
   
Is it possible?
   
Anyone please help me?
   
   
   
   
   
  
  --
   October Webinars: Code for Performance
   Free Intel webinars can help you accelerate application performance.
   Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
  from
   the latest Intel processors and coprocessors. See abstracts and register
  
  
  http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
   ___
   WiX-users mailing list
   WiX-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
  --
  October Webinars: Code for Performance
  Free Intel webinars can help you accelerate application performance.
  Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
  from
  the latest Intel processors and coprocessors. See abstracts and register 
  http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Is it possible with Wix?

2013-10-09 Thread ak m
Please find the attached Screenshot 'Image.JPG'.

I want to replace the Setup.exe with Wix Setup.msi with out changing
folder structure.

Is it possible?

Anyone please help me?
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Is it possible with Wix?

2013-10-09 Thread ak m
I want to replace the Setup.exe with Wix Setup.msi with out changing
folder structure and install using Setup.msi .


On Wed, Oct 9, 2013 at 11:42 AM, ak m wixak...@gmail.com wrote:

 Please find the attached Screenshot 'Image.JPG'.

 I want to replace the Setup.exe with Wix Setup.msi with out changing
 folder structure.

 Is it possible?

 Anyone please help me?





--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Is it possible with Wix?

2013-10-09 Thread Blair Murri
Pretty much any installation is possible with WiX. What does setup.exe do? Do 
you have its sources?
 
 Date: Wed, 9 Oct 2013 13:47:24 +0530
 From: wixak...@gmail.com
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Is it possible with Wix?
 
 I want to replace the Setup.exe with Wix Setup.msi with out changing
 folder structure and install using Setup.msi .
 
 
 On Wed, Oct 9, 2013 at 11:42 AM, ak m wixak...@gmail.com wrote:
 
  Please find the attached Screenshot 'Image.JPG'.
 
  I want to replace the Setup.exe with Wix Setup.msi with out changing
  folder structure.
 
  Is it possible?
 
  Anyone please help me?
 
 
 
 
 
 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users