Re: [WiX-users] SendTo shortcut for default and all user profiles on multiple OS's

2009-10-29 Thread Bazarewsky, Michael C.
Sent: Thursday, October 29, 2009 3:37 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] SendTo shortcut for default and all user profiles on multiple OS's Hello, Does anyone know of a concise way to create a "SendTo" shortcut for the default user and all existing user profi

Re: [WiX-users] SendTo shortcut for default and all user profiles on multiple OS's

2009-10-29 Thread Blair
de in Windows Installer the permission required to load profiles). -Original Message- From: Evan Beeton [mailto:ebee...@informasoftware.com] Sent: Thursday, October 29, 2009 12:37 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] SendTo shortcut for default and all user profil

[WiX-users] SendTo shortcut for default and all user profiles on multiple OS's

2009-10-29 Thread Evan Beeton
Hello, Does anyone know of a concise way to create a "SendTo" shortcut for the default user and all existing user profiles on XP, Vista and Windows 7? Our current approach uses a VBScript custom action to look for hard-coded paths in %USERPROFILE%. We have one script for Vista and one for XP, and