I have a ui that I have used for plain Wix setup WixUI_NoEULAInstallDir.wxs which is the built in InstallDir UI with the EULA removed. I would like to use this UI in my WixSharp setup, but cannot figure out how. I have tried adding this file name to Compiler.CandleOptions but I get an error:
Cannot specify more than one source file with single output file. Either specify an output directory for the -out argument by ending the argument with a '\' or remove the -out argument to have the source files compiled to the current directory.
Is there a way to use this .wxs UI without having to recreate a winform for it?
Thanks,
Tony
Cannot specify more than one source file with single output file. Either specify an output directory for the -out argument by ending the argument with a '\' or remove the -out argument to have the source files compiled to the current directory.
Is there a way to use this .wxs UI without having to recreate a winform for it?
Thanks,
Tony