search for: deployment_root

Displaying 1 result from an estimated 1 matches for "deployment_root".

2014 Jun 04
0
Ability to "wait" for dotnet to complete installation
...e can "wait" until dotnet has finished it's 5 min dance. From command line, this issue is resolved by adding a "start /wait" to the above command. The next challenge is how to get the correct syntax for my exec statement; command => "start /wait ${dotnet::params::deployment_root}\\dotNetFx40_Full_x86_x64.exe /q /norestart", Without the "start /wait", the above command "works". With the "start /wait", it complains as follows... /Stage[main]//Dotnet[dotnet45]/Exec[install-dotnet-45]/returns: Error: start /wait C:\ProgramData\PuppetLabs...