Panos93x Posted February 28, 2020 Posted February 28, 2020 Hello I am new with MDT and I don’t really know a lot I am trying to import chrome app and always I am doing the command wrong anyone’s can help me please ?? Thank you in advance
caffrey Posted February 28, 2020 Posted February 28, 2020 You need to add it to your task sequence (assuming that you've already imported the app under applications) under State Restore - Add , General - Install Application
Panos93x Posted February 28, 2020 Author Posted February 28, 2020 Yes already done it but my problem Is the the command . Because with other apps I don’t have any problem only with chrome so I believe is the command
caffrey Posted February 28, 2020 Posted February 28, 2020 Parameters? I have msiexec.exe /i googlechromestandaloneenterprise64.msi /qn
Panos93x Posted February 28, 2020 Author Posted February 28, 2020 Already use it but nothing I got error return code 1639. Do you know more parameters to try ??
Panos93x Posted February 28, 2020 Author Posted February 28, 2020 And from where did you download chrome ?? So I will try it now and I will let you know
caffrey Posted February 28, 2020 Posted February 28, 2020 From here :- https://cloud.google.com/chrome-enterprise/browser/download Has the admx templates too if you get the bundle
Panos93x Posted February 28, 2020 Author Posted February 28, 2020 Ok thank you I will download it and I will let you know ASAP
sted Posted February 28, 2020 Posted February 28, 2020 Parameters? I have msiexec.exe /i googlechromestandaloneenterprise64.msi /qn personally i prefer /qb just to see a percentage bar so you can see its doing something/anything
themightymrp Posted February 28, 2020 Posted February 28, 2020 Can you post a screenshot of your install command similar to the one shown above?
strawberry Posted February 28, 2020 Posted February 28, 2020 Can you access the unc path as a normal user? Can you run the file? Can you run the command line?
Panos93x Posted February 28, 2020 Author Posted February 28, 2020 here is the file: and here is the istall command from the app
caffrey Posted February 28, 2020 Posted February 28, 2020 Did you add the application via > Application \ New application ?
Panos93x Posted February 28, 2020 Author Posted February 28, 2020 i import 3 apps all of them working but not the chrome so the process is correct but not the install command
Panos93x Posted February 28, 2020 Author Posted February 28, 2020 i used the ussf program to find the install commands for all apps but for chrome does not working so does anyone knows anothe app to find universal silent switch?
themightymrp Posted February 28, 2020 Posted February 28, 2020 It looks like you haven't imported the application into MDT yet? The files still appear to be in your downloads folder looking at the first screenshot.
themightymrp Posted February 28, 2020 Posted February 28, 2020 To make sure you have this right: Put the chrome MSI file in a folder all of its own. In MDT workbench, go to the Applications folder, right click and choose to add a new application. Select to add an application with source files. On the next screen fill out the name of the program and go Next. Browse for the folder containing the MSI, click Next and enter the folder name you want to give it (Google Chrome). On the last screen it asks for the command line, use the one posted above as this IS correct. The application will be imported correctly into the database and you should be able to try the deployment again.
Arthur Posted February 28, 2020 Posted February 28, 2020 If you still have problems after following @themightymrp's instructions above try adding NOGOOGLEUPDATEPING=1 to the msiexec command line. i.e. msiexec.exe /i GoogleChromeStandaloneEnterprise64.msi NOGOOGLEUPDATEPING=1 /qn You could also get msiexec to log what happens during the installation process with this: msiexec.exe /i GoogleChromeStandaloneEnterprise64.msi NOGOOGLEUPDATEPING=1 /l*v %TEMP%\GoogleChromeStandaloneEnterprise64.log /qn
Panos93x Posted February 28, 2020 Author Posted February 28, 2020 so check please check the following pictures and tell what i am doing wrong: thank you in advance for all your help
themightymrp Posted February 28, 2020 Posted February 28, 2020 The msi file is inside the folder called Installers. When adding the application, point it at the folder called Installers rather than the folder above which is the one you have selected. Otherwise the command line is looking in the wrong place for the msi
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