Hello Group -
Hoping someone can point me in the right direction -
I'm able to run this command locally and it works fine installing Microsoft PowerBI:
c:\PBIDesktopSetup_x64.exe -quiet -norestart ACCEPT_EULA=1 -log "%WINDIR%\Temp\PowerBI-Install11.log"
When I try to do the same thing in a Ls deployment installer package the deployment times out.
Here's how it looks from my Ls console:
"{PackageShare}\PowerBI\PBIDesktopSetup_x64.exe" ACCEPT_EULA=1 -log "%WINDIR%\Temp\PowerBI-Install2_11.log" Here's the error I get:
Result: Package timeout reached. Stopping deployment executable: Successful. Timeout: (900sec). Credential: (the creds I am using work fine for other .exe installers)
I would really appreciate any help in pointing out what I'm doing wrong --
Thanks!