rusty Posted July 2, 2013 Report post Posted July 2, 2013 Hi there, I'm trying to test deploy EndNote 6.0.1 through sccm 2012 using a batch file with the following: start /wait msiexec /i "%~dp0ENX6Inst.msi" /qbstart /wait msiexec /p "%~dp0EN1601Update.msp" /qb REINSTALLMODE="ecmus" REINSTALL="ALL"start /wait %~dp0Endnote6_Library.exe If I ran that from the shared manually, everything installed fine but if I deployed that via sccm only the part of the first line is installed. The ENX6Inst.msi file has got the license.dat embedded. If I ran it manually from the shared or ran it locally the license.dat is there in the Program Files\EndNote X6 and all 3 commands ran one after another automatically but if I deployed it as an app via sccm the license.dat is not there (thus the above part of the first line is installed). What did I do wrong? Many thanks Quote Share this post Link to post Share on other sites More sharing options...
teamfox201 Posted July 2, 2013 Report post Posted July 2, 2013 Does the license file get put in the users profile or in HKCU? Do you have the program set to "run with administrative permissions or with the permissions of the currently logged on user"? If you have it set with administrative permissions, it will run with the SYSTEM account and it could be placing / or trying to place the license info in the wrong place but when you execute it as the logged on user (manually) it knows where to put it. Quote Share this post Link to post Share on other sites More sharing options...
rusty Posted July 4, 2013 Report post Posted July 4, 2013 Hi teamfox201, "Does the license file get put in the users profile or in HKCU? " I don't know how to check that. The install file and license key was created by someone else. I know :-( As far as I know the program set to run with admin permissions. How do I double check. sorry I'm at lost here and a real noob trying to learn. Thanks Quote Share this post Link to post Share on other sites More sharing options...
teamfox201 Posted July 5, 2013 Report post Posted July 5, 2013 In the console: Select Software Library Expand Application Management Select Packages Single Click your EndNote package. Select the Programs tab at the bottom. Double Click the program name. Select the Environment tab. You will see the Run mode set to "Run with user's rights" or "Run with administrative rights" Select "Run with user's rights" After you save the changes, wait for the program change to replicate (depending on your environment setup). Test the install again through SCCM. Quote Share this post Link to post Share on other sites More sharing options...
rusty Posted July 6, 2013 Report post Posted July 6, 2013 Many thanks teamfox201 Quote Share this post Link to post Share on other sites More sharing options...