Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Updating files that are already included for the install

$
0
0
NVM this, I found the answer:
        wixProject.ResolveWildCards(ignoreEmptyDirectories: true)
                       .FindFile((f) => f.Name.EndsWith("MyApp.exe"))
                       .First()
                       .Shortcuts = new[] {
                                   new FileShortcut("MyApp", @"%ProgramMenu%\MyCompany\MyApp") { IconFile = wixProject.ControlPanelInfo.ProductIcon },
                                   new FileShortcut("MyApp", "%Desktop%") { IconFile = wixProject.ControlPanelInfo.ProductIcon }
                              };

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>