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 conte

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 advertis

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 instea

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

2014-10-10 Thread Rob Mensching
General discussion about the WiX toolset. Subject: Re: [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&

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

2014-10-10 Thread Phil Wilson
___ > Short replies here. Complete answers over 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.sourcef

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 Rob Mensching
hort replies here. Complete answers over 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 err

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 ar

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

2014-10-10 Thread Hoover, Jacob
October 10, 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

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 decl

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 - The Birth and Growth of Science is the Death and Atrophy of Art. -- Unknown -- View this me

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

Re: [WiX-users] Shortcut creation using WIX

2011-04-06 Thread Peter Shirtcliffe
of an icon resource in that file. -Original Message- From: Subhasree Ramesh [mailto:subhasree.ram...@live.in] Sent: 06 April 2011 12:22 To: WIX Toolkit Subject: [WiX-users] Shortcut creation using WIX Hi All, I found the WIX structure for shortcut entry in MSI. I need some clarity on

[WiX-users] Shortcut creation using WIX

2011-04-06 Thread Subhasree Ramesh
Hi All, I found the WIX structure for shortcut entry in MSI. I need some clarity on the attributes, Directory, WorkingDirectory, Icon and IconIndex. What needs to be the value for Directory and WorkingDirectory, if the shortcut for App1.msi need to be under ProgramFilesMenu/StartMenu/Applica

Re: [WiX-users] Shortcut creation problem

2007-09-26 Thread Rob Mensching
tcuts are pointing at the same File right now. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Alford Sent: Tuesday, September 18, 2007 03:18 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shortcut creation problem Hi all, I am having a problem with a WiX pakage I

[WiX-users] Shortcut creation problem

2007-09-18 Thread Simon Alford
Hi all, I am having a problem with a WiX pakage I have created. All is working well with it except the creation of shortcuts. I have included the XML used to create my shortcuts. The problem I get is that all my shortcuts endup with the same action. Which is to run "StartDragon.bat", the "Stop Dr

Re: [WiX-users] Shortcut Creation

2007-03-05 Thread michael . schoneman
Stefan- Thanks again. After moving the target path into a property instead of specifying it directy, I got everything working. -Michael O. Schoneman Stefan Pavlik <[EMAIL PROTECTED]> 03/05/2007 02:36 AM To [EMAIL PROTECTED] cc wix-users@lists.sourceforge.net Subject Re: [WiX

Re: [WiX-users] Shortcut Creation

2007-03-05 Thread michael . schoneman
AIL PROTECTED]> 03/05/2007 02:36 AM To [EMAIL PROTECTED] cc wix-users@lists.sourceforge.net Subject Re: [WiX-users] Shortcut Creation Hi Michael you should play with the 'Advertise' attribute of 'Shortcut' element. The default value is 'Yes'. Also the &#

Re: [WiX-users] Shortcut Creation

2007-03-04 Thread Stefan Pavlik
Hi Michael you should play with the 'Advertise' attribute of 'Shortcut' element. The default value is 'Yes'. Also the 'Target' attribute of 'Shortcut' element should not be absolute path. Frm the WiX manual: Target - The target for a non-Advertised shortcut. This attribute is not valid for Advert

[WiX-users] Shortcut Creation

2007-03-04 Thread michael . schoneman
Hi- The install I?m creating needs to create a start menu shortcut to a program in a fixed location on a network mapped drive. I?ve done a bunch of searching but couldn?t find anything that helped. I may be missing something obvious but I can?t seem to get the shortcut created! Here?s the re