3 lines
No EOL
234 B
PowerShell
3 lines
No EOL
234 B
PowerShell
$args = '/MSBUILD:..\Installer\AmagnoVirtualPrinter.WixSharpInstaller', '/p:..\AmagnoVirtualPrinter'
|
|
Remove-Item -Path '.\Files\*' -Filter '*.pdb' -Force
|
|
Start-Process -FilePath '.\Files\AmagnoPrinterInstaller.exe' -ArgumentList $args |