application shortcut trying to reinstall application
        Posted  
        
            by Pritam Karmakar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pritam Karmakar
        
        
        
        Published on 2010-05-28T22:33:34Z
        Indexed on 
            2010/05/28
            22:42 UTC
        
        
        Read the original article
        Hit count: 299
        
Hi All,
I have created a deployment file(msi) using VS Setup project. This msi file create a shortcut in desktop.During deployment I have added some predefined data files (.xml/text) into it.Application shortcut working fine i.e. it open the application and running fine.
But once I delete some data files from installation location, and then click application shortcut, it started installing the application and copied all those files into the original installation location again. My question is how to stop this re-installation after deletion of files.
Thanks, Pritam
© Stack Overflow or respective owner