Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-03 Thread Marc Fauser
On 2013-05-03 20:10, Edwin Castro wrote:
 That character limit on paths is imposed by .NET. :-(

I use https://alphafs.codeplex.com/ to work with
pathes up to 32000 characters. I hope they will fix it
in .NET sometime.

Marc

--
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


Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and the Server Manager requirement

2013-02-04 Thread Marc Fauser
On 2013-02-04 22:29, Eric Schultz wrote:
 All,

 I've created a simple ExeRunner application that can be embedded into your
 bundle and then be called to run a command on the destination computer. To
 install .NET Framework 3.5 and less on Win 8, the entire command line would
 be:

 ExeRunner.exe C:\Windows\system32\dism.exe /online /norestart
 /enable-feature /featurename:netfx3

 If the inner command fails, it's error code is returned.

If you can call ExeRunner.exe, why can't you call dism.exe directly?

Marc


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX Chain ARP entries

2012-12-17 Thread Marc Fauser
I have a WiX bundle for different components of our software.
Every component has its own msi and installs perfectly.

But I want to install the bundle so that for every msi I get an entry in ARP,
but I can only get the bundle to appear.
How can I force the burn chain to show every component?

Best regards,
Marc Fauser



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix Upgrades when only revision number changes

2012-12-17 Thread Marc Fauser
I have a setup which works great but has one bug.
If only the revision number changes, the setup tells
me that this product version is already installed.

e.g. I have one msi with version 1.2.3.4 installed
and I want to upgrade to 1.2.3.5. This doesn't
work for me. I couldn't find any documentation
how to solve this.

Best regards,
Marc Fauser


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX Chain ARP entries

2012-12-17 Thread Marc Fauser
On 2012-12-17 09:58, Neil Sleightholm wrote:
 Take a look at the MsiPackage/@Visible attribute
 http://wix.sourceforge.net/manual-wix3/wix_xsd_msipackage.htm.

This solved my problem. Thank you very much.
I read this page many times and overlooked it every time.

Marc


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users