Quantcast
Channel: Adobe Community: Message List - Deployment for Creative Cloud for Team, Enterprise, & CS
Viewing all articles
Browse latest Browse all 13660

Re: Problem with CCP, Muse (and others) cannot find Set-up.exe

$
0
0

Thank you very much for being so kind to answer.
I forgot to post the result here, but I also fixed it with a batch file. (SCCM can also start batchfiles)
That batchfile is quite compact and not as nice as yours, but I will post it here any way, because maybe someone else can use it.

 

 

 

 

 


echo Start @ %date% %time%>>logfile.txt

cd Exceptions

ExceptionDeployer --workflow=install --mode=pre --installLanguage=sv_SE>>logfile.txt

cd..

cd Build

Setup.exe –mode=silent –action=install

cd..

cd Exceptions

ExceptionDeployer --workflow=install --mode=post --installLanguage=sv_SE>>logfile.txt

echo done @ %date% %time%>>logfile.txt

 

Have a nice day,
Demesmaeker


Viewing all articles
Browse latest Browse all 13660

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>