Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-17 Thread TimM
We have some advertises and some that are not. I'll have to check if the apps to the shortcuts that are advertised are the only ones that produce sxs in the event viewer during installs. If so then I'll check to see what happens if I turn advertisement off. Thanks. -- View this message in

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-10 Thread TimM
Coming back to this one just to see if there may be another reason for this issue. Again it does not prevent out apps from running at the end of the install, it is just an issue of seeing sxs errors in the Event Viewer. I checked the app .exe manifest files and yes all the assemblies that are

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-10 Thread Hoover, Jacob
, 2014 11:51 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer Coming back to this one just to see if there may be another reason for this issue. Again it does not prevent out apps from running at the end

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-10 Thread TimM
No we are not doing nested installs. Since Wix does not support an admin chain install that creates a output .msi we are using InstallShield to create our chain installs to chain all out wix install projects. We have quite a few wixlib 32 bit assemblies that we create to that gets installed and

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-10 Thread Rob Mensching
there: http://www.firegiant.com/ -Original Message- From: TimM [mailto:timmay...@smarttech.com] Sent: Friday, October 10, 2014 11:00 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer No we are not doing nested

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-10 Thread Phill Hogland
I don't know if this comment relates to your concern, but, after some experimentation, I have interpreted the last paragraph in Remarks, at the following link to indicate that my Icon/@Id should be formated with an extension which is the same as the file which the shortcut targets. So even though

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-10 Thread Phil Wilson
there: http://www.firegiant.com/ -Original Message- From: TimM [mailto:timmay...@smarttech.com] Sent: Friday, October 10, 2014 11:00 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer No we are not doing

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-10 Thread Rob Mensching
: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer An InstallShield chain of MSIs is the single transaction install, the multi-package transaction where the whole transaction of multiple MSIs isn't committed until the end. That seems to include committing assemblies

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-10 Thread TimM
Yes that is basically what InstallShield is doing and again the only reason that we are still supporting this is that we still have administrators that push out our software by .msi only and therefore we had to support a multi .msi package so that they only had to push out a single .msi file

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2014-10-10 Thread Phil Wilson
Are the shortcuts advertised or not? The behavior of CreateShortCuts is different in the advertised/non-advertised cases. If the shortcut is advertised it's basically a pointer to the keypath of the component, and that will result in a call to MsiProvideComponent () if it's used. It's not

Re: [WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2013-09-30 Thread eyoung100
Start Here: Visual studio redistributable side-by-side / DependentAssembly error http://stackoverflow.com/questions/7183983/visual-studio-redistributable-side-by-side-dependentassembly-error - The Birth and Growth of Science is the Death and Atrophy of Art. -- Unknown -- View this

[WiX-users] Shortcut creation seems to cause sxs assembly error in Event Viewer

2013-09-20 Thread TimM
I am working on an issue that we are seeing when our WiX project creates shortcuts to target files that require assemblies to be already installed onto the machine. Okay here is the issue. We run our install, all shortcuts are created and the install completes without issues. The app and all