Working with the WiX Toolset - SVNUG Presentation 31

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ส.ค. 2024
  • Keith Reichert presents "Working with the WiX Toolset" at the Sangamon Valley .NET User Group (SVNUG) September 2013 presentation meeting on Tuesday, September 3rd, 2013, at the Hilton (downtown Springfield, Illinois). In this two-part video, Keith shows us how to create application installers using the free WiX framework. In part one, Keith demonstrates properties of an installation and shows us how to get started with WiX. In part two, he shows us how to use WiX's bootstrapping features to wrap multiple application installations using a single WiX-generated installation UI.
    The Sangamon Valley .NET User Group (SVNUG) is a Microsoft technology user group based in Springfield, Illinois, and is intended for .NET developers interested in exploring the many facets of .NET technology-Windows Azure, Windows Server, Windows 8, Windows Phone, Windows Presentation Foundation (WPF), Entity Framework (EF), Silverlight, HTML5 and JavaScript, WinRT, Modern UI, and many more. The group meets once a month for a presentation on specific topics.
    Want to know more about SVNUG? Please visit us at www.svnug.com or email us at svnug@live.com.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 14

  • @shadoninja
    @shadoninja 9 ปีที่แล้ว +2

    The minecraft logo on the taskbar did not go unnoticed!

  • @arifekurt383
    @arifekurt383 9 ปีที่แล้ว

    Very good presentation, thank you very much.

  • @jonathananderson371
    @jonathananderson371 6 ปีที่แล้ว

    Very nice. Thank you for posting this. The tool for converting .msi to wix code (.wxs) is called dark.exe (not harvest)

  • @KRoc
    @KRoc 9 ปีที่แล้ว

    Thanks for the presentation.

  • @andregeuze
    @andregeuze 10 ปีที่แล้ว

    Thanks Keith, got my installer running within 15 minutes! Was just wondering where you define the variable "AppBinDir" which you reference in the XML?

    • @nerdonwheelsmtb
      @nerdonwheelsmtb 10 ปีที่แล้ว +1

      Hi, you can use in xml definition

  • @wallyhighsmith9005
    @wallyhighsmith9005 10 ปีที่แล้ว

    Nice presentation...thanks.

  • @vaibhawpratapsingh6164
    @vaibhawpratapsingh6164 5 ปีที่แล้ว

    How can I have 3 or more application embedded in one setup and user have checkbox for selection of application to install and it creates its shortcut depending upon no of application installed

  • @potterybypranay
    @potterybypranay 4 ปีที่แล้ว

    If i Install bootstrap exe and want to see all the pre-req entries in Add remove program, how can i show there entries?

  • @abdulrehman-gg4kw
    @abdulrehman-gg4kw 6 ปีที่แล้ว

    How can I include Dot Net framework in wix installer so I don't need to manually install dotnet framework

  • @crawshaws1234
    @crawshaws1234 7 ปีที่แล้ว

    Great... no part 2...

  • @HariKumarReddyGutha
    @HariKumarReddyGutha 3 ปีที่แล้ว

    provide build at pipeline with wix project for window installer

  • @vishalrockzz1909
    @vishalrockzz1909 4 ปีที่แล้ว

    Hello Sir It is a great tutorial but do we have any option for the update functionality of the installer like for install we use launchaction.install and similarly for uninstall we use launchaction.uninstall
    For upgrade:-I changed the product code in msi(product.wxs) and called LaunchAction.Modify and
    LaunchAction.UpdateandReplace
    None of them were working.
    Upgrade for msi works but for this custom UI bundle it is not working
    Please help me on this issue
    Thanks in advance