Re: [WiX-users] Burn/Boostrapper WITHOUT .NET installer

2013-05-03 Thread Laika42
Hi George,
You can remove the dotnet reference in the chain and it would not install.
Regards,
Markus

Am 04.05.2013 um 02:15 schrieb George Fleming :

> Running Wix 3.6, I had to follow one of many examples on the net on adding 
>  to my code to check/install .NET 4.0, just to get my Setup to 
> build.
> 
> Here's the thing...I know Setup requires .NET to run, but I DON"T want to 
> check for .NET, and I don't want to package the .NET installer.  .NET is a 
> Windows feature that is turned on by default on Windows Server platform that 
> my applications runs on, and internally we check the .NET version anyway.  We 
> don't want to add an extra EXE to our deployment, and we don't want to embed 
> it in our Setup.  Is there a way to build a boostrapper without .NET checking?
> 
> All the example code I have seen have the .NET 
> / code.  Is there an example of boostrapper 
> code that doesn't require a .NET package?  If I remove these Package 
> statements, it doesn't compile either.
> 
> Thanks,
> 
> George
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite
> It's a free troubleshooting tool designed for production
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap2
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Burn/Boostrapper WITHOUT .NET installer

2013-05-03 Thread George Fleming
Running Wix 3.6, I had to follow one of many examples on the net on adding 
 to my code to check/install .NET 4.0, just to get my Setup to 
build.

Here's the thing...I know Setup requires .NET to run, but I DON"T want to check 
for .NET, and I don't want to package the .NET installer.  .NET is a Windows 
feature that is turned on by default on Windows Server platform that my 
applications runs on, and internally we check the .NET version anyway.  We 
don't want to add an extra EXE to our deployment, and we don't want to embed it 
in our Setup.  Is there a way to build a boostrapper without .NET checking?

All the example code I have seen have the .NET / 
code.  Is there an example of boostrapper code that doesn't require a .NET 
package?  If I remove these Package statements, it doesn't compile either.

Thanks,

George
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users