Studio 5000 V28 Installation error

psgama

Member
Join Date
May 2007
Location
Canada
Posts
21
Hi all,

I am having issues updating my Logix Studio 5000 to Version 28. Every time I try to install, I Get this error for multiple dlls. I can't even register them manually with regsrv32.

I am running Windows 7 32 Bit.

I have UAC disabled and I also manually disabled Windows 7 DEP.

Anyone have any other suggestions?

---------------------------
Studio 5000 Install
---------------------------
Module C:\Program Files\Rockwell Software\Studio 5000\Logix Designer\ENU\v28\Bin\1407_CGCM_DH_1.dll failed to register. HRESULT 255. Contact your support personnel.
---------------------------
Abort Retry Ignore
---------------------------
 
Yes. I actually figured out how to fix it. I realized the DLL registration was looking for short file paths and the install was feeding it long pathnames for some reason.

Solved with the following batch file
Just hit ignore for all the errors that pop up.
Code:
Code:
cd C:\Program Files\Rockwell Software\Studio 5000\Logix Designer\ENU\v28\Bin 
regsvr32.exe /s   1407_CGCM_DH_1.dll 
regsvr32.exe /s   1407_CGCM_PG.dll 
regsvr32.exe /s   1407_CGCM_PGENG.dll 
regsvr32.exe /s   1756_AI_CONFIG_PG_1.DLL 
regsvr32.exe /s   1756_AI_CONFIG_PG_1ENG.DLL 
regsvr32.exe /s   1756_AI_DH_1.DLL 
regsvr32.exe /s   1756_AIO_ALARM_PG_1.DLL 
regsvr32.exe /s   1756_AIO_ALARM_PG_1ENG.DLL 
regsvr32.exe /s   1756_AIO_CAL_PG_1.DLL
regsvr32.exe /s   1756_AIO_CAL_PG_1ENG.DLL 
regsvr32.exe /s   1756_AO_CONFIG_PG_1.DLL 
regsvr32.exe /s   1756_AO_CONFIG_PG_1ENG.DLL 
regsvr32.exe /s   1756_CMN_PG_1.DLL 
regsvr32.exe /s   1756_CMN_PG_1ENG.DLL 
regsvr32.exe /s   1756_DDO_PG_1.DLL 
regsvr32.exe /s   1756_DDO_PG_1ENG.DLL 
regsvr32.exe /s   1756_DI_PG_1.DLL 
regsvr32.exe /s   1756_DI_PG_1ENG.DLL 
regsvr32.exe /s   1756_DO_DH_1.DLL 
regsvr32.exe /s   1756_DO_PG_1.DLL 
regsvr32.exe /s   1756_DO_PG_1ENG.DLL 
regsvr32.exe /s   1756_NonIO_DH_1.DLL 
regsvr32.exe /s   1756_SOE_DH_1.dll 
regsvr32.exe /s   1756_SOE_PG_1.dll 
regsvr32.exe /s   1756_SOE_PG_1ENG.dll 
regsvr32.exe /s   1756_SYNCH_PG_1.DLL 
regsvr32.exe /s   1756_SYNCH_PG_1ENG.DLL 
regsvr32.exe /s   acconfig.dll 
regsvr32.exe /s   ActiproSoftware.Docking.Wpf.dll 
regsvr32.exe /s   ActiproSoftware.PropertyGrid.Wpf.dll 
regsvr32.exe /s   ActiproSoftware.Shared.Wpf.dll 
regsvr32.exe /s   ActiproSoftware.SyntaxEditor.Wpf.dll 
regsvr32.exe /s   ActiproSoftware.Text.Wpf.dll 
regsvr32.exe /s   afinfo.dll 
regsvr32.exe /s   AFLib.dll 
regsvr32.exe /s   aflibclr.dll 
regsvr32.exe /s   afutil.dll 
regsvr32.exe /s   ArbiterSrv.dll 
regsvr32.exe /s   CompareServices.dll 
regsvr32.exe /s   ContOrg.dll 
regsvr32.exe /s   dataedit.dll 
regsvr32.exe /s   DataLog.dll 
regsvr32.exe /s   DbgHelp.dll 
regsvr32.exe /s   DrawDLL.dll 
regsvr32.exe /s   DrivesDH.DLL 
regsvr32.exe /s   DrivesPg.DLL 
regsvr32.exe /s   DrivesPgENG.DLL 
regsvr32.exe /s   dsi.dll 
regsvr32.exe /s   EditSessionSrv.dll 
regsvr32.exe /s   EPhase.dll 
regsvr32.exe /s   ESQLang.dll 
regsvr32.exe /s   ExtRoutines.dll 
regsvr32.exe /s   FBD.dll 
regsvr32.exe /s   FBDLang.dll 
regsvr32.exe /s   FlexAIConfigPg.DLL 
regsvr32.exe /s   FlexAIConfigPgENG.DLL 
regsvr32.exe /s   FlexAOConfigPg.DLL 
regsvr32.exe /s   FlexAOConfigPgENG.DLL 
regsvr32.exe /s   FlexAOFaultIdlePg.DLL 
regsvr32.exe /s   FlexAOFaultIdlePgENG.DLL 
regsvr32.exe /s   FlexCalPg.DLL 
regsvr32.exe /s   FlexCalPgENG.DLL 
regsvr32.exe /s   FlexDH.DLL 
regsvr32.exe /s   FlexDIConfigPg.DLL 
regsvr32.exe /s   FlexDIConfigPgENG.DLL 
regsvr32.exe /s   FlexDOConfigPg.DLL 
regsvr32.exe /s   FlexDOConfigPgENG.DLL 
regsvr32.exe /s   FlexDOFaultIdlePg.DLL 
regsvr32.exe /s   FlexDOFaultIdlePgENG.DLL 
regsvr32.exe /s   FTAAppWrapper.dll 
regsvr32.exe /s   FTAStub.dll 
regsvr32.exe /s   gle.dll 
regsvr32.exe /s   GPBServices.dll 
regsvr32.exe /s   GUICommonENG.DLL 
regsvr32.exe /s   gxlib.dll 
regsvr32.exe /s   Interop.SDDCallBackHelper.dll 
regsvr32.exe /s   LEGACY_PG_1.DLL 
regsvr32.exe /s   LEGACY_PG_1ENG.DLL 
regsvr32.exe /s   LogicalOrg.dll 
regsvr32.exe /s   Logix5000.AFLib.dll 
regsvr32.exe /s   Logix5000.Controls.dll 
regsvr32.exe /s   Logix5000.DataLog.Interop.dll 
regsvr32.exe /s   Logix5000.InstructionHelp.Drawing.dll 
regsvr32.exe /s   Logix5000.ManagedBridge.dll 
regsvr32.exe /s   Logix5000.Reports.Generator.dll 
regsvr32.exe /s   Logix5000.SequenceEditor.dll 
regsvr32.exe /s   Logix5000.ServicesInterop.Interfaces.dll 
regsvr32.exe /s   Logix5000.ServicesInterop.Services.dll 
regsvr32.exe /s   Logix5000.TAL.dll 
regsvr32.exe /s   Logix5000.UDTEditor.dll 
regsvr32.exe /s   LogixServices.dll 
regsvr32.exe /s   LogixSplash.dll 
regsvr32.exe /s   modulepages.dll 
regsvr32.exe /s   Motion_DH_1.dll 
regsvr32.exe /s   motion.dll 
regsvr32.exe /s   MotionSLinkStatusPg.dll 
regsvr32.exe /s   MotionSLinkStatusPgENG.dll 
regsvr32.exe /s   MTypeSelectionDlg.dll 
regsvr32.exe /s   NamePropPage.dll 
regsvr32.exe /s   OC1101asu.VC100.DLL 
regsvr32.exe /s   OC1101asu.VC110.DLL 
regsvr32.exe /s   OE1101asu.VC100.DLL 
regsvr32.exe /s   OE1101asu.VC110.DLL 
regsvr32.exe /s   OG1301asu.VC100.DLL 
regsvr32.exe /s   OG1301asu.VC110.DLL 
regsvr32.exe /s   OT1201asu.VC100.DLL 
regsvr32.exe /s   OT1201asu.VC110.DLL 
regsvr32.exe /s   pka.DLL 
regsvr32.exe /s   Profile.DLL 
regsvr32.exe /s   profileguiadapter.dll 
regsvr32.exe /s   ProgGen.dll 
regsvr32.exe /s   program.dll 
regsvr32.exe /s   PropertySrv.dll 
regsvr32.exe /s   PTVIRepository.dll 
regsvr32.exe /s   RA.RSLogix5000.Interop.dll 
regsvr32.exe /s   RATrendClientSiteU.dll 
regsvr32.exe /s   reports.dll 
regsvr32.exe /s   RIO_Rack_DH_1.DLL 
regsvr32.exe /s   rll.dll 
regsvr32.exe /s   RockwellAutomation.ActiproWrapper.dll 
regsvr32.exe /s   RockwellAutomation.Components.dll 
regsvr32.exe /s   RockwellAutomation.EditSessionClient.dll 
regsvr32.exe /s   RockwellAutomation.Launcher.Contracts.dll 
regsvr32.exe /s   RockwellAutomation.Launcher.dll 
regsvr32.exe /s   RockwellAutomation.RSLogix5000.dll 
regsvr32.exe /s   RockwellAutomation.SharedControls.dll 
regsvr32.exe /s   RSLogix5000.NXmlTextReader.dll 
regsvr32.exe /s   RSLogix5000SrcCtrl.dll 
regsvr32.exe /s   RSNetWorxPg.dll 
regsvr32.exe /s   RSNetWorxPgENG.dll 
regsvr32.exe /s   RSNetWorxSrv.DLL 
regsvr32.exe /s   RTPAView.dll 
regsvr32.exe /s   RWUXThemeSU10.DLL 
regsvr32.exe /s   RWUXTHEMESU11.DLL 
regsvr32.exe /s   RxDbSrvs.DLL 
regsvr32.exe /s   rxfbd_resources.dll 
regsvr32.exe /s   RxOnline.dll 
regsvr32.exe /s   rxsfc_resources.dll 
regsvr32.exe /s   RxSrvResources.DLL 
regsvr32.exe /s   rxstring.dll 
regsvr32.exe /s   SamplingPropPage.DLL 
regsvr32.exe /s   SearchCoordinator.dll 
regsvr32.exe /s   SelectModuleTypeDialog.dll 
regsvr32.exe /s   Sequence.dll 
regsvr32.exe /s   Services.DLL 
regsvr32.exe /s   SFCEditor.dll 
regsvr32.exe /s   SFCLang.dll 
regsvr32.exe /s   SFL601asu.VC100.DLL 
regsvr32.exe /s   SFL601asu.VC110.DLL 
regsvr32.exe /s   SlotMaskPg.DLL 
regsvr32.exe /s   SlotMaskPgENG.DLL 
regsvr32.exe /s   SMTDBrowseHelper2.dll 
regsvr32.exe /s   SmtdControls.dll 
regsvr32.exe /s   StartTriggerPage.dll 
regsvr32.exe /s   StdInterfaces.DLL 
regsvr32.exe /s   StopTriggerPage.dll 
regsvr32.exe /s   Studio5000AboutBox.dll 
regsvr32.exe /s   stx.dll 
regsvr32.exe /s   STXLang.DLL 
regsvr32.exe /s   SysUtils.dll 
regsvr32.exe /s   task.dll 
regsvr32.exe /s   TransactioningSrv.dll 
regsvr32.exe /s   Trend.DLL 
regsvr32.exe /s   UDI.dll 
regsvr32.exe /s   udt.dll 
regsvr32.exe /s   UIAUtil.dll 
regsvr32.exe /s   Umbrella.dll 
regsvr32.exe /s   vc10-re200l.DLL 
regsvr32.exe /s   vc11-re200l.DLL 
regsvr32.exe /s   XmlServices.dll 
regsvr32.exe /s   xref.dll 
regsvr32.exe /s   yWorks.yFilesWPF.Adapter.dll 
regsvr32.exe /s   yWorks.yFilesWPF.Algorithms.dll 
regsvr32.exe /s   yWorks.yFilesWPF.Viewer.Automation.dll 
regsvr32.exe /s   yWorks.yFilesWPF.Viewer.dll
 

Similar Topics

Hey Guys, I am looking for a cr@cked version of Studio 5000 Logix Emulator V28 or Rslogix5000 V21, which will work with my current emulator...
Replies
1
Views
230
Hi: I am having the following issues with Studio 5000 V28.00 running on Windows 7 Pro x64. 1- In FBD, when I copy a logic to another page, I...
Replies
2
Views
3,862
Hello dear experts! In my new project I plan to use 1756-L85E processor from a new ControlLogix 5580 line. After installation of the Studio 5000...
Replies
26
Views
22,440
Compactlogix controller, program has 28 conveyors that use TON's to start the conveyors. The TT sounds a warning horn during start and the DN...
Replies
6
Views
122
I have to start out by saying I am not a PLC programmer and I have basic programming skills but mainly use software as a troubleshooting tool. I...
Replies
0
Views
47
Back
Top Bottom