Need to deploy both Visio and Project 2010 by GPO

I'm looking for a way to deploy Visio and Project 2010 to selected users without SCCM.
I tried a logon script based on the one Microsoft posted as a sample in Technet and it worked for some users, but is unreliable.  When the users need both Visio and Project, it would error out because it says 2 setup files can't run at the same time.
 So, I set a GPO for logon scripts to run synchronously and it worked for some users, but others would get a black screen at logon that would hang forever.  Seems to me this is UAC interference with no UAC prompt being popped up.  When the script
was disabled, they could log on normally.
I thought of startup scripts, but that does not show the user that the software is installing, so they think their computer is stuck booting.
What are solutions?

This is the login script I'm using for Visio 2010.  I just substitute the work Visio for Project to make a login script for Visio.  
It works but the part where it is supposed to recognize that the product is already installed and not install again doesn't work.  can you see an error or other reason why?
setlocal
REM *********************************************************************
REM Environment customization begins here. Modify variables below.
REM *********************************************************************
REM Get ProductName from the Office product's core Setup.xml file, and then add "office14." as a prefix. 
set ProductName=Office14.Visio
REM Set DeployServer to a network-accessible location containing the Office source files.
set DeployServer=\\server01\userapps\VisioPro2010
REM Set ConfigFile to the configuration file to be used for deployment (required)
set ConfigFile=\\server01\userapps\VisioPro2010\Visio.WW\config.xml
REM Set LogLocation to a central directory to collect log files.
set LogLocation=\\server01\userapps\VisioPro2010\logs
REM *********************************************************************
REM Deployment code begins here. Do not modify anything below this line.
REM *********************************************************************
IF NOT "%ProgramFiles(x86)%"=="" (goto ARP64) else (goto ARP86)
REM Operating system is X64. Check for 32 bit Office in emulated Wow6432 uninstall key
:ARP64
reg query HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
if NOT %errorlevel%==1 (goto End)
REM Check for 32 and 64 bit versions of Office 2010 in regular uninstall key.(Office 64bit would also appear here on a 64bit OS) 
:ARP86
reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
if %errorlevel%==1 (goto DeployOffice) else (goto End)
REM If 1 returned, the product was not found. Run setup here.
:DeployOffice
start /wait %DeployServer%\setup.exe /config %ConfigFile%
echo %date% %time% Setup ended with error code %errorlevel%. >> %LogLocation%\%computername%.txt
REM If 0 or other was returned, the product was found or another error occurred. Do nothing.
:End
Endlocal

Similar Messages

  • Hello, I need to download Microsoft visio and project on my Macbook pro, can I do that? which site has them?, Hello, I need to download Microsoft visio and project on my Macbook pro, can I do that? which site has them?

    Hello, I need to download Microsoft visio and project on my Macbook pro, can I do that? which site has them?, Hello, I need to download Microsoft visio and project on my Macbook pro, can I do that?

    Viso only runs under Windows, so you'd first have to install Windows, either using Boot Camp or a virtual machine, then purchase Viso. Or, you can purchase this to deal with Viso files:
    http://www.omnigroup.com/products/omnigraffle/feature_comparison/

  • Office 2013 with Visio and Project Error - Package manifest is invalid

    In July I successfully created an App-V install of Office 2013 VL using the ODT. This week I decided to try just doing Visio as we don't install it or Project on all systems. I used my same customconfig.xml and just changed the ProPlusVolume to VisioProVolume
    and changed the source path. Everything downloaded and packaged fine. I was able to import into SCCM just fine and create a deployment to my test collection. However when I run the install out of Software Center I get (as part of a much longer error) the message
    in AppEnforce.log that the package manifest is invalid. Thinking that maybe I had to include Office as long with Visio I tried packaing all three items but still get the same error. Has anyone else seen this behavior and/or ideas how to fix it? Can I sequence
    just Visio or just Project? I'm including my config.xml just in case I've got something wrong with it that I haven't caught. Thanks
     <Configuration>
      <Add SourcePath="<networkpath>\Microsoft\AppVOffice2013\Sept\" OfficeClientEdition="32" >
        <Product ID="ProPlusVolume">
        <Language ID="en-us" />
        </Product>
        <Product ID="VisioProVolume">
        <Language ID="en-us" />
        </Product>
        <Product ID="ProjectProVolume">
        <Language ID="en-us" />
        </Product>
      </Add>
      <Display Level="None" AcceptEULA="TRUE" />
      <Logging Name="OfficeSetup.txt" Path="%temp%" />
      <Property Name="AUTOACTIVATE" Value="1" />
    </Configuration>

    Hy. I'm having the same problema.
    I'm trying to create na app-v package (v.5 SP2) of Office 2013.
    I downloaded the Office Deployment Tool for Click-to-Run from here:
    http://www.microsoft.com/en-us/download/details.aspx?id=36778
    I installed it into C:\Office2013pck shared that folder as 
    \\APPVMANAGER\Office2013 and mapped as Z:\.
    I changed the configuration.xml file to:
    <Configuration>
    <Add OfficeClientEdition="32" >
    <Product ID="ProPlusVolume">
    <Language ID="en-us" />
    </Product>
    <Product ID="VisioProVolume">
    <Language ID="en-us" />
    </Product>
    </Add>
    </Configuration>
    Then I ran in na elevated cmd:
    >Z:
    >\\APPV-CL-WIN7DEF\Office2013\setup.exe /download
    \\APPV-CL-WIN7DEF\Office2013\configuration.xml
    and
    >\\APPV-CL-WIN7DEF\Office2013\setup.exe /packager
    \\APPV-CL-WIN7DEF\Office2013\configuration.xml
    \\APPV-CL-WIN7DEF\Office2013\Appv
    Everything seemed to work fine.
    The creted folder had Office\Data\15.0.4649.1001 folder (I guessed this is a version number)
    When I tried to add the package to App-V Server (in the Console) I get the following error:
    An unexpected error occurred while retrieving AppV package manifest. Windows error code: 1465 - Windows was unable to parse the requested XML data.
    I tryied to publish it from powershell, getting the same error message agalluci image post shows.
    From the Event Log I got this additional information:
    There was a problem retrieving the requested package \\APPVMANAGER\AppVpck\Office\VisioProVolume_ProPlusVolume_en-us_x86.appv for import. Error message: Unspecified error
    Element '{http://schemas.microsoft.com/appv/2010/manifest}UsedKnownFolders' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/2010/manifest}Package'.
    I haven't found any indication of which file is the manifest app-v file.
    I also haven't found any .xml with the "UsedKnownFolders" tag (I changed the .appv package extension to .zip and explored some of the files).
    I tryied creating a package for 32 and 64 bits, only office, office and visio, and office visio and project running Windos 7 and Windows 2012.
    Thanks in advance for any help.

  • How to deploy MS Visio & MS Project via SCCM 2012

    Dear friend,
       Please let me know the How to deploy MS Visio & MS Project via SCCM 2012, step by step
    Thanks

    You need to utilize Office Customize Tooltik to build config.xml, then distribute the config.xml with setup file. Below are some documents talking about this.
    http://blogs.msdn.com/b/visio/archive/2011/02/04/more-on-visio-2010-volume-deployment.aspx
    http://blogs.technet.com/b/odsupport/archive/2010/12/03/volume-license-editions-of-visio-2010-install-premium-edition-by-default.aspx
    Juke Chou
    TechNet Community Support

  • Unexpected restarts when deploying Windows 7 and Office 2010 updates

    Hi
    I am deploying Windows 7 and Office 2010 updates via SCCM 2012 sp1 and have a couple of questions
    Question 1)
    The updates are made available to clients at 9am on a Tuesday morning.  The users get notification that updates are available to install.  If the user doesn't install the updates, the client will wait 24hrs and then install the updates automatically. 
    We have set the restart behaviour to 24hrs, so again, the user will get a pop up saying that their machine will restart in 24hours.  In my testing I have seen no more pop ups appear until 15 minutes before a restart is due and then a window appears
    with a count down of 15 minutes but I think this might be standard behaviour.  I am not sure why there are options in the client settings to remind users frequently about the impending installation of update but not of impending restarts.  The
    reason we delay the restart by 24hrs is to give the users the chance to restart their machines over night.  Is there a way of providing more notifications of computer restarts ?  The User Experience in the deployment of the updates is set to
    Display in software center and show all notifications.  We have Group Policy set to Not Configured for Windows Updates apart from the user policy
    Remove Access To All Windows Update Features which is set to 0 - Do not show any notifications.
    Question 2)
    Another issue we have is that we have client machines restarting without any warning at all.  I have tested setting the user experience to suppress restarts but have the issue regardless.  It appears that this happens if the client
    is off when the deployment schedule reaches its deadline and the restart time is missed.  I had one user who did restart her machine because she was prompted to restart.  When the machine came back up it looked like it installed another update and
    then just resarted without any warning.  This hasn't happened often but a one user was on a Lync call when the restart occured and she was not happy.
    Any help would be much appreciated.
    Thanks

    Hi Daniel
    I have done an RSOP on a VM I am testing and only have the user policy :
    Remove Access To All Windows Update Features which is set to
    0 - Do not show any notifications.
    And the machine policy :
    Specify intranet Microsoft update service location which is set to
    Enabled The GPO Name is Local Group Policy
    The policies look OK.
    As a test I have deployed some updates and set the user experience to
    Display all notifications and set the Suppress restarts
    for both Servers and Workstations.  When I deploy the updates, I get notifications that the updates are installing (when the deadline is met) and then I get a prompt telling me that a restart is required.  I also get a windo letting me restart now
    or I can ask to be reminded in x number of hours.  This seems like expected behaviour.  It does not force a restart.  However if I leave the VM on over night I come in the following day and can see it has restarted.  looking at the WindowsUpdate.log I
    can see that at 3:15am the line AUInvoking reboot system.  It looks like Windows Updates and not SCCM is forcing the restart. 
    Thanks

  • How do I stop needing to scroll both horizontal and vertical in my folders to see all of the content.

    How do I stop needing to scroll both horizontal and vertical in my folders to see all of the content.

    There is no cancel button.
    I don't see a download all button that will download everything from iCloud anyway. The download all button that I see refers only to the particular artist or album that you select from the left had side. I see no download all button for TV Shows or Movies.

  • Need to perform both Queue and stack operations in Visual C# code

    Need to perform both Queue and stack operations, is any Data Structure available for this. or how can i custom create the structure for this?

    Hi,
    In this structure contains base logics of Queue and Stack. Well stack plays major role here with operations of PUSH, POP with additional operation of Queue i.e., ENQUEUE and DEQUEUE.  Here the stack has enqueue and dequeue 
    https://code.msdn.microsoft.com/The-Stacked-Queues-An-11f3703a
    Regards,
    Selva Ganapathy K

  • I am using PS cs6 and lightroom and I am having a hard time know what color space to choose.  The lab that I am using told me that their color space is sRGB.  Do I need to have both PS and Lightroom set at sRGB or should I have PS set at adobe RGB and jus

    I am using PS cs6 and lightroom and I am having a hard time know what color space to choose.  The lab that I am using told me that their color space is sRGB.  Do I need to have both PS and Lightroom set at sRGB or should I have PS set at adobe RGB and just set my export from lightroom as sRGB?

    Please post in the Photoshop forum.
    http://forums.adobe.com/community/photoshop
    Bob

  • Visio and Project 2013 silent install returns immediately (before install is finished)

    Hi,
    I am building a task sequence that will include Office 2010 ProPlus (volume license), a bunch of other products (like SQL Server and Visual Studio) and also Visio 2013 and Project 2013.
    For Visio 2013 and Project 2013, I have to use the retail media (this is for use in academic computer labs and we have a single retail key through DreamSpark Premium that allows unlimited activations - I don't know why DreamSpark doesn't just give a volume
    license key).
    I managed to get Visio 2013 and Project 2013 to install silently by modifying the config.xml file and using the /config parameter. However, when running my install script (the usual VBScript wrapper) or just from the command line, the command returns before
    setup finishes (literally within less than a second). Setup continues to run and finishes successfully, but as you can imagine, MDT considers that application install finished and tries to move on to the next application which fails because another installation
    is still in progress.
    I've included below the relevant portion of the VBScript wrapper. Any help in figuring out how to get the wrapper to wait for the installer to finish is appreciated.
    sSetupFile = oUtility.ScriptDir & "\Source\setup.exe"
    sArguments = "/config vispror.ww\config.xml"
    oLogging.CreateEntry oUtility.ScriptName & ": Starting installation", LogTypeInfo
    // Check for existence of setup file omitted
    iRetVal = oUtility.RunWithHeartbeat("""" & sSetupFile & """ " & sArguments)
    Coincidentally, iRetVal = 0 indicating success.
    Thanks,
    SA

    Hi SA,
    Obviously you use the VBS wrapper for some reason. To my understanding this behaviour needs to be captured and translated to "script is till busy, when installation completes script is finished, proceed to next step".
    I can only advise you to either try the command line directly in MDT, instead of using the VBS wrapper, and/or try to create an MSP and try this in your VBS wrapper, command line directly in MDT.
    MSP files are easily created by going into command prompt to the sources folder of Visio / Project and execute the following command: setup.exe /admin this will start the Office Customization Tool which enables you to create an MSP file.
    When you are ready, execute the following command to install the application with the settings in the MSP: setup.exe /adminfile custom.msp
    Again I can imagine the purpose of the VBS just as I can imagine the purpose of using the config.xml above a custom.msp. But for starters this should get you going to try to find an resolve where the issue lies. In the VBS or somewhere else.
    Cheers!
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • Need help locating duplicate files and projects. Space is running out

    Ok, over time I have made duplicate files and projects on both my local and external hard drives. What I am looking for is a program that I can run on to Identify duplicate files and such so that I can decide what to delete to free up much needed space.
    Please suggest anything you can think of, I am running out of room.
    Cheers, and Thanks in advance.

    You will find several such utilities at VersionTracker or MacUpdate.
    Tidy Up
    Dupe Guru
    OmniDiskSweeper
    Sponge
    Just to name a few.

  • I need to copy audio files and projects from logic to an external hard as my MBPis nearly full and my external hard drive has packed up with all my files on it, any suggestions on how do I copy 200GB from my MBP to a new external HD

    I Use logic and back my audio file and projects on an external HD ,this has now packed up . I have all the files in the MBP , but need to copy them to a new external HD, I have only 10GB left on my machine , how do I copy 200GB from my machine to a new External HD.
    any helpful full advice would be appreciated.
    angus

    Yes, just drag and drop them into the drive..
    How long will it take? Hard to say without knowing the type and speed of the drives in question.. and even then it's hard to estimate... but does time really matter?
    The fact you only have 10 Gigs left will/may slow the process down but it wont/shouldn't stop it...
    If needed.. just drag and drop some of the files at a time.. not all of them.
    Remember that copying files doesn't delete them from the original drive... You will still need to delete them yourself after they are copied over and empty the trash....
    However....
    When you saved these projects in Logic (Pro X?) did you save them using the include audio files option?
    If not, then when you move the audio files used in these projects... Logic will not know where they are to reload them........ and that will cause you issues.
    So.. if you didn't...
    I would use this method instead...
    Logic Pro X: Move, copy, and convert audio files

  • Windows 7 64-bit and need to install both 32bit and 64bit Oracle 11g client

    Hello
    First I am sorry for asking what is probably a common knowledge answer from most in the forum. I just cannot find a straight forward answer searching these forums or via google.
    We have Windows 7 64-bit planned as our next desktop upgrade. We have several Oracle databases, and all of the client software in our environment is 32 bit.
    I want to try and be ahead of the curve so I want to deploy the latest 64-bit 11g client instead of our current client (10g 32bit).
    The simple question is this: Can we actually do that with our 32bit application suite or do I need to install the 32bit client for 32bit applications side-by-side with the 64bit 11g Oracle client for future 64-bit clients?
    For a follow up to that, if I do, then does anyone have good instructions on that? I found one article on this but it seemed custom and made use of the mklink command, so I have my doubts this is correct.
    Thanks

    Thanks for the tip. What I wonder though is should I do that or does the 64-bit client have a 32-bit layer that works with 32-bit applications or, am I forced to still deploy a 32-bit client because of my 32-bit software?
    Thanks

  • Help needed with buggy Outlook 2013 and Exchange 2010 trashing profiles

    Hi All,
      I have a customer who has eschewed MOLP and buys all their Office OEM from Dell.  So as a result they are starting to have more and more office 2013 be deployed.  They have a SBS 2011 server with Exchange 2010 and it is patched to the latest
    rollups and service packs.  (SP3, RU2)  Their Outlook 2010 and earlier clients are just peachy on this.  But the Outlook 2013 clients are having problems.
      What is going on is that periodically I'll get a complaint from a user that their Outlook 2013 is randomly crashing.  In all cases the fix is going into the Outlook Profiles, creating a new profile, then setting the new profile as the default
    and going back into Outlook 2013 and letting it rebuild the cached data on the PC.  This seems to happen a few times a month with random users on the network.
      I told the customer it was probably people not logging out of Outlook 2013 at night and their machines being power spiked but I think that's highly unlikely since it doesen't happen to the Outlook 2010 clients.
      I don't know if any Microsoft developers read this but if you do, please take it back to your bug database.  Any other suggestions would be appreciated (other than scotch Outlook 2013 - while I'd appreciate that, my customer wouldn't)

    In all cases the fix is going into the Outlook Profiles, creating a new profile, then setting the new profile as the default and going back into Outlook 2013 and letting it rebuild the cached data on the PC. 
    The Outlook 2013 crash problem would be fix after you re-create a new profile and re-sync the data from Exchange, right?
    When we meet the same problem in next time, I suggest we run the Outlook Product Stability Diagnostic tool to isolate known causes of crashes in Outlook. The Outlook Product Stability Diagnostic also creates a diagnostic report outlining the data it collected
    and recommendations on possible steps you can take to reduce or eliminate Outlook stability issues.
    Please click the following link to run the Outlook Product Stability Diagnostic tool in the Microsoft Fix it Center Pro portal:
    Outlook Product Stability Diagnostic:
    https://wc.ficp.support.microsoft.com/SelfHelp?knowledgebaseArticleFilter=2764035
    Other troubleshoot steps for Outlook 2013, please refer to the link below.
    Let me know the result.
    http://support.microsoft.com/kb/2632425/en-us 
    Tony Chen
    TechNet Community Support

  • SCCM 2012 R2 Reports not activate Value button and not showing Visio and Project products

    Hello,
    I have experiencing some problems with SCCM reports
    1)  In some of the reports the "Values" button is disabled and because of that I can not select the name of a specific computer, the reports I've noticed that are relating to Specific Computers
    2) The other problem is that when reviewing a software inventory report on a specific computer, Visio nor the Project of Microsoft Office does not appear , which itself can be seen from the Resource Browser
    I will appreciate it very much to help me to solve these drawbacks presented in the reports of SCCM 2012 R2.
    Thanks in advance.
    Manuel
    Manuel&#180;s Microsoft Forums Threads

    open the report in the report builder tool (in the console, right click and edit. From the reports web page you can click the drop down and choose open with report builder) and examine the query that is being used to populate the computername
    values list. You should be able to run that query from the report builder utility to see if anything is being returned. For the report you mention, there is no query to bring back computer names. In report builder, in the left hand menu, open the parameters
    folder, then right click @variable from the list and open the properties. Go to the available values item in the menu of the properties window and notice that the available values is set to none, not get values from a query. That is why you can't click on
    Values in the SSRS report and get a list of computer Names. You could add a query into the report and save the report if you really want a drop down list of all computer names. I would save the report with a different name if I were to take that approach,
    it is not a good practice to modify the built in reports.
    Regarding the applications you are not seeing, you will have to look at the query contained in the report, and determine if that query is targeting the same view or data that you were looking at using resource explorer. Which category within resource
    explorer were you seeing the information you were expecting to see in this report? You can use report builder to see that the report you are looking at is calling a function to return the software titles, and that function looks to be based on the v_gs_softwareproduct
    view. If you were looking at software files or add/remove programs within the resource viewer, you won't necessarily see the same information in the report, since the report is reading a different view.
    I hope this info will help you to troubleshoot report quirks. SCCM 2012 reporting is a world apart from SCCM 2007 reporting. There are alot more stored procedures and functions used in SCCM 2012, and even a dll file on the reporting point that is required
    for some (most) of the reports!

  • Can we deploy both BPM and Webcenter on same weblogic domain?

    Hi,
    We have a clustered environment with two managed servers configured for SOA.
    Now, we are looking to integrate BPM worklists into custom webcenter portal app. In this process, can we create and deploy custom webcenter portal app on the same SOA servers? Please help.
    Thanks,
    Suren.
    Edited by: Suren on May 8, 2012 9:25 AM

    There is something called Process Spaces which is BPM Inegrated into Webcenter Spaces which can be setup on the same domain
    http://andrejusb.blogspot.in/2011/02/bpm-portal-11g-ps3-how-to-configure.htmlAs yours is a custom WC Portal I would suggested to use separate managed servers for ADF and SOA to balance the load and to separate concerns if any ..

Maybe you are looking for

  • Workflow Activity "Lookup Value" returns An error occured while enumerating the filter using [//WorkflowData/customvalue]

    I want to generate an Accountname using EmployeeID, FirstName and LastName via a workflow. I'm using the Granfeldt Workflow Activity Library (https://fimactivitylibrary.codeplex.com/) I'm using the FIM Powershell Workflow Activity (https://fimpowersh

  • How to create interrelated dropdowns in java webdynpro

    In my screen i have to populate some values in the 1st dropdown once after selecting item from this dropdown i have to populate values in 2nd dropdown how can i do it  in webdynpro?

  • Sorting Dates in Crystal Reports 9

    Hi, Hope someone can help. I have a report which is sorted by date. At the moment, the report looks like this:   01-May-2007    Names of students   01-Jun-2007    Names of students   02-May-2007    Names of students..... What I would like it to look

  • WD ABAP Integration with Portal

    Hi All, Is it possible for a Web Dynpro for ABAP to read the current user object from the portal. Each portal user has a bespoke parameter in the portal UME which needs to be read in the Web Dynpro. I can read it using WD Java. How can it be read usi

  • SRM-MDM Catalog publication in portal

    Hi experts, Iu2019m facing some difficulties concerning MDM / portal integration. We are implementing SRM-MDM catalog scenario and Iu2019ve already created a catalog in MDM Data Manager. Iu2019ve also set the parameters for the web service definition