java odbc pi_Java 访问PI 数据库:(1)安装必要软件

本文介绍如何在Java环境中配置ODBC驱动,以连接和访问PI数据库。首先,详细步骤指导如何安装必要的软件组件,包括.NET Framework、PI Buffer Subsystem、PI OLEDB等,以及VS2008至VS2015的相关运行时库。通过这些安装,确保Java应用能够顺利地与PI数据库交互。
摘要由CSDN通过智能技术生成

[SETUPKIT]

;

;-------------------------------------------------------------------------------

; Setup wrapper master log file and display name

;-------------------------------------------------------------------------------

;

NAME = PIOLEDB

DISPLAYNAME = PI OLEDB 2016

;

;------------------------------------

; Silent/Interactive options

; Should be TRUE for silent installs

;------------------------------------

SUPPRESSCOMPLETIONMESSAGE = FALSE

SUPPRESSPROGRESSMESSAGE = FALSE

SUPPRESSHEADERMESSAGE = FALSE

SUPPRESSDIALOGS = FALSE

;----------------------------

; Other setup wrapper options

;----------------------------

SHOWSKIPPEDMODULES = FALSE

FEATUREUPGRADE = FALSE

[NUMSETUPMODULES]

NUM=12

[SETUPMODULES]

1 = dotnet460Setup

2 = pibufss\PreInstallTasks

; PIBufssPreInstallTasks required by pibufss.msi (4.3) and pibufss_x64.msi (4.3)

;

3 = MSRuntimes\MSRuntimes.msi

; MSRuntimes.msi required by: pisdk.msi (1.4.4) because of its VB6 controls.

;

4 = VS2008Redistrib\MSVC9SP1x64Redistrib

; MSRuntimes VS2008 SP1 (32-bit and 64-bit) required by: AFClient PISDKRegistry merge module, and PIBufss piapi.msm

;

5 = VS2010Redistrib\MSRuntimesSetupVS2010SP1_x64

; MSRuntimes VS2010 SP1 required by: pisdk (1.4.4) because of the following 3.4.390.xx utilities and dll's: pictrdll.dll, pigetmsg.exe, piconfig.exe, pidiag.exe

;

6 = VS2012Redistrib\MSRuntimesVS2012_x64

; MSRuntimes VS2012 SP1 (32-bit and 64-bit) required by: pibufss (4.3)

;

;PI SDK (64-bit)

7 = pisdk\PISDK_x64.msi

;

;

; PI Buffer Subsystem

8 = pibufss\PIBufss_x64.msi

9 = PIOLEDB64.msi

10 = VS2015Redistrib\MSRuntimesVS2015_x64

11 = PI_SQL_Data_Access_Server_OLE_DB_x64.msi

12 = PI_SQL_Commander_Lite_x64.msi

[COMMANDLINE]

2 =

;MSRuntimes

3 = ALLUSERS=1 REBOOT=Suppress /qb-

;2008 SP1 Runtimes (32-bit and 64-bit)

4 = /qb- /norestart

;2010 SP1 Runtimes (32-bit and 64-bit)

5 = /norestart /passive

;2012 SP1 Runtimes (32-bit and 64-bit)

6 = /norestart /passive

;PI SDK (64-bit)

7 = NOPISDKBUFFERING=1 ALLUSERS=1 REBOOT=Suppress /qb-

; PI Buffer Subsystem (64-bit)

8 = ALLUSERS=1 REBOOT=Suppress /qb-

9 = ALLUSERS=1 /qr

10 = /norestart /passive

12 = ALLUSERS=1 /qr

[UPGRADECOMMANDLINE]

;PI SDK (32-bit, 64-bit)

7 = REINSTALL=ALL REINSTALLMODE=vemus

[DISPLAYNAME]

1 = DotNet 4.6

4 = Microsoft Visual C++ 2008 x64 Redistributable

[CHECKFORINSTALLEDONLY]

[UNSUPPORTED_OPERATING_SYSTEMS_MESSAGE]

; Messages for X86 or X64 take priority over operating system specific messages.

;

;X86 = Setup initialization has failed. This setup kit cannot be installed on 32-bit Operating Systems. Setup cannot continue.

WinXP = Windows XP is not supported.

Vista = Service Pack 2 is required on Windows Vista.

Win7 = Service Pack 1 is required on Windows 7.

Win2K = Windows 2000 is not supported.

WinNET = = Windows Server 2003 is not supported.

Win2008 = Service Pack 2 is required on Windows Server 2008.

Win2008R2 = Service Pack 1 is required on Windows Server 2008 R2.

[UNSUPPORTED_OPERATING_SYSTEMS]

;

;-------------------------------------------------------------------------------

; Defined Operating Systems

;

; (Win95, Win98, WinME, WinNT, Win2K, WinXP, WinNET, Vista, Win2008, Win7,

; Win2008R2, Win8, Win2012, Win81, Win2012R2)

;

; If Defined Operating Systems used, all versions of specified operating system

; is defined.

;

; Defined Operating Systems with Service Packs or sub category

;

; (WinNTPreSp6a, WinNTSp6a, Win2KNoSp, Win2KSp1, Win2KSp2, Win2KSp3, Win2KSp4,

; WinXPNoSp, WinXPSp1, WinXPSp2, WinNETNoSp , WinNETSp1, WinNETSp2, VistaNoSp,

; VistaSp1, VistaSp2, Win2008NoSP, Win2008Sp1, Win2008Sp2, CORE, Win7,

; Win2008R2, Win8, Win2012, Win81, Win2012R2, X64)

;

; If Defined Operating Systems with Service Packs used, only that specific

; service pack within operating system is defined. The exception is for

; WinNT where only Sp6a or pre Sp6a is defined.

;

; A 0 entry denotes that the setup can not run on the given operating systems.

; An entry that corresponds to an entry in the [SETUPMODULES] section denotes

; that the particular setup module will be skipped on the given operating system

;-------------------------------------------------------------------------------

;

0 = Win95, Win98, WinME, WinNT, Win2K, WinXP, WinNET, VistaNoSp, VistaSp1, Win2008NoSp, Win2008Sp1, Win7NoSp, Win2008R2NoSp, CORE

;

; VS2008Redistrib\MSVC9SP1x64Redistrib

4= X86

;

; VS2010Redistrib\MSRuntimesSetupVS2010SP1_x64

5 = X86

;

; VS2012Redistrib\MSRuntimesVS2012_x64

6 = X86

;

; PI SDK (64-bit)

7 = X86

;

;

; PI Buffer Subsystem (64-bit)

8 = X86

;

; PI OLEDB (64-bit)

9 = X86

;MSI's or Setup wrapper Dll's can write to this section to dynamically change

;the command line for an MSI at setup runtime.

[RUNTIME_PARAMETERS]

;This section is used by the pibufss pre-install tasks and post-install tasks.

[PIBUFSS]

PI数据库开发SDK例程 The introduction provides an architectural overview of how the PI-SDK fits into various programming environments. A description and simplified view of the PI-SDK object model is also presented. What Is the PI-SDK? The PI Software Development Kit (PI-SDK) is a programming tool providing access to PI Servers. The software consists of an ActiveX in-process server, an ActiveX control, and supporting code libraries. The kit comes with online documentation, example code, various support files, and tools. The PI-SDK runs on 32-bit Windows platforms and provides access to servers on all PI platforms. Based on Microsoft’s Component Object Model (COM), the PI-SDK can be used with most WIN32 programming environments. The kit is particularly well integrated with Microsoft Visual Basic providing rapid development and deployment of PI applications. The PI-SDK provides an object-oriented approach to program interaction with PI Systems. It delivers a hierarchical model of objects and collections representing the components of PI Servers. This approach provides for intuitive and efficient access. What Documentation Is Provided? The PI-SDK User Guide and the PI-SDK Programming Reference are the primary sources for information related to the PI-SDK. Both are incorporated in the online help system. A version of the user guide in MS Word format is also installed during the setup for printing or for use in training programs. Programming Reference Detailed programming references for properties and methods of each object in the PI-SDK and the PI-SDK Control and Dialogs are available in online help. Most methods provide an example of their usage in Visual Basic. Other code examples, including examples of calling the PI-SDK
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值