tompsmith Posted January 27, 2016 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 More sharing options...
anyweb Posted January 27, 2016 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 More sharing options...
NullSID Posted January 23, 2017 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 More sharing options...
NullSID Posted January 23, 2017 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 More sharing options...
Ketan Kamble Posted January 18, 2021 Report post Posted January 18, 2021 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 More sharing options...
GarthMJ Posted January 18, 2021 Report post Posted January 18, 2021 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 More sharing options...
pej1025 Posted January 19, 2021 Report post Posted January 19, 2021 @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 More sharing options...