Code: Select all
echo ;aic > aic.txt
echo SetProperty ProductName="Zetec Software (Prototype)" >> aic.txt
echo SetAzureKeyVaultSecret %AZURE_KEYVAULT_SECRET% >> aic.txt
echo Build -buildslist EddynetVelocity >> aic.txt
%ADVANCEDINSTALLER% /execute %EDDYNETVELOCITYPROJECTFILE% aic.txt -nofail >> %ADVANCEDINSTALLEROUT%
I can manually run the /execute command in a prompt with no problem. Any suggestions?Parse error in file: "e:\dev\eddynet-EVR_V1_19_0_0\projects\aic.txt" at line: [1] column: [0] (code: not well-formed (invalid token)).