ThinInstaller with SCCM - Progress pauses at "Displaying License Notice"

I have been using ThinInstaller successfully during my ConfigMgr task sequences for some time now, but after updating UpdateRetriever and ThinInstaller to the most recent versions, and adding some content to my repository, I have the following issue:
The ThinInstaller process seems to hang at a specific step when run during my task sequences. The task sequence kicks off my ThinInstaller package, which installs the ThinInstaller files locally, and then runs a command to point to my driver repository. The specific command run is:
"PathToThinInstaller\ThinInstaller.exe" /CM -search A -action INSTALL -repository "PathToRepository" -noicon -includerebootpackages 1,3,4 -showprogress -noreboot
And it seems like the ThinInstaller application scans the local system and determines which updates are required. However, until I press "F8" (and only F8), there is no GUI displayed (even though I am using the -showprogress command line argument) and no driver packages are downloaded or installed. Looking at the log files on such a machine, I see the progress pause at a specific step. Quick note: It's just a coincidence in the logs below that I hit F8 about an hour after the progress paused:
Info 2013-09-27 , 04:15:53
at Tvsu.Coreq.CoreqProcessor.ProcessUpdatesImplementation(Update[] updates)
Message: Ending Coreq process: Return21Updates
Info 2013-09-27 , 04:15:53
at Tvsu.Gui.GUIController.DisplayLicenseNotice(Boolean picklist)
Message: Displaying License Notice.
Info 2013-09-27 , 05:15:22
at Tvsu.Gui.GUIController.StartInstallGUI()
Message: Setting -ShowProgress Install Progress screen...
Info 2013-09-27 , 05:15:22
at Tvsu.Gui.GUIController.StartInstallGUI()
Message: **About to Install 21 updates.
Based on that snippet, progress paused around 4:15, with the last step being "Displaying License Notice". I let the machine go until about 5:15, then pressed F8 (to launch a debug command prompt window in the ConfigMgr task sequence) and immediately after pressing F8, the ThinInstaller UI appears and ThinInstaller progress resumes with the "Settings -ShowProgress Install Progress screen" log entry. When I press F8, there is no license prompt displayed or anything requiring user interaction - it just suddenly starts running again, and will eventually run to successful completion. I can confirm that the ThinInstaller.exe.configuration XML file on the workstations I'm building is still in the default configuration, with DISPLAYLICENSENOTICE = NO and IGNORELOCALLICENSE=YES.
The curious thing is that I can run this exact package manually, using the exact same script that is called by the ConfigMgr task sequence, and it runs to completion, no issues, no license prompts, no need for user intervention, nothing. I did not make any changes to the command lines being used by my scripts - only changed the versions of UpdateRetriever and ThinInstaller. And technically, my task sequences still work, it's just very annoying to have to watch for this step in the process and press F8 to keep it from sitting and doing nothing.
Has anyone else seen anything like this after an upgrade to new UpdateRetriever/ThinInstaller versions?

Unfortunately, these page numbers do not correspond to anything in the v.4 TVSU deployment guide.  I've re-read all of the applicable areas in the guide, but still cannot get past one thing.  The guide does NOT seem to give a way to avoid ALL license messages.
Due to the fact that TVSU does not load the registry parameters on first startup, I've resorted to a method given by several others on the internet that involves (using a script launched via SCCM) (script shown below) starting TVSU, using TASKKILL to kill the process, and then making registry changes to set parameters.  I then run a second step that launches TVSU again via command line which should do the 2nd launch of TVSU without having any popups.  HOWEVER, I still get one license popup.  It seems you do not get credit for the first launch when you kill the process without agreeing to the license.
Here is the code:
First step script:
cmd /c "C:\program files (x86)\Lenovo\System Update\tvsu.exe"
cmd /c TASKKILL /F /IM tvsukernel.exe
REG ADD "HKLM\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v ExtrasTab /t REG_SZ /d NO /f
REG ADD "HKLM\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v IgnoreLocalLicense /t REG_SZ /d YES /f
REG ADD "HKLM\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v DisplayLicenseNotice /t REG_SZ /d NO /f
REG ADD "HKLM\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v DisplayLicenseNoticeSU /t REG_SZ /d NO /f
Second step command line:
cmd.exe /c tvsu.exe /CM -search A -action INSTALL -repository \\server\share -includerebootpackages 1,3,4 -noreboot -noicon
 When I check the tvsu_log, I see that when the license dialog pops up, the log file reads, "Message: Display pick list license notice? YES"
This is the license notice I need to get past.  Is there any way to suppress this license notice, given that I've already made the registry changes detailed above?

Similar Messages

  • 'Music' displays but won't play. Settings appear correct and iPhone is selected for output.  Startup screen intermittently displays with the lower pause/play volume bar for no clear reason..... developed at the same time as play failure.  Ideas????

    'Music' displays but won't play. Settings appear correct and iPhone (3G)  is selected for output.  Startup screen intermittently displays with the lower pause/play volume bar for no clear reason..... developed at the same time as play failure.  Ideas????

    Thank you for the replies.
    Appearane of 'Music' functions (I>>   > II   <<I,   plus volume slider)  on the lock/log in screen (when first turning on the iPhone) thus far seems without pattern, i.e. regardless of which if any applications are up in the background, and indeed even when all have been quit.
    All visual aspects of 'Music' appear normal after launch including the title scroll across the top in vertical mode. However, while pressing play (>) converts the play (>) icon to pause (II), selected song does not play and the elapsed time bar (upper end between the track count and the repeat/shuffle icons) remains stationary at 0:00 or at any point to which it is dragged.  When using home sharing this same problem persists regardless of what output is selected.
    Hope that may prompt a thought somewhere.

  • TS3681 the device displays the Apple logo with no  progress bar for 8 hours until battery run flat.

    My Iphone4 displays the Apple logo with no progress bar for 8 hours until battery went flat this was after i try to make an up date know the  i tunes dosent reconise my phone.
    Can you please help me
    Thank you.

    http://support.apple.com/kb/ht1808

  • Deploying CC Enterprise Applications With SCCM 2012

    Hi all,
    We are using CC Packager to package up individual applications (Photoshop, InDesign etc) and are having trouble deploying the applications once packaged. To deploy, we are using SCCM 2012 and are deploying to Windows 7 x64 clients. It appears that the install begins on the client, then hangs, never to finish.
    We are running the MSI with the REBOOT=ReallySuppress and MSIRESTARTMANAGERCONTROL=Disable commands, but with no luck.
    This has us really stumped. The applications seem to package fine, yet just won't install. If we manually run the installer, we can see it begin installing, then the progress bar goes backwards and the installation ends without displaying any sort of message.
    Also, as an FYI, we have followed this guide closely in our attempts: http://helpx.adobe.com/creative-cloud/packager/deploying-packages-sccm.html
    Has anyone experienced a similar problem? Any ideas?
    Thank you in advance.
    Ryan

    Windows 7 x64 Clients
    Deploying with SCCM 2012
    I have called Adobe before and was told that the application package needs to be on a local drive on the computer. The package cannot be installed if the package is sitting on the network. My installation for a adobe creative cloud  package fails to install when I try to install the application from the software center. At some moment the installation searches to ensure it is on a local disk. Not sure how this happends. If you place the installation package on a drive on your computer the package will install, although it will take time depending on how many applications you have packaged.
    Another problem that you might have is having users log out of the applications without admin previlages.
    I have yet to find a solution for these two problems, I could really use some help from someone who has sucessfully deployed a creative cloud package to a user.
    Thank you

  • OCDM  - Sample Report Installation issue - Runs too longer with No progress

    Hello,
    As a part of OCDM environment setup for Practice we were successful installing following :
    * Supported Enterprise Linux
    * Oracle DB 11g R2 (OLAP & MINING option)
    * OWB was already installed as a part of Oracle DB 11gR2 - just unlocked the OWB accounts.
    * Installed OBIEE 11g R2 installation - Installation successful and able to open url's. (analytics and BI Publisher etc.) - Issue with login account.
    * Installation of Communication Data Model (First Installation type from OCDM Installer)
    When we try to install Sample Reports at same stage the screen remain open and runs too longer with No progress.
    The Installation process for OCDM Sample Reports is given in the attached doc with screenshot and the log file is also included in the attached document.
    Please let us know the following two issue:
    1) How to login to Analytics after OBIEE 11gR2 installed on Linux - ( in our case we use user as Administrator and tried password same as username, even checked with the user weblogic and other but no success. Please provide us the information which give details(document) about the Administartion of OBIEE 11gR2 on Linux).
    2) The issue with installation of OCDM Sampple Reports though successful installation of OCDM Data Model.(First Installation Type from OCDM Installer)
    Thanks & Best Regards,
    Amol Thite
    I think, I cant Attach the file here and character limit is 30K for the post here so putting below the few lines of Log File content:
    I can email the screen shots docs and complete log file on request if needed.
    It stuck in Configuration Assistance screen -
    After more than 1 hour the same screen – No progress – I tried 3 times but same issue. Log file also not growing and seems its waiting for some dependent thing that need to happen before it proceed.
    =====start few lines of Log File=======================================
    The file oraparam.ini could not be found at /u01/app/oracle/product/11.1.0/db_1/oui/bin/oraparam.ini
    Using paramFile: /u01/app/oracle/product/11.1.0/db_1/oui/oraparam.ini
    Checking swap space: must be greater than 500 MB. Actual 1027 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    The number of files bootstrapped for the jre is 689.
    The number of files bootstrapped for the oui is 77.
    Using the umask value '022' available from oraparam.ini
    =====end few lines of Log File==================================
    INFO: Copying Aggr XML for: Oracle Communications Data Model
    INFO: The Top level Aggreage File = /u01/app/oracle/product/11.1.0/db_1/inventory/ContentsXML/ConfigXML/oracle.ocdm.11_2_3_0_0.xml
    INFO: deleted all the required instance files
    INFO: OUI_CAPlugIn is not found in XML
    INFO: cf session will be created for OH: /u01/app/oracle/product/11.1.0/db_1/ TLAggr: oracle.ocdm instancePath: inventory/ContentsXML/ConfigXML/
    INFO: cf session for OH: /u01/app/oracle/product/11.1.0/db_1/ TL Aggr: [oracle.ocdm] instancePath: inventory/ContentsXML/ConfigXML/
    INFO: aggr ref length : 2
    INFO: cf session hashcode: 22855989
    INFO: cf session saved with key: OraDb11g_home1 oracle.ocdm
    INFO: cf session is ok
    INFO: created and saved cf session for oh: OraDb11g_home1
    INFO: passing params to cf
    INFO: Handling the storing of variables for aggr name oracle.ocdm
    INFO: This variable sl_ASMSelectableDiskGroups is not added to the global context map
    INFO: This variable s_scratchPath is not added to the global context map
    INFO: exitonly tools to be excuted passed: 0
    INFO: Starting to execute configuration assistants
    INFO: Command = oracle.ocdm.OCDMCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/ocdm/ocdm_install.sh ${s_dbSysPasswd}
    OCDMCfgPlugIn: Starting OCDM configuration...
    OCDMCfgPlugIn: OCDM configuration initialized, waiting for script response...
    OCDMCfgPlugIn: Receiving SYSTEM password...
    OCDMCfgPlugIn: Passing SYSTEM credentials to configuration script...
    OCDMCfgPlugIn: SYSTEM credentials passed to configuration script.
    OCDMCfgPlugIn: SYSTEM password received.
    OCDMCfgPlugIn: Initializing config parameteres...
    OCDMCfgPlugIn: Creating log folder...
    OCDMCfgPlugIn: ocdm log folder exist
    OCDMCfgPlugIn: Exporting config env...
    OCDMCfgPlugIn: Performing OWB check...
    OCDMCfgPlugIn: Installing OWB...
    OCDMCfgPlugIn: WARNING: OWB OWNER already exists.
    OCDMCfgPlugIn: Archive: /u01/app/oracle/product/11.1.0/db_1/ocdm/pdm/relational/sample_schema/ocdm_sample.dmp.zip
    OCDMCfgPlugIn: inflating: /u01/app/oracle/product/11.1.0/db_1/ocdm/install_tmp/ocdm_sample.dmp
    OCDMCfgPlugIn: 2011_02_28_11_24_30 10 % complete
    OCDMCfgPlugIn: Importing OCDM sample schema
    ==================end of log File ========================================

    Hi Please check my answers
    1) How to login to Analytics after OBIEE 11gR2 installed on Linux - ( in our case we use user as Administrator and tried password same as username, even checked with the user weblogic and other but no success. Please provide us the information which give details(document) about the Administartion of OBIEE 11gR2 on Linux).
    The current OCDM version does not support BIEE 11g, so you need to install BIEE 10g. In next release(will be available soon), OCDM will support BIEE 11g.
    2) The issue with installation of OCDM Sampple Reports though successful installation of OCDM Data Model.(First Installation Type from OCDM Installer)
    The importing will take a long time, you can login database with ocdm_sample_sys/ocdm_sample_sys, and use "select count(*) from tabs;" to monitor the import process.

  • For Your Consideration: Ultimate Lync 2010 client install with SCCM 2007

    While the subject of my post may be very presumptuous, I submit the following for your consideration to answer the often-asked question about how to deploy Lync 2010 client with SCCM.
    Background:
    I cannot understand why Microsoft made the Lync install so darned confusing, complex, and convoluted.
    After our Lync 2010 FE server was up and running and all users migrated off our OCS server to the Lync environment, I spent about a month and a half trying to figure out how to:
    1.  Uninstall the OCS 2007 R2 client
    2.  Install all prerequisites for the Lync client
    3.  Install Lync on all user workstations silently.
    While researching this, the simple answer I kept seeing given to this question was, "just use the .exe with the right switches according to the TechNet article here: http://technet.microsoft.com/en-us/library/gg425733.aspx".  Well, my response is, I
    tried that and while the program installed itself correctly pushed through SCCM, because I was doing it using an administrative account (i.e. the SYSTEM account) due to our users not having admin rights, when the install was done, Lync would automatically
    start up, but in the SYSTEM context so that the user couldn't see it was running, they go to run it and it won't run for them.  I was unable to find any switch or option to prevent the automatic launch.  I suppose the simple solution to that would
    be to have the user reboot, but that's unnecessarily disruptive and was contrary to the desire to make this a silent install.
    The next simplest answer I saw was, "extract the MSI and use that with the right switches".  Problem with that is that the MSI by itself doesn't remove the OCS client or install the prerequisites, and also either requires a registry change to even allow
    the MSI to be used or a hacked MSI that bypasses the registry key check.  I tried to put a package together to uninstall OCS, install the prereqs, and use a hacked MSI, but I never could get the MSI hacked properly.  The other problem I ran into
    was detecting if the OCS client was running in a predictable way so I could terminate it, properly uninstall it, and then do the rest of the installations.  It was this problem that ultimately led me to the solution that I'm about to detail and that has
    worked marvellously for us.
    Solution:
    As I said before, when I first looked at this problem, I started by building a typical software deployment package (Computer Management -> Software Distribution -> Packages) and then created the programs to do the install.  My first attempt was
    just with the .exe file provided as-is by Microsoft using the switches they document in the link above for IT-Managed Installation of Lync, and...well, the end result wasn't quite as desirable as hoped.  So, my next attempt was to extract all the prerequisite
    files and the Lync install MSI (both for x86 and x64), attempt to hack it to get around the "UseMSIForLyncInstallation" registry key, and make the command-lines to terminate OCS and uninstall it.
    In the past when I had an install to do with SCCM that also required uninstalling an older version of a given application, I typically used the program-chaining technique.  That's where you have, for example, 3 or more programs that run in a package
    in a sequence and you have Program 3 be set to run after Program 2 does and then set Program 2 to run after Program 1 so you get the desired sequence of Programs 1-2-3 running in that order.  So, I created programs to 1) kill Communicator.exe 2) uninstall
    Communicator 2007 R2 by doing an "msiexec /uninstall {GUID}" 3) install Silverlight 4) install Visual C++ x86 5) optionally install Visual C++ x64, and then 6) install the Lync x86 or x64 client.  That final step was always the point of failure because
    I couldn't get the hacked MSI for the Lync Client install to work.  I also realized that if Communicator wasn't running when the deployment started, that step would fail and cause the whole process to bail out with an error.  That's one of the downsides
    of program-chaining, if one step fails, SCCM completely bails on the deployment.  This is what also led me to the key to my solution:  TASK SEQUENCES.
    I'm not sure how many people out there look in the "Operating System Deployment" area of SCCM 2007 where Task Sequences normally live, but I also wonder how many people realize that Task Sequences can be used for more than just Operating System deployments. 
    One of the biggest advantages of a task sequence is you can set a step to ignore an error condition, such as if you try to terminate a process that isn't running.  Another advantage is that task sequences have some very good built-in conditionals that
    you can apply to steps, for example, having the sequence skip a step if a certain application (or specific version of an application) is not installed on the machine.  Both of those advantages factor highly into my solution.
    OK, for those who already think this is "TL;DR", here's the step-by-step of how to do this:
    First, you need to extract all the files from the LyncSetup.exe for your needed architectures.  We have a mix of Windows XP and Windows 7 64-bit, so my solution here will take both possibilities into account.  To extract the files, just start up
    the .exe like you're going to install it, but then when the first dialog comes up, navigate to "%programfiles%\OCSetup" and copy everything there to a new location.  The main files you need are: Silverlight.exe, vcredist.exe (the x64 LyncSetup.exe includes
    both x86 and x64 Visual C++ runtimes, you need them both, just rename them to differentiate), and Lync.msi (this also comes in an x86 and x64 flavor, so if you have a mix of architectures in your environment, get both and either put them into their own directories
    or rename them to reflect the architecture).
    For my setup, I extracted the files for the x86 and x64 clients and just dumped them each into directories named after the architectures.
    Next, move these files into a directory to your SCCM file server, whatever it might be that you deploy from, in our case, it was just another volume on our central site server.  Go to the SCCM console into Computer Management -> Software Distribution
    -> Packages and then create a new package, call it something meaningful, and then point to the directory on your SCCM file server for the source files.
    Now you need to create 3 to 5 programs inside the package:
    1.  Name: Silverlight
       Command Line: x86\Silverlight.exe /q     (remember, inside my main Lync install folder on my distribution point, I have an x86 directory for the files from the x86 installer and an x64 folder for the files from the x64 installer. 
    The fact is the Silverlight installer is the same in both, so you only need one of them.)
       On the Environment tab:  Program can run whether or not a user is logged in, runs with administrative rights, Runs with UNC name
       On the Advanced tab:  Suppress program notifications
       All other options leave default.
    2.  Name:  Visual C++ x86
        Command Line:  x86\vcredist_x86.exe /q
       On the Requirements tab: Click the radio button next to "This program can run only on specified client platforms:" and then check off the desired x86 clients.
       Environment and Advanced tabs:  same as Silverlight
       (If you have only x64 clients in your environment, change all x86 references to x64.  If you have a mixed environment, create another program identical to this one, replacing references to x86 with x64.)
    3.  Name:  Lync x86
        Command Line:  msiexec /qn /i x86\Lync.msi OCSETUPDIR="C:\Program Files\Microsoft Lync"  (The OCSETUPDIR fixes the issue with the Lync client wanting to "reinstall" itself every time it starts up)
        Requirements, Environment, and Advanced tabs:  Same as with Visual C++ and Silverlight
        (Same deal as above if you have all x64 clients or a mix, either change this program to reflect or make a second program if necessary)
    Now you need to make the Task Sequence.  Go to Computer Management -> Operating System Deployment -> Task Sequences.  Under the Actions pane, click New -> Task Sequence.  In the Create a New Task Sequence dialog, choose "create a
    new custom task sequence", Next, enter a meaningful name for the task sequence like "Install Microsoft Lync", Next, Next, Close.
    The task sequence will have up to 12 steps in it.  I'll break the steps down into 3 phases, the prereqs phase, uninstall OCS phase, and then Lync install phase.
    Prereqs Phase:
    These are the easiest of the steps to do.  Highlight the task sequence and then in the Actions pane, click Edit.
    1.  Click Add -> General -> Install Software.  Name: "Install Microsoft Silverlight".  Select "Install a single application", browse to the Lync package created earlier and then select the Silverlight program.
    2.  Add -> General -> Install Software.  Name: "Install Microsoft Visual C++ 2008 x86".  Install Single Application, browse to the Lync package, select the Visual C++ x86 package.
    As before, if you're an all-x64 environment, replace the x86 references with x64.  If you have a mixed environment, repeat step 2, replacing x86 with x64.
    3.  Add -> General -> Run Command Line.  Name: "Enable Lync Installation".  This step gets around the UseMSIForLyncInstallation registry requirement.  The Lync client MSI simply looks for the presence of this key when it runs, so
    we'll inject it into the registry now and it doesn't require a reboot or anything.  It just has to be there before the client MSI starts.
    Command Line: reg add "hklm\Software\Policies\Microsoft\Communicator" /v UseMSIForLyncInstallation /t REG_DWORD /d 1 /f
    Uninstall OCS Phase:
    This part consists of up to 6 Run Command Line steps.  (Add -> General -> Run Command Line)
    4.  Name: "Terminate Communicator".  Command Line: "taskkill /f /im communicator.exe".  On the Options page, check the box next to "Continue on error".  This will terminate the Communicator process if it's running, and if it's not, it'll
    ignore the error.
    5.  Name: "Terminate Outlook".  Command Line: "taskkill /f /im OUTLOOK.exe".  Check the "Continue on error" on the Options page here too.  Communicator 2007 hooks into Outlook, so if you don't kill Outlook, it might prompt for a reboot
    because components are in use.
    (NOTE:  If necessary, you could also add another step that terminates Internet Explorer because Communicator does hook into IE and without killing IE, it might require a restart after uninstalling Communicator in the next steps.  I didn't run into
    this in my environment, though.  Just repeat step 5, but replace OUTLOOK.EXE with IEXPLORE.EXE)
    6.  Name: "Uninstall Microsoft Office Communicator 2007".  Command Line: "msiexec.exe /qn /uninstall {E5BA0430-919F-46DD-B656-0796F8A5ADFF} /norestart" On the Options page:  Add Condition ->  Installed Software -> Browse to the
    Office Communicator 2007 non-R2 MSI -> select "Match this specific product (Product Code and Upgrade Code)".
    7.  Name:  "Uninstall Microsoft Office Communicator 2007 R2".  Command Line:  "msiexec.exe /qn /uninstall {0D1CBBB9-F4A8-45B6-95E7-202BA61D7AF4} /norestart".  On the Options page:  Add Condition -> Installed Software ->
    Browse to the Office Communicator 2007 R2 MSI -> select "Match any version of this product (Upgrade Code Only)".
    SIDEBAR
    OK, I need to stop here and explain steps 6 and 7 in more detail because it was a gotcha that bit me after I'd already started deploying Lync with this task sequence.  I found out after I'd been deploying for a while that a tech in one of our remote
    offices was reinstalling machines and putting the Communicator 2007 non-R2 client on instead of the R2 client, and my task sequence was expecting R2, mostly because I thought we didn't have any non-R2 clients out there.  So, at first I just had our Help
    Desk people do those installs manually, but later on decided to add support for this possibility into my task sequence.  Now, when you normally uninstall something with msiexec, you would use the Product Code GUID in the command, as you see in steps 6
    and 7.  All applications have a Product Code that's unique to a specific version of an application, but applications also have an Upgrade Code GUID that is unique for an application but common across versions.  This is part of how Windows knows that
    Application X version 1.2 is an upgrade to Application X version 1.1, i.e. Application X would have a common Upgrade Code, but the Product Code would differ between versions 1.1 and 1.2.
    The complication comes in that Communicator 2007 and Communicator 2007 R2 have a common Upgrade Code, but different Product Codes and the "MSIEXEC /uninstall" command uses the Product Code, not the Upgrade Code.  This means that if I didn't have step
    6 to catch the non-R2 clients, step 7 would be fine for the R2 clients, but fail on non-R2 clients because the Product Code in the MSIEXEC command would be wrong.  Luckily, we only had one version of the non-R2 client to deal with versus 4 or 5 versions
    of the R2 client.  So, I put the command to remove Communicator 2007 non-R2 first and checked for that specific product and version on the machine.  If it was present, it uninstalled it and then skipped over the R2 step.  If non-R2 was not present,
    it skipped that step and instead uninstalled any version of the R2 client.  It's important that steps 6 and 7 are in the order they are because if you swap them, then you'd have the same outcome as if step 6 wasn't there.  What if neither is on the
    machine?  Well the collection this was targeted to included only machines with any version of Communicator 2007 installed, so this was not a problem.  It was assumed that the machines had some version of Communicator on them.
    8.  Name:  "Uninstall Conferencing Add-In for Outlook".  Command Line:  "msiexec.exe /qn /uninstall {730000A1-6206-4597-966F-953827FC40F7} /norestart".  Check the "Continue on error" on the Options Page and then Add Condition ->
    Installed Software -> Browse to the MSI for this optional component and set it to match any version of the product.  If you don't use this in your environment, you can omit this step.
    9.  Name:  "Uninstall Live Meeting 2007".  Command Line:  "msiexec.exe /qn /uninstall {69CEBEF8-52AA-4436-A3C9-684AF57B0307} /norestart".  Check the "Continue on error" on the Options Page and then Add Condition -> Installed Software
    -> Browse to the MSI for this optional component and set it to match any version of the product.  If you don't use this in your environment, you can omit this step.
    Install Lync phase:
    Now, finally the main event, and it's pretty simple:
    10.  Click Add -> General -> Install Software.  Name: "Install Microsoft Lync 2010 x86".  Select "Install a single application", browse to the Lync package created earlier and then select the "Lync x86" program.  As before, if you
    only have x64 in your environment, replace the x86 with x64, or if you have a mixed environment, copy this step, replacing x86 references with x64.
    And the task sequence is done!  The final thing you need to do now is highlight the task, click Advertise in the Actions pane, and deploy it to a collection like you would with any other software distribution advertisement.  Go get a beer!
    Some final notes to keep in mind:
    1.  You can't make a task sequence totally silent...easily.  Users will get balloon notifications that an application is available to install.  The notifications cannot be suppressed through the GUI.  I've found scripts that supposedly
    hack the advertisement to make it be silent, but neither of them worked for me.  It was OK, though because in the end we wanted users, especially laptop users, to be able to pick a convenient time to do the upgrade.  The task sequence will appear
    in the "Add/Remove Programs" or "Programs and Features" Control Panel.  You can still do mandatory assignments to force the install to happen, you just can't make it totally silent.  On the plus side, the user shouldn't have to reboot at any point
    during or after the install!
    2.  In the advertisement setup, you can optionally show the task sequence progress.  I've configured the individual installs in this process to be silent, however, I did show the user the task sequence progress.  This means instead of seeing
    5 or 6 Installer windows pop up and go away, the user will have a single progress bar with the name of the step that is executing.
    3.  One step that I didn't consider when I actually did this was starting the Lync client as the user when the install was complete.  The user either had to start the client manually or just let it start on its own at the next logon.  However,
    while I was writing this, I realized that I could possibly start the client after installing by making another Program in the Lync Package with a command line that was along the lines of "%programfiles%\Microsoft Lync\communicator.exe" and then in the Environment
    tab, set it to "Run with user's rights" "only when a user is logged on".
    4.  My first revision of this task sequence has the Prereqs phase happening after the OCS uninstall phase, but I kept running into problems where the Silverlight installer would throw some bizarre error that it couldn't open a window or something wacky
    and it would fail.  Problem was, I couldn't re-run the task sequence because now it would fail because OCS had been uninstalled, so that's why the Prereqs happen first.  It ran much more reliably this way.
    5.  For some reason that baffles me, when I'd check the logs on the Site Server to monitor the deployment, I'd frequently see situations where the task sequence would start on a given machine, complete successfully, almost immediately start again, and
    then fail.  I'm not sure what is causing that, but I suspect either users are going to Add/Remove Programs and double-clicking the Add button to start the install instead of just single-clicking it, or the notification that they have software to install
    doesn't go away immediately or Lync doesn't start up right after the install, so they think the first time it didn't take and try it a second time.
    I hope this helps some of you SCCM and Lync admins out there!

    On Step 8 I found multiple product codes for the Conferencing Add-In for Outlook.  Here's a list of the ones I found in the machines on my network:
    {987CAEDE-EB67-4D5A-B0C0-AE0640A17B5F}
    {2BB9B2F5-79E7-4220-B903-22E849100547}
    {13BEAC7C-69C1-4A9E-89A3-D5F311DE2B69}
    {C5586971-E3A9-432A-93B7-D1D0EF076764}
    I'm sure there's others one, just be mindful that this add-in will have numerous product codes.

  • SQL Server reporting (SSRS) with SCCM. Language issue - how to change it?

    My SCCM 2012 R2 server is setup on a Windows 2012 R2 server (English) but has non-English language pack installed.
    I have the server working great with SCCM 2012 R2 working in English.
    The reporting has turned out to be a bit of an issue as it is displaying the paths in the other language.
    For example if I browse to http://servername/ReportServer and click to view the available reports the links are all non-English.
    Also, if I go to the ConfigMgr console -> Monitoring -> Reports the names appear in English but if I click on any of them to view their properties and go to the security tab I can see the path is not English.
    I want to, for the sake of some of the people that will be viewing/using the reports, change it into English.
    Is there any relatively painless way to do this?
    Changing the language preferences in Internet Explorer does not affect it as these appear to be hard coded.
    Appreciate any advice. Thank you.

    Thank you. I had previously seen that page but unfortunately it did not resolve my issue.
    It is quite frustrating as I can see the actual folders on my server in English (C:\Program Files\SMS_SRSRP\Reports) yet in the browser the folder names and URLs appear not in English.
    Also looking at Reporting Services Configuration Manager it does not show any option to configure this. Arg!

  • Thin Installer is very slow with SCCM Task Sequenz

    Hi all,
    I configure the Driver Update with Thininstaller via SCCM Tasksequenz and it is working fine, but very very slow.
    It is so slow because all Thininstaller log lines were pass throuh to the SMSTS.log. (Task Sequenz log file).
    It means the SMSTS.log has the same content as the Thininstaller log. This makes the task very very slow. If I run the Thininstaller manually with the same command line (without TaskSequenz), it is fast as expected.
    Any Idea how to disable the log pass through from Thininstaller?

    The repository is a network share on a Windows 2008R2 server, connected through gigabit network. The server doesn't have basically any load. Mapping the network share either directly to the network share or as an SCCM package does not affect performance, it always takes around 45min.
    In the repository there are around 200 packages (about 25 computer models). Thin Installer is run by using two SCCM packages. First of them contains the Thin Installer application files and a cmd file with only one line:
    xcopy "%~dp0*.*" C:\Windows\ThinInst /E /Z /Y /I
    So, that copies Thin Installer files to local computer. Second package is the driver store, and it also includes a cmd file to run Thin Installer:
    %windir%\Microsoft.NET\Framework\v2.0.50727\CasPol.exe -pp off -m -ag 1.2 -url file://%~dp0* FullTrust
    C:\Windows\ThinInst\ThinInstaller.exe /CM -search A -action INSTALL -noicon -includerebootpackages 1,3,4 -noreboot -repository %~dp0
    I was now reading ThinInstaller log files, and it kinda looks like it just sits and waits for something for half an hour in the end..
    --- clip ---
    Severe    2011-10-03 , 02:35:07
        at Tvsu.Engine.DataBase.DeleteUpdateXmlInformation()
        Message: Processing the Update: 83wo13ww
    Info    2011-10-03 , 02:35:07
        at Tvsu.Environment.EnvironmentManager.closeEM()
        Message: Closing Environment Manager.
    Info    2011-10-03 , 02:35:07
        at Tvsu.Sdk.SuSdk.ShutDownApplication()
        Message: Shut Down the Application
    Info    2011-10-03 , 03:05:06
        at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments)
        Message: Packages found, and balloon been suppressed
    Info    2011-10-03 , 03:05:06
        at Tvsu.CommandLine.CommandLineParameters.StartCommanLineParameters(String[] arguments)
        Message: Installation succeeded, and reboot been suppressed
    --- clip ---

  • Splash Screen with a progress bar at the bottom

    Hi,
    I want to display a splash screen with the progress bar at the bottom just like eclipse , limewire etc
    Take a look at the image below.
    [http://imageupload.com/out.php/i138889_splashScreen.png]
    Can anybody tell me how to achieve this type of splash screen?
    Thnx in advance.

    Search Google.
    This is one of the results: [Splash screen avec progress Bar|http://www.labo-sun.com/resource-fr-codesamples-1126-0-java-gui-splash-screen-avec-progress-bar.htm]

  • JPEG image with interlacing / progression

    Why is bug 4675817
    http://developer.java.sun.com/developer/bugParade/bugs/4675817.html
    closed?
    I'm using J2SDK1.4.2 and with JWS my application just quits when trying to display a JPEG image with interlacing / progression.

    This is an infuriating bug; I couldn't believe how much time I wasted before I found the bugreports � by which time I was ready to hang, draw & quarter the guilty party (or the nearest sun employee).
    The bug seemed closed against a similar bugreport, and this in turn has been closed against Tiger � which is 1.5 the next upcoming major release; which will probably happen next year now.
    - Richard

  • Deploying office 2013 Professional plus with SCCM

    Hello,
    I want to deploy office 2013 with SCCM 2012. I want to make an package but how can i
    download the office 2013 complete version ?<o:p></o:p>

    Hi,
    As far as I know, Microsoft now only provide MSI-based Office installer for Volume licensing Office. If you are a Volume Licensing customer, you can download the media via the Volume Licensing Service Center:
    http://www.microsoft.com/licensing/about-licensing/office.aspx
    More reference about how to deploy Microsoft Office 2013 using SCCM 2012:
    http://gallery.technet.microsoft.com/office/How-to-Deploying-Office-0f954e7f
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • How to deploy LifeCycle Designer with SCCM

    The company I work for has purchased Adobe LiveCycle Designer version 11.  I'm trying to find out what parameters can be sent to the MSI file via Setup.exe.  I'm mainly looking at how to pass the license key to the MSI so I can deploy this software with SCCM. 

    Hi,
    As Gerry said, please test the command line to uninstall Office 365 without user interaction before using SCCM.
    If this command line cannot work, you could get better support from Office forum.
    http://social.technet.microsoft.com/Forums/office/en-US/home?forum=officeitpro
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • ThinInstal​ler problems with SCCM

    Hi,
    I am having very frustrating problems with ThinInstaller.  I am trying to deploy drivers to a Thinkpad with ThinInstaller via SCCM.  Hope anyone with experience of it working or any experience of ThinInstaller in general can help.
    I am not too sure where the problem lies, although I think it is mainly with ThinInstaller.  I am quite new to both SCCM and to ThinInstaller so I have built up what I have for it using what I found on the Internet.
    SCCM Setup
    I have a Task Sequence setup to initially install the Networking and Storage drivers, this works ok.  The machine adds to the domain without any problem.  Then I run the commands in the screenshot below.
    Task Sequence
    Step 1 – Run ThinInstaller Trustzone
    %Windir%\Microsoft.NET\Framework\v2.0.50727\CasPol​.exe -pp off -m -ag 1.2 -url file://\\192.168.100.236\PackageSource\OSDDrivers\​Win7x86\LenovoT420-4236JDO FullTrust
    Step 2 – CMD CP ThinInstaller
    I run the following command line;
    cmd.exe /c xcopy.exe "\\192.168.100.236\smspkge$\SHR0012E\*.*" C:\Lenovo\thininstaller\ /E /D
    It gets passed this step; I can see the C:\Lenovo\ThinInstaller folder
    Step 3 – CMD Run Thininstaller
    I run the following command line;
    cmd.exe /c thininstaller.exe /CM -search A -action INSTALL -repository \\192.168.100.236\PackageSource\OSDDrivers\Win7x86​\LenovoT420-4236JDO -noicon -includerebootpackages 1,2,3,4
    This step doesn’t seem to work. 
    I have pasted in sections of the Task Sequence as well as details of my ThinInstaller setup below;
    Part of ThinInstaller error log
    [Thin Installer build: 2009-12-09 Version: 1.1.0005]            5/31/2012 12:09:09 PM
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Environment.EnvironmentManager..ctor()
                    Message: Starting Environment Manager...
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Nls.NlsResources..ctor()
                    Message: Starting the instance of NLS@Runtime
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Nls.NlsResources..ctor()
                    Message:
    The active language is: EN
    The default language is: EN
    The OS language is: EN
    The language loaded type is: Override
    Info        2012-05-31 , 12:09:09
                    at Tvsu.CommandLine.CommandLineParameters.ValidateArg​uments(String[] args)
                    Message: Validating arguments: System.String[]
    Info        2012-05-31 , 12:09:09
                    at Tvsu.CommandLine.CommandLineParameters.ValidateArg​uments(String[] args)
                    Message: The command is: /CM -searchA-actionINSTALL
    Info        2012-05-31 , 12:09:09
                    at Tvsu.CommandLine.CommandLineParameters.SearchForUp​dates()
                    Message: Searching for Updates: A
    Info        2012-05-31 , 12:09:09
                    at Tvsu.CommandLine.CommandLineParameters.SearchForUp​dates()
                    Message: Notify method: INSTALL
    Severe  2012-05-31 , 12:09:09
                    at Tvsu.Sdk.SuSdk.StartApplication()
                    Message: Application runs with the framework: 2.0.50727.4927
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.DataBase.InitializeDataBase()
                    Message: Initializing the DataBase from file: updates.ser
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Sdk.SuSdk.StartApplication()
                    Message: Starting the Application
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Sdk.SuSdk.GetSystemProperties()
                    Message: Get the System Properties
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.StartExecution()
                    Message: PreTask
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.StartExecution()
                    Message: Start
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Starting the task
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: The current process is:HelloProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Executing the PreProcess HelloProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Executing the StartProcess HelloProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Process.HelloProcess.Start()
                    Message: HelloProcess Started
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Process.HelloProcess.Start()
                    Message: MTM is: 4236JD0
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Process.HelloProcess.Start()
                    Message: Data to be set in the Environment Manager to use with Quest:
    QOS (Quest OS): Windows 7
    QOSLang (Quest language): EN
    MTM: 4236JD0
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Executing the PostProcess HelloProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: The process HelloProcesshas been finished.
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.StartExecution()
                    Message: PostTask
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Sdk.SuSdk.GetSystemProperties()
                    Message: Return the System Properties
    Info        2012-05-31 , 12:09:09
                    at Tvsu.CommandLine.CommandLineParameters.SearchForUp​dates()
                    Message: The System Properties are:
    4236JD0
    Windows 7
    EN
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Sdk.SuSdk.GetApplicableUpdates(searchingFolde​rDelegate spd, showErrMsgDelegate sed)
                    Message: Get Applicable Updates
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.StartExecution()
                    Message: PreTask
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.StartExecution()
                    Message: Start
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Starting the task
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: The current process is:HelpCenterIndexRepositoryProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Executing the PreProcess HelpCenterIndexRepositoryProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Process.HelpCenterIndexRepositoryProce​ss.PreProcess()
                    Message: 'Share name' to use: \\192.168.100.236\PackageSource\OSDDrivers\Win7x86​\LenovoT420-4236JDO\
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Executing the StartProcess HelpCenterIndexRepositoryProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Process.HelpCenterIndexRepositoryProce​ss.LaunchEgather()
                    Message: Launching Egather
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Egather.EgatherManager.GetEgatherParser(Strin​g type)
                    Message: Running egather complete.....
    Info        2012-05-31 , 12:09:09
                    at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabas​eManager.GetDescriptors(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository)
                    Message: Received data -> ShareName: \\192.168.100.236\PackageSource\OSDDrivers\Win7x86​\LenovoT420-4236JDO\, Agent:
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Egather.EgatherExecutor.RunAsWindowsService(S​tring directory, String command, String arguments)
                    Message: I received this info:
    Directory: C:\Lenovo\ThinInstaller\egather\
    Command: ia.exe
    Arguments: -filename"C:\Lenovo\ThinInstaller\egather\sysreco" -silent -local -section SYSTEM_SUMMARY REGIONAL_SETTINGS SMBIOS_INFORMATION Firmware_Information Installed_Software SMBIOS_INFORMATION DEVICE_DRIVERS_AND_SERVICES IDE_DEVICE_INFORMATION DEVICE_MANAGER_SETTINGS -p device_manager enable_hardwareid
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(S​tring dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide)
                    Message: Directory: C:\Lenovo\ThinInstaller\egather\
    Command: ia.exe
    Arguments: -filename"C:\Lenovo\ThinInstaller\egather\sysreco" -silent -local -section SYSTEM_SUMMARY REGIONAL_SETTINGS SMBIOS_INFORMATION Firmware_Information Installed_Software SMBIOS_INFORMATION DEVICE_DRIVERS_AND_SERVICES IDE_DEVICE_INFORMATION DEVICE_MANAGER_SETTINGS -p device_manager enable_hardwareid
    Install type: COMMAND
    TimeOut: 300000
    HideWindow?: True
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(S​tring dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide)
                    Message: Directory 1: C:\Lenovo\ThinInstaller\egather\
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(S​tring dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide)
                    Message: If directory 1 exists: C:\Lenovo\ThinInstaller\egather\
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(S​tring dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide)
                    Message: The parameters directory and command stay as follows:
    Command: ia.exe
    Directory: C:\Lenovo\ThinInstaller\egather\
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Executor.CommandLauncher.ExecuteCommandLine(S​tring dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide)
                    Message: Type hidden
    Info        2012-05-31 , 12:09:09
                    at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabas​eManager.GetDescrips(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository)
                    Message: The database.xml file was found in \\192.168.100.236\PackageSource\OSDDrivers\Win7x86​\LenovoT420-4236JDO\
    Info        2012-05-31 , 12:09:09
                    at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabas​eManager.GetDescrips(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository)
                    Message: Processing the data base xml file
    Info        2012-05-31 , 12:09:09
                    at Tvt.LocalRepositoryDatabase.LocalRepositoryDatabas​eManager.GetDescrips(String shareName, String mtm, String os, String oslang, String agent, Boolean bValidateLocalRepository)
                    Message: Processing the data base schema file
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Executing the PostProcess HelpCenterIndexRepositoryProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: The size for the UpdateResponse is 32
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: The process HelpCenterIndexRepositoryProcesshas been finished.
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: The current process isescriptorLoaderProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Executing the PreProcess DescriptorLoaderProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Task.Task.Start()
                    Message: Executing the StartProcess DescriptorLoaderProcess
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Process.DescriptorLoaderProcess.Start(​)
                    Message: Failed to get the file Object reference not set to an instance of an object.
    Info        2012-05-31 , 12:09:09
                    at Tvsu.Engine.Process.DescriptorLoaderProcess.Start(​)
                    Message: Failed to get the file Object reference not set to an instance of an object.
    Info        2012-05-31 , 12:09:10
                    at Tvsu.Sdk.SuSdk.ShutDownApplication()
                    Message: Shut Down the Application
    ThinInstaller.exe.configuration
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
                    <RepositoryPath></RepositoryPath>
                    <LogPath>C:\Lenovo\ThinInstaller\ExtraLogs</LogPat​h>
                    <LanguageOverride>EN</LanguageOverride>
                    <BlockSize>4096</BlockSize>
                    <AskBeforeClosing>NO</AskBeforeClosing>
                    <DisplayLicenseNotice>NO</DisplayLicenseNotice>
                    <IgnoreLocalLicense>YES</IgnoreLocalLicense>
                    <IgnoreRMLicCRCSize>YES</IgnoreRMLicCRCSize>
                    <DebugEnable>NO</DebugEnable>
                    <ContentMode>Active</ContentMode>
    </configuration>
    Task Sequence Error
    Failed to run the action: CMD Run ThinInstaller.
    Incorrect function. (Error: 00000001; Source: Windows)

    Create a Folder Applications in Microsoft Deployment Kit
    Copy de application ThinInstaller in this folder
    Install Lenovo "Update Retriever" on a Windows Machine.
    Configure  Lenovo "Update Retriever"  for download the Drivers  
    Modify  the Repository  with;
    Close "Update Retriever" and go to the location of your Repository folder on the machine
    Copy this folder to the \ThinInstaller folder that you create in  Microsoft Deployment Kit
    Example: ...\Microsoft Deployment Toolkit  2012\Applications\ThinInstaller
    Update sccm dp's
    Sccm Task Sequence
    Create a Task Sequence lines after Setup Windows and ConfigMgr
    Example:
    Run Command Line
    Apply - Lenovo Driver Based Applications (01) and Apply - Lenovo Driver Based Applications (02)
    You need run this twice because there are dependency on the drives package’s
    More info let me know
    Maarten

  • I am using a mini display to hdmi with my macbook and the display works fine. However, the sound will only play iTunes such as music and movies but when i go online to watch movies on youtube it will not play any sound. Please help

    I am using a mini display to hdmi with my macbook and the display works fine. However, the sound will only play iTunes such as music and movies but when i go online to watch movies on youtube it will not play any sound. Please help

    HDCP maybe? Read this http://www.macnn.com/articles/08/11/26/displayport.drm.conflict/

  • I have a problem with my photoshop CS6 retina display

    I have a problem with my photoshop CS6 retina display. my photoshop doesn't support retina on my Macbook pro 15 retina. the version I have in my laptop is 13.0v. I was trying to update to 13.1 from my photoshop through > help > update but this option is off. it is appear gray color. I couldn't click on it. please help me.

    Mac Perpetual CS6 current version is 13.0.6 the subscription version is version 13.1.2.  How are you trying to update to 13.1.?? do you have a Creative Cloud Subscription?
    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

Maybe you are looking for

  • Goods Receipt Rate (GRN) Rate in case of Import

    Hi, I would like to know which rate should system pick at the time of making goods receipt note (GRN) in case of import material. E.g. If an Indian Company is importing material from USA in august when $ rate to INR is 50, and if material received in

  • Worksheet gives gray background on query run and won't give back.

    When I run either multiple queries within a single worksheet or an running any code over 1 line long, the worksheet highlights the entire query with a dark gray background, just like the old Tora or Toad, which is fine. However, unlike Tora or Toad,

  • Bex query structure authorization error when copying to Y name

    Hi Gurus, We are having a issue in BEX query. As per design, our IT team can copy Z queries to Y queries and modify/create Y queries in production but they cannot update/change Z queries. One of the Z query is having structure and BW IT team is tryin

  • Cmake, wxwidgets 3.0.2 warning message

    I don't know if this a bug on cmake or wxwidgets, maybe I'm using the wrong commands, this is the packages I have of wx: extra/wxgtk 3.0.2-4 [installed] extra/wxgtk2.8 2.8.12.1-3 [installed] I want to link against gtk 3.0.2, so, this is my cmake code

  • How do I create a custom stamp on a MAC

    How do I create a custom stamp on a MAC. It is quite easy on a PC, but the steps are not as intuitive on a MAC.