clareq Posted June 20, 2023 Posted June 20, 2023 (edited) Has anyone successfully deployed this with SCCM? I've downloaded a distribution package, complete with batch file, rem'd out all but the silent install and imported the application into SCCM. I've tried: 1. reproduce the command line in the bat file and add that as a switch to installer.exe - this failed - I think because the referenced collection.xml points to the network share, not to the ccmcache folder 2. edited the collection.xml to point to "the current folder" 3. Moved the bat file into a different folder and created an application around that, running the install from the server. 4. Created a package rather than an application So far nothing has worked. Any ideas? Edited to correct name of xml file Edited June 20, 2023 by clareq
free780 Posted June 20, 2023 Posted June 20, 2023 I know that the auto desk installers do not like long paths. In PowerShell you can use the $PSScriptroot variable so that c:\windows\ccm\ etc is used.
clareq Posted June 22, 2023 Author Posted June 22, 2023 Further to this, running the script manually, rather than via SCCM, .\image\Installer.exe -i deploy --offline_mode -q -o .\image\Collection.xml --installer_version "1.40.0.24" fails .\image\Installer.exe" -i deploy --offline_mode --ui_mode basic -o .\image\Collection.xml --installer_version "1.40.0.24" works Now to test it within a deployment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now