tompsmith 0 Report post Posted January 27, 2016 hello, I have a command line task sequence that creates a directory, copy the hokey software to the pc and then runs the exe. I have tested this command line on the actually pc by navigating to the directory using command prompt and running the below command and all works fine. The first two parts work fine but the last part just hangs on the users machine, any tips ? the command line i have in the task sequence is: cmd.exe "c:\drivers\hotkey\setup.exe" /SP- /VERYSILENT /NORESTART /SUPPRESSMSGBOXES any help would be appreciated Quote Share this post Link to post Share on other sites
anyweb 477 Report post Posted January 27, 2016 I install it as an application using a deployment type that runs setup.exe /i /s in your command line you could try cmd.exe /c 1 Quote Share this post Link to post Share on other sites
NullSID 1 Report post Posted January 23, 2017 Anyweb: Does this work with most of the Hotkeys or just specific ones? I extracted it to a folder. the setup,exe is the folder you're talking about the extracted folder before the install correct? Quote Share this post Link to post Share on other sites
NullSID 1 Report post Posted January 23, 2017 Actually, I got it to work from command line now so I just need to test deployment again. I built a package and ran SETUP.EXE /SP- /VERYSILENT /NORESTART /SUPPRESSMSGBOXES. Quote Share this post Link to post Share on other sites
Ketan Kamble 0 Report post Posted 16 hours ago What is the best detection method we can keep for Lenovo Hotkey Features Integration 9.2.0.1 x64 application . I tried below detection , but somehow it is not working. Quote Share this post Link to post Share on other sites
GarthMJ 124 Report post Posted 11 hours ago What exactly do the log say as to why it is not being detected? Quote Share this post Link to post Share on other sites
pej1025 1 Report post Posted 4 hours ago @Ketan Kamble Don't target tphkload.exe because that may be inconsistent in future releases. See if this blog post helps. Quote Share this post Link to post Share on other sites