Files
DotNet-ListComPort/NibblePoker.Packaging.ListComPort/make.bat
T
aziascreations 4bcdf251b8 Added preliminary config files for Wix and MSI installers
Update .gitignore, PlatformDependentVariables.wxi, and 9 more files...
2022-10-25 22:10:13 +02:00

10 lines
483 B
Batchfile

@echo off
echo Executing "candle.exe"...
"C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" -nologo "D:\DevelopmentNew\DotNet\ComPortWatcher\NibblePoker.Packaging.ListComPort\untitled.wxs" -out "D:\DevelopmentNew\DotNet\ComPortWatcher\NibblePoker.Packaging.ListComPort\untitled.wixobj" -ext WixUIExtension
echo Executing "light.exe"...
"C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" "untitled.wixobj" -out "untitled.msi" -ext WixUIExtension -cultures:en-us
pause