The code here worked:
http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-shortcut-and-pass-all-the

On Mon, Sep 24, 2012 at 1:05 PM, Allan Edwards <
allan.edwa...@pointsolutionsllc.com> wrote:

> <Directory Id="ProgramMenuFolder">
>               <Directory Id="ApplicationProgramsFolder" Name="TCard
> System"/>
>             </Directory>
>
> <Fragment>
>
>     <DirectoryRef Id="ApplicationProgramsFolder">
>       <Component Id="ApplicationShortcut"
> Guid="AD7EBFAB-4DB8-4fa8-8D9B-A6325959C69B">
>         <Shortcut Id="UninstallProduct"
>                   Name="Uninstall TCard System"
>                   Description="Uninstalls the TCard System"
>                   Target="[System64Folder]msiexec.exe"
>                   Arguments="/x [ProductCode]"/>
>         <RegistryValue Root="HKCU" Key="Software\Microsoft\TCardSetup"
> Name="installed" Type="integer" Value="1" KeyPath="yes"/>
>       </Component>
>     </DirectoryRef>
>
>   </Fragment>
>
>
> I tried following the tutorial on creating an uninstall shortcut and all
> compiles but when I go to run the installer the shortcut is not created?
>
> Thanks!!!
> Allan
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to