hello
I created OneDrive Application and it install fine but I am gating exit code 0x1(1)
I am using small batch file to install and my batch file is
@echo off
pushd "%~dp0
echo Microsoft OneDrive Client 19.232.1124.0009 install...
"%~dp0OneDriveSetup.exe" /silent
echo Running OneDrive 19.232.1124.0009 takeover...
"%localappdata%\Microsoft\OneDrive\OneDrive.exe" /takeover
my installation program is "install_OneDrive.bat" that is I gave name my batch file
any help be good
I created OneDrive Application and it install fine but I am gating exit code 0x1(1)
I am using small batch file to install and my batch file is
@echo off
pushd "%~dp0
echo Microsoft OneDrive Client 19.232.1124.0009 install...
"%~dp0OneDriveSetup.exe" /silent
echo Running OneDrive 19.232.1124.0009 takeover...
"%localappdata%\Microsoft\OneDrive\OneDrive.exe" /takeover
my installation program is "install_OneDrive.bat" that is I gave name my batch file
any help be good
