how to create INSTALLLOCATION folder in D drive using WIX?

后端 未结 1 1307
一向
一向 2021-01-21 04:30

Below xml creates the specified folders under C:\\Programfiles but I want to create (SomeFolder\\MyApp) Folders in D:\\MySetupFolder\\, how can I create this using the WIX?

1条回答
  •  被撕碎了的回忆
    2021-01-21 04:50

    Set the value of rootdrive to the drive you want

    
    

    System drive will be by default the default drive used by OS

    Added code to call 'SetRootDrive' action: You need to call it from InstallUISequence

    
      NOT Installed
      
      
      
    
    

    0 讨论(0)
提交回复
热议问题