Ok thanks very much Jacob. -----Original Message----- From: Hoover, Jacob [mailto:[email protected]] Sent: Friday, February 27, 2015 10:51 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] how to auto-update like ClickOnce in WIX
Still not supported directly in the toolset but it doesn't take much to do it. I have a modified WixStdBA here https://github.com/jchoover/wix3/tree/develop-3.9-WixStdBA If you are using your own BA, you can model it after the changes I made to Wix's own BA in src/Setup/WixBA/UpdateViewModel.cs As for the application triggering the update, you can create a stub DLL to expose the methods inside of butil.cpp (part of dutil.lib). https://www.mail-archive.com/[email protected]/msg65066.html -----Original Message----- From: Kurt Schenk [mailto:[email protected]] Sent: Friday, February 27, 2015 9:32 AM To: [email protected] Subject: Re: [WiX-users] how to auto-update like ClickOnce in WIX Hi Is there an update to the information that Rob shared on Feb 2014? What is possible today? http://sourceforge.net/p/wix/mailman/message/31962990/ "It's not hard but there is nothing built into WiX toolset today to do it. There is a feature under development to do self-update for bundles that could help a lot building an auto-update system. You just have to connect a few more dots today" Thanks, ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

