https://github.com/osquery/osquery logo
Title
e

enruhe

04/23/2018, 4:11 PM
will do...not sure how that happened when I did the build of the msi
d

defensivedepth

04/23/2018, 5:13 PM
When you do the build, you need to ‘git checkout tags/2.11.2’
👍 2
e

enruhe

04/23/2018, 7:44 PM
I did a checkout of 2.11.2 I deleted the build dir and then ran .\tools\make-win64-dev.bat & .\tools\make-win64-binaries.bat. Now when I run .\tools\deployment\make_windows_package.ps1 -Type msi -ConfigFile c:\Pathto\osquery.conf -FlagFile c:\Pathto\osquery.flags -Extras @("c:\Pathto\enroll_secret") which worked for me on 3.2.3, but now I get Test-Path : Illegal characters in path. running the get help on the script shows the the switches as lowercase but when I try that all it does is build the choco package. Any ideas?
d

defensivedepth

04/23/2018, 8:31 PM
Replace that ps1 with the current version (https://github.com/facebook/osquery/blob/master/tools/deployment/make_windows_package.ps1) and run it… Should work
e

enruhe

04/23/2018, 9:19 PM
That worked thanks again for the help
👍 1