Jump to content


funkedup

Established Members
  • Posts

    6
  • Joined

  • Last visited

funkedup's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. When I test the .bat file using psexec I do not receive any error message but the registry keys are not added.
  2. Contents of license.reg: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\CambridgeSoft\ChemBioOffice\15.0\Ultra] "Launch Count"=dword:00000014 "User Name"="User" "Organization"="Institute" "Serial Number"="xxx-xxxxx-xxx" "Email"="" "Activation Code"="xxx-xxxxx-xxx" "Success"=hex:01 "License"="Licensed to The Institute" "Warning"="CambridgeSoft Proprietary data: Do not redistribute outside of licensed customer site." I will try the psexec route, I just stumbled across an article about that yesterday.
  3. I have a software installation script which I am pushing out as a SCCM application. When I run the script manually on the computer the registry keys are added with no problems. When I run the application through SCCM, the software installs but the registry keys do not. What am I doing wrong? The application calls install.bat which consists of: @echo off Title Installing ChemOffice 15 @echo Installing ChemOffice 15 @echo. @echo Please do not close this window as it will close automatically @echo once the installation has completed. CambridgeSoft_ChemOffice_Professional_2015.msi /qb! CambridgeSoft_ChemDraw_ActiveX_Enterprise_Constant_15.0.msi /qb! reg import license.reg cacls "C:\Program Files\CambridgeSoft\ChemOffice2015" /e /g "users":f cacls "C:\Program Files (x86)\CambridgeSoft\ChemOffice2015" /e /g "users":f rem exit 0
  4. Upon futher testing, the 'Convert list to two digits' step which calls the ZTICoalesce.wsf script seems to be causing the task sequence to fail. If I disable this step or select 'Continue on error' the task sequence will complete successfully but without any applications installed. I have tried recreating this step but still the same problem. Is there something within the script that needs to be set? Any guide that I've read does not mention any special steps so I'm not sure what is causing this to fail.
  5. I have an OSD task sequence and I have inserted some MDT components to utilize UDI for changing the computer name and installing applications. I am able to change the computer name and install packages successfully using the UDI Wizard but I cannot install applications. The task sequence fails on the 'Convert list to two digits' step, if I disable this step then the task sequence will complete but no applications will install. I have tried creating new applications and they appear in the UDI Wizard but again nothing installs. Any help is greatly appreciated, I can post any logs/screenshots needed.
×
×
  • 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.