Wix & Burn - Install IIS if not yet installed

后端 未结 5 964
感动是毒
感动是毒 2020-12-30 14:08

I\'ve a project using IIS, and I want to create an installer for it with Wix. I\'ve created the .msi installer for the app successfully, and I\'m creating a Bundle installer

5条回答
  •  自闭症患者
    2020-12-30 14:52

    Here is some WIX code for quick fix

    run64.bat: I wonder why it requires both lines to trick the File System Redirector

    set "SystemPath=%windir%\Sysnative"
    CD "%windir%\Sysnative""
    %*
    

    InstallIIS.wxs: replace run.bat for platform specific batch

       
       
       
       
       
      

提交回复
热议问题