Skip to main content
Solved

SalesForce Data Loader install for standard users


Forum|alt.badge.img+5

Edit: Disregard

Best answer by jonn1e

Hey together, 

I was going nearly the same way but invoked the install.command with a postinstall script in Composer which is looking for the user which is actual signed in, so the installation will start automatically.

Maybe this will help to make the install process a little bit more intuitive.

Cheers,

 

 

#!/bin/sh ## postinstall loggedInUser=`/bin/ls -l /dev/console | /usr/bin/awk '{ print $3 }'` sudo -u "$loggedInUser" -H open /var/tmp/Salesforce_Dataloader_53.0/install.command exit 0 ## Success exit 1 ## Failure

 

 

View original
Did this topic help you find an answer to your question?

5 replies

Forum|alt.badge.img+5

Were you able to figure this out using Jamf as the deployment method?


Forum|alt.badge.img+5
  • Author
  • Contributor
  • 10 replies
  • June 23, 2021

Hey @fernandez.payen, I was, and I was not. I ended up putting the unpackaged zip folder from Salesforce in Composer, and pushing the pkg of the folder to the computers. The standard users were then able to run the install.command script from Salesforce as it was now signed.


jonn1e
Forum|alt.badge.img+7
  • Contributor
  • 47 replies
  • Answer
  • October 11, 2021

Hey together, 

I was going nearly the same way but invoked the install.command with a postinstall script in Composer which is looking for the user which is actual signed in, so the installation will start automatically.

Maybe this will help to make the install process a little bit more intuitive.

Cheers,

 

 

#!/bin/sh ## postinstall loggedInUser=`/bin/ls -l /dev/console | /usr/bin/awk '{ print $3 }'` sudo -u "$loggedInUser" -H open /var/tmp/Salesforce_Dataloader_53.0/install.command exit 0 ## Success exit 1 ## Failure

 

 


dawaller
Forum|alt.badge.img+8
  • New Contributor
  • 1 reply
  • May 20, 2022

Are you guys editing the install.command? 


Forum|alt.badge.img+5
  • New Contributor
  • 8 replies
  • October 6, 2023
jonn1e wrote:

Hey together, 

I was going nearly the same way but invoked the install.command with a postinstall script in Composer which is looking for the user which is actual signed in, so the installation will start automatically.

Maybe this will help to make the install process a little bit more intuitive.

Cheers,

 

 

#!/bin/sh ## postinstall loggedInUser=`/bin/ls -l /dev/console | /usr/bin/awk '{ print $3 }'` sudo -u "$loggedInUser" -H open /var/tmp/Salesforce_Dataloader_53.0/install.command exit 0 ## Success exit 1 ## Failure

 

 


I have been having issues with this script saying that it could not find the install.command .
Has this been updated for Ventura + ?


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings