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

New Post: Keep .wixpdb file

$
0
0
project.PreserveTempFiles = true; will prevent deleting temp file but only the ones created by Wix# not by WiX tools (e.g. *.wixpdb).

The best way to solve this would be to use BuildMsiCmd:
project.UI = WUI.WixUI_InstallDir;
project.GUID = new Guid("6f330b47-2577-43ad-9095-1861ba25889b");
...
Process.Start(project.BuildMsiCmd())
       .WaitForExit();

Viewing all articles
Browse latest Browse all 1354

Trending Articles



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