We have an odd behavior with our 2 Applications that are installed via WiX. 
Even though the Desktop shortcut is stored in the All Users\Desktop folder, it 
behaves differently for administrators that it does for normal users. For 
Administrators, it has a Target Type of "Application". For all other users, it 
has a target type of "Application (install on first usage)". 

I have tried changing the ALLUSERS flag to 0,1 and 2 to no effect. 

My desktop shortcut tag is similar to the following:
 
<File Id="ID" Name="Name" Source="Source" DiskId="1" KeyPath="yes">
 <Shortcut Id="DesktopMenu" Directory="DesktopFolder" Advertize="yes"
    Name="NAME" WorkingDir="INSTALLDIR" Icon="Icon.exe">
 </Shortcut>
</File>

Any idea on why this is happening?

Kent 



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to