Jump to content


Dexter31

Established Members
  • Posts

    1
  • Joined

  • Last visited

Dexter31's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi All, Firstly thank you all for your previous thread have been very helpful. Im having the below issue and I cant seem to work out the reason why? Below taken from log file on test machine ------------------------------------------------- 2011-06-20 , 04:00:26 at Tvsu.Gui.FlowScreens.Messages.ShowStaticMessage(String message, String title, String mastheadtext, MessageType t, Boolean check) Message: Showing QUESTION Message: < One or more of the packages you selected to install will restart your system. It is recommended that you save any pending work. Do you want to proceed with the installation now? > Severe 2011-06-20 , 04:00:26 at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments) Message: Error on command line parameters Exception: Message: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. Type: System.InvalidOperationException at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) at System.Windows.Forms.Form.ShowDialog() at Tvsu.Gui.FlowScreens.Messages.ShowStaticMessage(String message, String title, String mastheadtext, MessageType t, Boolean check) at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments) Info 2011-06-20 , 04:00:26 at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments) Message: Installation succeeded, and reboot been suppressed -------------------------------------------------------------------------------------------------------------------- Im pushing at the updates via a task sequence as we have Bitlocker enabled so the task sequence is as follows: 1) Copy Thininstaller to target machine cmd.exe /c xcopy.exe \\SCCM01LONUK\SMSPKGD$\LON00076\*.* c:\lenovo\thininstaller\ /E /D 2) Disable Bitlocker 3) Run "Install Software" Action (this is a batch file which I packaged, command line of bat file below) cmd.exe /c c:\lenovo\thininstaller\thininstaller.exe /CM -search A -action INSTALL -repository "\\hlpapp01prd\TVSU2" -noicon -includerebootpackages 0,1,2,3,4 -noreboot 4) Enable Bitlocker ------------------------------------------------------------------------------------------------------------------------- I can succesfully get SCCM to copy the thininstaller files over to the target machine, it disables bitlocker fine, and even kicks of the batch file but will not execute the install for the updates because SCCM is suppressing the below Lenovo window, so it just stops and re-enables bitlocker "One or more of the packages you selected to install will restart your system. It is recommended that you save any pending work. Do you want to proceed with the installation now?" I have unticked the following options in SCCM to try and resolve already 1) Program - Advanced Tab - Removed Tick from Suppress Program Notification 2) Program - General Tab - Run: Normal (changed from hidden) ---------------------------------------------------------------------------------------------------------------------------- I know the bat file work because if I run it manually it works without any issues and the popup come up you click YES and off it goes. It just will not work via SCCM PLEASE PLEASE HELP! Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.