Hi,

I created short cuts using following code

                <Shortcut Id="startmenuFoobar10" Directory="ProgramMenuDir"
Name="Foobar10" 
                  LongName="Foobar 1.0" WorkingDirectory='INSTALLDIR'
                  Icon="Foobar10.exe" IconIndex="0" />
  
                <Directory Id="ProgramMenuFolder" Name="PMenu"
LongName="Programs">
                  <Directory Id="ProgramMenuDir" Name='Foobar10'
LongName="Foobar 1.0" />
                </Directory>
           
                 <Icon Id="Foobar10.exe" SourceFile="FoobarAppl10.exe" />


But at the time of un installing created short cut is not deleted.

Can  any one tell me what is the problem here???




-- 
View this message in context: 
http://www.nabble.com/Deleting-SHortcuts%28Start-%3EPrgs-%3E-...%29-tf4860903.html#a13910297
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to