Skip to main content
Solved

Passing AD Credentials to Microsoft Outlook 2016

  • March 8, 2018
  • 27 replies
  • 70 views

Show first post

27 replies

talkingmoose
Forum|alt.badge.img+36
  • Community Manager
  • May 15, 2018

Hmm... That's not making sense. The installer is Apple's technology. What's the specific method you're using to create the package?

If you're using the command line method, be sure you're running the full commands. GitHub's code display truncates the lines:

packageName="Outlook Exchange Setup 5"
packageIdentifier="net.talkingmoose.OutlookExchangeSetup5"
packageVersion="1.0.0"

folderPath=$( dirname '/path/to/ROOT' ) # fill this path by dragging and dropping the ROOT folder from this project's folder here
find "$folderPath" -name .DS_Store -delete

pkgbuild --identifier "$packageIdentifier" --version "$packageVersion" --scripts "$folderPath/Scripts" --root "$folderPath/ROOT" "$folderPath/$packageName.pkg"

jonathan_massey
Forum|alt.badge.img+9

I'm using the Package for Deployment app found in the Outlook Exchange Setup folder.