setuplog

合集下载

鼠标连点器 Setup Log

鼠标连点器 Setup Log
[04/29/2013 22:30:21] Success Support file added to uninstall list: C:\Documents and Settings\Administrator\桌面\Uninstall\IRIMG2.JPG
[04/29/2013 22:30:21] Success Registry key added to uninstall list: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\鼠标连点器1.1.0
[04/29/2013 22:30:03] Success Verify archive integrity
[04/29/2013 22:30:03] Skipped Date expiration check
[04/29/2013 22:30:03] Skipped Uses expiration check
[04/29/2013 22:30:11] Success Display screen: 选择快捷方式
[04/29/2013 22:30:15] Success Display screen: 准备安装
[04/29/2013 22:30:18] Notice Start project event: On Pre Install
[04/29/2013 22:30:21] Success Create shortcut: C:\Documents and Settings\Administrator\「开始」菜单\程序\鼠标连点器\鼠标连点器.lnk
[04/29/2013 22:30:21] Success Shortcut added to uninstall list: C:\Documents and Settings\Administrator\「开始」菜单\程序\鼠标连点器\鼠标连点器.lnk

inno setup initializewizard initializesetup

inno setup initializewizard initializesetup

inno setup initializewizard initializesetup "Inno Setup Initializewizard Initializesetup":从零开始创建安装向导引言:Inno Setup是一个功能强大的免费安装程序制作工具。

通过使用它的Initializewizard和Initializesetup功能,您可以轻松创建一个交互式的安装向导,引导用户在安装过程中进行各种设置和选项的选择。

本文将深入探讨Inno Setup中Initializewizard和Initializesetup的使用,以及如何一步一步创建一个自定义的安装向导。

第一步:准备工作首先,您需要在计算机上安装Inno Setup。

在Inno Setup官方网站(Setup安装文件,并按照提示进行安装。

完成安装后,您将拥有Inno Setup的安装目录,其中包含所有必要的工具和文件。

第二步:创建启动界面在启动Inno Setup时,您将看到一个图形界面,用于创建新的脚本或打开现有的脚本。

选择“创建新的脚本”,然后进入脚本编辑器。

在此编辑器中,您将开始编写您的安装向导脚本。

第三步:编写Initializewizard函数在脚本编辑器中,您将编写一个名为“InitializeSetup”的函数。

此函数是在安装过程开始之前被调用的。

它的目的是为用户提供一个初始的交互界面,让他们可以设置安装选项。

下面是一个示例Initializewizard函数的代码片段:[Code]procedure InitializeSetup();varWizardForm: TSetupForm;OptionPage: TInputOptionWizardPage;OptionIndex: Integer;beginWizardForm := CreateCustomForm;WizardForm.Caption := 'My Setup Wizard';OptionPage := CreateInputOptionPage(WizardForm); OptionPage.Caption := 'Installation Options';OptionPage.Add('Option 1');OptionPage.Add('Option 2');OptionPage.Add('Option 3');if WizardForm.ShowModal = idOk thenbeginOptionIndex := OptionPage.SelectedValueIndex;根据选择的选项执行相应的操作endelsebeginWizardForm.Close;WizardForm.ModalResult := mrCancel;end;end;在上面的代码中,我们创建了一个自定义的表单WizardForm,并为它设置了一个标题。

innosetup 打印参数

innosetup 打印参数

innosetup 打印参数Inno Setup 是一个功能强大的安装程序制作工具,它允许开发人员创建易于使用的安装程序。

在 Inno Setup 中,打印参数通常指的是在安装过程中打印日志或者调试信息的参数。

在 Inno Setup 脚本中,可以使用以下几种方式来打印参数:1. 使用 `Log` 函数,Inno Setup 提供了 `Log` 函数,可以在安装过程中打印日志信息。

例如,可以在脚本中使用类似于`Log('Installing component XYZ')` 的语句来打印安装过程中的相关信息。

2. 使用 `MsgBox` 函数,`MsgBox` 函数可以在安装过程中弹出消息框,显示特定的信息。

这也是一种打印参数的方式,可以在安装过程中显示调试信息或者提示信息。

3. 使用 `/LOG` 参数,在运行 Inno Setup 编译后的安装程序时,可以使用 `/LOG` 参数来指定日志文件的路径,从而将安装过程中的信息保存到日志文件中。

例如,可以使用类似于 `Setup.exe /LOG="install.log"` 的命令来启动安装并将日志信息保存到`install.log` 文件中。

4. 使用 `/VERYSILENT /LOG` 参数,在静默安装模式下,可以使用 `/VERYSILENT /LOG` 参数来指定安装过程中的日志文件路径,并将所有安装过程中的信息记录到指定的日志文件中。

总的来说,在 Inno Setup 中,可以通过调用特定的函数、使用命令行参数等方式来打印参数,从而实现在安装过程中记录日志或者调试信息的目的。

这些方法可以帮助开发人员更好地了解安装过程中的细节,以便进行调试和故障排除。

阅览室客户端 Setup Log

阅览室客户端 Setup Log
[12/04/2013 17:13:46] Success Install archive file: C:\WINDOWS\system32\drivers\npfs.sys
[12/04/2013 17:13:46] Notice Start project event: On Install Error
[12/04/2013 17:13:50] Success Delete image file: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_ir_sf_temp_0\IRIMG1.JPG
[12/04/2013 17:13:50] Success Delete image file: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_ir_sf_temp_0\IRIMG2.JPG
[12/04/2013 17:17:10] Skipped Uses expiration check
[12/04/2013 17:17:10] Success System requirements check
[12/04/2013 17:17:10] Success Include script: _SUF70_Global_Functions.lua
[12/04/2013 17:13:46] Success Run project event: On Install Error
[12/04/2013 17:13:50] Error Install archive file: C:\WINDOWS\system32\drivers\npfs.sys (123)
[12/04/2013 17:17:14] Success Display screen: 一个进度条 (安装期间)

setuplog

setuplog
OhgGetInstanceId ok (At Line: 2172)
OhgGetDeviceStatus ok 0 (At Line: 2177)
OhgGetCompatibleId ok 17 (At Line: 2185)
Add Class: Processor
Type: 17
bIsRefreshExeFormFile 0 (At Line: 2608)
bIsIntelChipset (At Line: 2611)
bIsFingerKeyBoard (At Line: 2673)
bIsOtherDeviceID (At Line: 2733)
end end (At Line: 2823)
*GenuineIntel_-_x86_Family_6_Model_23 (At Line: 221)
ACPI\GenuineIntel_-_x86_Family_6 (At Line: 221)
*GenuineIntel_-_x86 (At Line: 221)
compatible ID: (At Line: 2263)
ACPI\Processor (At Line: 221)
(At Line: 2265)
Type: 17 (At Line: 765)
copy lsetup.ini from hpa \\.\Volume{6f2e24f8-d857-11e1-878a-1078d2dcd375}\lsetup.ini C:\Program Files\驱动与随机软件安装向导\lsetup.ini (At Line: 347)
copy lHardId.ini from hpa \\.\Volume{6f2e24f8-d857-11e1-878a-1078d2dcd375}\lHardId.ini C:\Program Files\驱动与随机软件安装向导\lHardId.ini (At Line: 355)

innosetup log函数

innosetup log函数

innosetup log函数Inno Setup Log FunctionInno Setup is a popular tool for creating installers for Windows applications. One of its useful features is the ability to log messages during the installation process using the built-in Log function. In this article, we will explore how to use the Log function effectively in Inno Setup.The Log function is a simple yet powerful tool for recording important information during the installation process. It allows you to write messages to the installer's log file, which can be useful for troubleshooting and debugging purposes. To use the Log function, you need to call it with a string parameter containing the message you want to log.For example, let's say you want to log a message indicating that a specific component is being installed. You can use the Log function like this:Log('Installing Component X');This message will be written to the installer's log file, which is typically located in the same directory as the installer itself. You can view the log file by running the installer with the "/log" command-line parameter.In addition to simple text messages, you can also log variables and other dynamically generated content. For example, if you want to log the value of a variable called "VersionNumber", you can use string concatenation to include the variable value in the log message:Log('Version number: ' + VersionNumber);This will log a message like "Version number: 1.0" if the value of the "VersionNumber" variable is 1.0.The Log function supports various log levels, which can be used to control the verbosity of the log output. By default, the log level is set to "Info", which means that allmessages logged with the Log function will be included in the log file. However, you can change the log level to filter out less important messages.To change the log level, you can use the SetLogLevel function provided by Inno Setup. For example, if you want to only log messages at the "Warning" level and above, you can set the log level like this:SetLogLevel('Warning');From this point forward, only messages logged with the Log function at the "Warning" level or higher will be included in the log file. This can be particularly useful for reducing the amount of noise in the log file when debugging complex installations.It's worth noting that the log level settings are not cumulative, meaning that setting the log level to "Warning" will exclude messages logged at the "Info" and "Debug" levels, even if they were previously included in the log file. If you want to include multiple log levels, you can specify them as a comma-separated list:SetLogLevel('Info,Warning,Error');This will include messages logged at the "Info", "Warning", and "Error" levels.In conclusion, the Log function in Inno Setup is a valuable tool for recording important information during the installation process. By using the Log function effectively, you can enhance the debugging and troubleshooting capabilities of your installers. Whether you need to log simple messages or dynamically generated content, the Log function is poised to meet your logging requirements in Inno Setup.。

【标准版】余氯分析仪(HACH9184sc)操作校验技术规程

【标准版】余氯分析仪(HACH9184sc)操作校验技术规程

余氯分析仪(HACH9184sc)操作校验技术规程1.用途说明本技术规程适用于HACH公司9184sc氯分析仪(传感器为9184scTFC,控制器为sc100)。

9184sc氯分析仪是一台在线的单通道工业分析仪,它可以测量自来水厂以及管网中的余氯,以及其它需要监测ppm和ppb级余氯的应用场合。

2.工作原理该仪器使用的是电流法测量HOCL浓度。

膜允许HOCL分子选择性地通过从而到电流传感器。

该测量可以对PH值和温度进行补偿。

总余氯(TFC):HOCL+CLO-这是由溶解态的氯(在PH值较低的情况下)、次氯酸气体和次氯酸盐离子组成。

这些物质共存的情况下,它们所占的比率取决于PH值和温度。

CL2,HOCL和CLO-所占的比例是PH的函数。

如图:分解反应如下:Cl2+H2O→H++Cl-+HOCl,pK1=4.6,25℃时HOCl→H++ClO-,pK2=7.5,25℃时注意:分解常数是受温度影响这一点也很重要。

电流传感器由以下几部分组成:金工作电极(阴极),主要反应都在该电极上发生;银参比电极(阳极);KCL(氯化钾)电解液;对次氯酸(HOCL)有选择透过性的微孔膜。

水样中的次氯酸分子通过膜进入到包含在电解液中的膜和阴极之间的一个薄区域。

工作电极上应用了一个恒定的电势,在这个电极上,HOCL根据下列的反应被还原:HOCl+H++2e-→Cl-+H2O在银电极上(阳极),银被氧化成银离子:2Cl-+2Ag+→2AgCl+2e-次氯酸在阴极上的还原能产生电流,这个电流与水样中次氯酸的分压成正比。

电化学反应和在膜上的扩散都取决于温度。

因此,测量池中有一个温度传感器,允许对温度进行自动补偿。

9184sc氯传感器可以测量次氯酸,次氯酸的浓度与PH值有关。

因此有必要控制水样的PH值保持在一定的范围中,从而可以获得最优的性能。

对于次氯酸传感器,在PH值超过8之前,准确度能维持在2%,当PH值超过8以后,准确度迅速下降。

百斯特餐饮管理系统 Setup Log

百斯特餐饮管理系统 Setup Log

百斯特餐饮管理系统 Setup Log.txt其实全世界最幸福的童话,不过是一起度过柴米油盐的岁月。

一个人愿意等待,另一个人才愿意出现。

感情有时候只是一个人的事,和任何人无关。

爱,或者不爱,只能自行了断。

Setup Factory 6.0 Installation Log==================================Date/Time: 09-Dec-10 10:33:30 PM[Displaying Before Installing Screens]Displaying screen: 欢迎 - 上方横幅 (简体中文)Displaying screen: 选择安装文件夹 (简体中文)Displaying screen: 选择快捷方式文件夹 (简体中文)Displaying screen: 准备安装 (简体中文)[Installing from Archive]D:\BSTSoft\餐饮管理系统V2006\Ball.AVI (Installed)D:\BSTSoft\餐饮管理系统V2006\system.mdw (Installed)D:\BSTSoft\餐饮管理系统V2006\WaitPlay.avi (Installed)C:\Windows\system32\HH.EXE (Installed)C:\Windows\system32\MSDBRPTR.DLL (Installed)C:\Windows\system32\MSSTDFMT.DLL (Installed)C:\Windows\system32\Stdftchs.dll (Installed)C:\Windows\system32\Dbrprchs.dll (Installed)C:\Windows\system32\scrrun.dll (Skipped)C:\Windows\system32\MSVCRT.DLL (Installed)C:\Windows\system32\MSBIND.DLL (Installed)C:\Windows\system32\wbemdisp.tlb (Installed)C:\Windows\system32\EXCEL9.OLB (Installed)C:\Program Files\Common Files\System\ADO\MSADOX.DLL (Skipped)C:\Windows\system32\msado25.tlb (Installed)C:\Windows\system32\COMDLG32.OCX (Skipped)C:\Windows\system32\Cmdlgchs.dll (Installed)C:\Windows\system32\MSCOMCTL.OCX (Skipped)C:\Windows\system32\Mscmcchs.dll (Installed)C:\Windows\system32\MSADODC.OCX (Installed)C:\Windows\system32\MSDATGRD.OCX (Installed)C:\Windows\system32\MSDATLST.OCX (Installed)C:\Windows\system32\MSHFLXGD.OCX (Installed)C:\Windows\system32\MSHFGCHS.DLL (Installed)C:\Windows\system32\MSFLXGRD.OCX (Installed)C:\Windows\system32\Flxgdchs.dll (Installed)C:\Windows\system32\MSCOMCT2.OCX (Installed)C:\Windows\system32\Mscc2chs.dll (Installed)C:\Windows\system32\hhctrl.ocx (Skipped)C:\Windows\system32\itircl.dll (Skipped)C:\Windows\system32\itss.dll (Skipped)C:\Windows\system32\scrrnchs.dll (Installed)C:\Windows\system32\DATLSCHS.DLL (Installed)C:\Windows\system32\DATGDCHS.DLL (Installed)C:\Windows\system32\ADODCCHS.DLL (Installed)C:\Windows\system32\COMCAT.DLL (Skipped)C:\Windows\system32\MSVBVM60.DLL (Skipped)C:\Windows\system32\MSCOMM32.OCX (Installed)D:\BSTSoft\餐饮管理系统V2006\POS_Config.TF (Installed)D:\BSTSoft\餐饮管理系统V2006\操作手册.exe (Installed)D:\BSTSoft\餐饮管理系统V2006\PS3000X.EXE (Installed)D:\BSTSoft\餐饮管理系统V2006\PS3000X-P.EXE (Installed)D:\BSTSoft\餐饮管理系统V2006\PS-JDB.EXE (Installed)D:\BSTSoft\餐饮管理系统V2006\DEMO_CY.TF (Installed)[Installing External][Register Fonts][File Registration]Usage Count C:\Windows\system32\HH.EXE, 1Usage Count C:\Windows\system32\MSDBRPTR.DLL, 1DLLRegisterServer C:\Windows\system32\MSDBRPTR.DLL, OK (0)Usage Count C:\Windows\system32\MSSTDFMT.DLL, 3DLLRegisterServer C:\Windows\system32\MSSTDFMT.DLL, OK (0)Usage Count C:\Windows\system32\Stdftchs.dll, 1Usage Count C:\Windows\system32\Dbrprchs.dll, 1Usage Count C:\Windows\system32\scrrun.dll, 1DLLRegisterServer C:\Windows\system32\scrrun.dll, OK (0)Usage Count C:\Windows\system32\MSVCRT.DLL, 2Usage Count C:\Windows\system32\MSBIND.DLL, 1DLLRegisterServer C:\Windows\system32\MSBIND.DLL, OK (0)Usage Count C:\Windows\system32\wbemdisp.tlb, 1RegisterTypeLib C:\Windows\system32\wbemdisp.tlb, OK (0)Usage Count C:\Windows\system32\EXCEL9.OLB, 1Usage Count C:\Program Files\Common Files\System\ADO\MSADOX.DLL, 1 DLLRegisterServer C:\Program Files\Common Files\System\ADO\MSADOX.DLL, OK (0) Usage Count C:\Windows\system32\msado25.tlb, 1RegisterTypeLib C:\Windows\system32\msado25.tlb, OK (0)Usage Count C:\Windows\system32\COMDLG32.OCX, 2DLLRegisterServer C:\Windows\system32\COMDLG32.OCX, OK (0)Usage Count C:\Windows\system32\Cmdlgchs.dll, 1Usage Count C:\Windows\system32\MSCOMCTL.OCX, 4DLLRegisterServer C:\Windows\system32\MSCOMCTL.OCX, OK (0)Usage Count C:\Windows\system32\Mscmcchs.dll, 1Usage Count C:\Windows\system32\MSADODC.OCX, 1DLLRegisterServer C:\Windows\system32\MSADODC.OCX, OK (0)Usage Count C:\Windows\system32\MSDATGRD.OCX, 1DLLRegisterServer C:\Windows\system32\MSDATGRD.OCX, OK (0)Usage Count C:\Windows\system32\MSDATLST.OCX, 1DLLRegisterServer C:\Windows\system32\MSDATLST.OCX, OK (0)Usage Count C:\Windows\system32\MSHFLXGD.OCX, 1DLLRegisterServer C:\Windows\system32\MSHFLXGD.OCX, OK (0)Usage Count C:\Windows\system32\MSHFGCHS.DLL, 1Usage Count C:\Windows\system32\MSFLXGRD.OCX, 1DLLRegisterServer C:\Windows\system32\MSFLXGRD.OCX, OK (0)Usage Count C:\Windows\system32\Flxgdchs.dll, 1Usage Count C:\Windows\system32\MSCOMCT2.OCX, 1DLLRegisterServer C:\Windows\system32\MSCOMCT2.OCX, OK (0)Usage Count C:\Windows\system32\Mscc2chs.dll, 1Usage Count C:\Windows\system32\hhctrl.ocx, 1DLLRegisterServer C:\Windows\system32\hhctrl.ocx, OK (0)Usage Count C:\Windows\system32\itircl.dll, 1DLLRegisterServer C:\Windows\system32\itircl.dll, OK (0)Usage Count C:\Windows\system32\itss.dll, 1DLLRegisterServer C:\Windows\system32\itss.dll, OK (0)Usage Count C:\Windows\system32\scrrnchs.dll, 1Usage Count C:\Windows\system32\DATLSCHS.DLL, 1Usage Count C:\Windows\system32\DATGDCHS.DLL, 1Usage Count C:\Windows\system32\ADODCCHS.DLL, 1Usage Count C:\Windows\system32\COMCAT.DLL, 1DLLRegisterServer C:\Windows\system32\COMCAT.DLL, OK (0)Usage Count C:\Windows\system32\MSVBVM60.DLL, 1DLLRegisterServer C:\Windows\system32\MSVBVM60.DLL, OK (0)Usage Count C:\Windows\system32\MSCOMM32.OCX, 1DLLRegisterServer C:\Windows\system32\MSCOMM32.OCX, OK (0)[Uninstall]C:\Windows\iun6002.exe D:\BSTSoft\餐饮管理系统V2006\irunin.ini[Program Icons]C:\ProgramData\Microsoft\Windows\Start Menu\Programs\百斯特软件\餐饮管理系统V2006\百斯特餐饮管理系统.lnkC:\Users\chengqiuyan\Desktop\百斯特餐饮管理系统.lnkC:\ProgramData\Microsoft\Windows\Start Menu\Programs\百斯特软件\餐饮管理系统V2006\百斯特餐饮管理(前台).lnkC:\Users\chengqiuyan\Desktop\百斯特餐饮管理(前台).lnkC:\ProgramData\Microsoft\Windows\Start Menu\Programs\百斯特软件\餐饮管理系统V2006\百斯特餐饮数据库工具.lnk[Performing Actions]START: Perform action: ExecuteFile to execute = D:\BSTSoft\餐饮管理系统V2006\操作手册.exe Command line arguments =Working directory = D:\BSTSoft\餐饮管理系统V2006Run mode = NormalWait for return = TRUE(On Error) User notification mode = Simple(On Error) Action = ContinueResult = 0END: Perform action: Execute[Displaying After Installing Screens]Displaying screen: 完成 - 上方横幅 (简体中文)Setup completed normally.。

笔记本万能无线网卡驱动 Setup Log

笔记本万能无线网卡驱动 Setup Log
[06/06/2012 01:54:59] Success Install archive file: C:\Program Files\笔记本万能无线网卡驱动\3com\3C154G72.INF
[06/06/2012 01:54:59] Success File added to uninstall list: C:\Program Files\笔记本万能无线网卡驱动\3com\3C154G72.INF
[06/06/2012 01:54:59] Success Create folder: C:\Program Files\笔记本万能无线网卡驱动\
[06/06/2012 01:54:59] Success Create folder: C:\Program Files\笔记本万能无线网卡驱动\Uninstall\
[06/06/2012 01:54:53] Succesqd.exe
[06/06/2012 01:54:53] Notice Setup engine version: 7.0.1.0
பைடு நூலகம்[06/06/2012 01:54:53] Notice Product: 笔记本万能无线网卡驱动, version V 2011
[06/06/2012 01:54:59] Success File added to uninstall list: C:\Program Files\笔记本万能无线网卡驱动\新建 文本文档.txt
[06/06/2012 01:54:59] Success Install archive file: C:\Program Files\笔记本万能无线网卡驱动\3com\3C154A72.cat
[06/06/2012 01:54:59] Success Install archive file: C:\Program Files\笔记本万能无线网卡驱动\3com\CCU3C154.EXE

lhw体检照相系统 Setup Log

lhw体检照相系统 Setup Log
[01/04/2002 10:38:17] Success Install archive file: C:\WINDOWS\system32\dao360.dll
[01/04/2002 10:38:17] Success Increment usage count: C:\WINDOWS\system32\dao360.dll (New count = 1)
[01/04/2002 10:38:18] Success Install archive file: C:\WINDOWS\system32\actrpt2.dll
[01/04/2002 10:38:18] Success Increment usage count: C:\WINDOWS\system32\actrpt2.dll (New count = 1)
[01/04/2002 10:38:17] Success Set uninstall config file name: C:\Program Files\lhw体检照相系统\Uninstall\uninstall.xml
[01/04/2002 10:38:17] Success Uninstall config file not merging
[01/04/2002 10:38:18] Success Archive file rollback: C:\WINDOWS\system32\MSCOMCTL.OCX (Temporary filename = C:\WINDOWS\system32\suf11B.tmp)
[01/04/2002 10:38:18] Success Install archive file: C:\WINDOWS\system32\suf11B.tmp

setuplog.txt

setuplog.txt
09/27/2011 10:09:07.765,d:\xpsp\base\ntsetup\syssetup\services.c,71,,SETUP: Waiting on event SC_AutoStartComplete
09/27/2011 10:09:07.765,d:\xpsp\base\ntsetup\syssetup\services.c,75,,SETUP: Wait on event SC_AutoStartComplete completed successfully
09/27/2011 10:05:20.937,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2169,BEGIN_SECTION,Initializing OEM preinstall (mini-setup only)
09/27/2011 10:05:20.937,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2171,END_SECTION,Initializing OEM preinstall (mini-setup only)
09/27/2011 10:09:22.562,d:\xpsp\base\ntsetup\syssetup\ocm.c,137,BEGIN_SECTION,Initializing the OC manager
09/27/2011 10:09:23.593,d:\xpsp\base\ntsetup\syssetup\ocm.c,145,END_SECTION,Initializing the OC manager
09/27/2011 10:05:20.828,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2032,BEGIN_SECTION,Reinstalling SLP files

第34次NCRE_考试系统 Setup Log

第34次NCRE_考试系统 Setup Log
[09/16/2011 09:17:27] Success Install archive file: C:\Program Files\第34次NCRE_考试系统\NCRE1.exe
[09/16/2011 09:17:27] Success File added to uninstall list: C:\Program Files\第34次NCRE_考试系统\NCRE1.exe
[09/16/2011 09:17:26] Success Create folder: C:\Program Files\第34次NCRE_考试系统\
[09/16/2011 09:17:26] Success Create folder: C:\Program Files\第34次NCRE_考试系统\Uninstall\
[09/16/2011 09:17:27] Success Increment usage count: C:\WINDOWS\system32\hh.exe (New count = 1)
[09/16/2011 09:17:27] Skipped Archive file: C:\WINDOWS\system32\itircl.dll (Reason: Existing file overwrite setting)
[09/16/2011 09:17:27] Skipped Archive file: C:\WINDOWS\system32\VB6STKIT.DLL (Reason: Existing file overwrite setting)
[09/16/2011 09:17:27] Success Install archive file: C:\Program Files\第34次NCRE_考试系统\WinDjks.dll

易游网娱平台 Setup Log

易游网娱平台 Setup Log
[10/01/2011 15:36:56] Success File added to uninstall list: C:\Program Files\E-yoo\EmotionsDisplay\16.bmp
[10/01/2011 15:36:54] Success Create folder: C:\Program Files\E-yoo\
[10/01/2011 15:36:54] Success Create folder: C:\Program Files\E-yoo\Uninstall\
[10/01/2011 15:36:54] Success Create uninstall data folder: C:\Program Files\E-yoo\Uninstall
[10/01/2011 15:36:56] Success Install archive file: C:\Program Files\E-yoo\EmotionsDisplay\1.bmp
[10/01/2011 15:36:56] Success Create folder: C:\Program Files\E-yoo\EmotionsDisplay\
[10/01/2011 15:36:56] Success File added to uninstall list: C:\Program Files\E-yoo\EmotionsDisplay\10.bmp
[10/01/2011 15:36:56] Success Install archive file: C:\Program Files\E-yoo\EmotionsDisplay\11.bmp
[10/01/2011 15:36:46] Success Language set: Primary = 4, Secondary = 2

大白菜U盘启动盘制作工具 Setup Log

大白菜U盘启动盘制作工具 Setup Log
[03/01/2012 15:07:30] Success File added to uninstall list: D:\fbinst.exe
[03/01/2012 15:07:30] Success Install archive file: D:\MSCOMCTL.oca
[03/01/2012 15:07:31] Success File added to uninstall list: D:\MSCOMCTL.oca
[03/01/2012 15:00:24] Success Setup started: D:\dabaicaiupan201108.exe
[03/01/2012 15:00:24] Notice Setup engine version: 9.0.0.0
[03/01/2012 15:00:24] Notice Product: 大白菜U盘启动盘制作工具, version 201108
[03/01/2012 15:07:52] Success Copy uninstall image file: C:\DOCUME~1\369369\LOCALS~1\Temp\_ir_sf_temp_0\IRIMG2.JPG->D:\\Uninstall\IRIMG2.JPG
[03/01/2012 15:07:39] Success File added to uninstall list: D:\2.jpg
[03/01/2012 15:07:41] Success Create folder: C:\Documents and Settings\369369\「开始」菜单\程序\大白菜U盘启动盘制作工具\
[03/01/2012 15:01:27] Success Install archive file: D:\data.fba

autocad2006安装问题-关于setup.log 的解决办法!!

autocad2006安装问题-关于setup.log  的解决办法!!

Sn:191-75444444autocad2006安装问题-关于setup.log2008-08-08 14:46:33| 分类:IT | 标签:|举报|字号大中小订阅安装cad2006时有时会出现错误,特别是镜像的。

它会出现一个提示让你去看一个名为setup.log的文件,如果出现以下类似字样:2/8/2007 02:54:11] === Installation started on ……=== [2/8/2007 02:54:12] [Info] Windows Installer upgrade is not required[2/8/2007 02:54:12] System Version = 3.1.4000.2435 [2/8/2007 02:54:12] Installation skipped: MSI Runtime 3.0 [2/8/2007 02:54:12] [Info] .NET Framework Runtime upgrade is not required[2/8/2007 02:54:12] System Version = 2.0.50727.42 [2/8/2007 02:54:12] Installation skipped: .NET Framework Runtime 1.1[2/8/2007 02:54:12] Installation started: .NET Framework Runtime 1.1 Language Pack[2/8/2007 02:54:12] Command = "L:\Bin\AcadFEUI\support\dotnetfx\chs\langpack.exe" /q:a /c:"inst /qb"[2/8/2007 02:54:13] [Error: 1603] 安装时发生严重错误[2/8/2007 02:54:13] Installation failed: .NET Framework Runtime 1.1 Language Pack[2/8/2007 02:54:13] Installation aborted[2/8/2007 02:54:14] === Installation ended ===。

ITMC物流电子沙盘 Setup Log

ITMC物流电子沙盘 Setup Log
C:\Program Files\ITMC物流电子沙盘\maps\tailwayLine.TAB (Installed)
C:\Program Files\ITMC物流电子沙盘\HmSPDBCfg.exe (Installed)
C:\Program Files\ITMC物流电子沙盘\HMSPData.dll (Installed)
C:\Program Files\ITMC物流电子沙盘\mapx4\CustomProperties.dll (Installed)
C:\Program Files\ITMC物流电子沙盘\mapx4\S (Installed)
C:\Program Files\ITMC物流电子沙盘\mapx4\ALASKA.LOS (Installed)
C:\Program Files\ITMC物流电子沙盘\mapx4\ALLTYPE.DLL (Installed)
END: Perform action: Read from Registry
Displaying screen: 欢迎 - 上方横幅 (简体中文)
Displaying screen: 许可协议 (简体中文)
[Performing Actions]
START: Perform action: Read from Registry
C:\Program Files\ITMC物流电子沙盘\maps\CHINA.TAB (Installed)
C:\Program Files\ITMC物流电子沙盘\maps\CHINAHWY.DAT (Installed)
C:\Program Files\ITMC物流电子沙盘\maps\CHINAHWY.ID (Installed)

第2章WINDOWSXP操作系统

第2章WINDOWSXP操作系统

第2章Windows XP操作系统WindowsXP 是Microsoft(微软)公司推出的微型机上的操作系统,它具有简单的图形用户界面、良好的兼容性和强大的功能等特点。

本章是主教材第6章的配套实验,本章主要介绍Windows的基本操作,文件及文件夹管理和Windows设置的方法和步骤。

2.1 WindowsXP环境设置Windows环境设置主要是以个人的要求定制具有个性化的人机界面。

主要包括任务栏、开始菜单和桌面。

实验2-1 WindowsXP环境设置1.实验目的当WindowsXP操作系统启动成功后,呈现在我们面前的是它的桌面。

也可以定制个性化的桌面,通过实验,掌握Windows桌面的设置及认识Windows操作环境。

2.实验内容“任务栏和开始菜单”的设置、和Windows的桌面设置、把“开始”菜单中“文档”命令项中的内容清空、自动隐藏任务栏和排列桌面上的图标。

3.实验步骤(1)“任务栏和开始菜单”的设置任务栏通常位于屏幕最下方,可以对任务栏进行设置,删除其上不需要的图标或添加经常使用的图标,对其位置、大小及显示方式等属性进行设置。

选择菜单“开始/设置/任务栏和开始菜单”或用鼠标右击“任务栏”的空白处,在快捷菜单中选择“属性”,然后在打开的“任务栏和开始菜单属性”对话框中选择“常规”选项卡,便可以对“任务栏和开始菜单”进行设置。

(2) Windows的桌面设置鼠标右击桌面空白处,在快捷菜单中选择“属性”,然后在打开的“显示属性”对话框中进行“背景”、“屏幕保护程序”、“外观”等的设置。

将桌面背景设为“城堡”并居中放置,屏幕保护设为“飞越星空”并等待为2分钟,屏幕分辨率设为1024×768像素。

设系统时间为19:01,日期为2008年5月1日,然后再改为即时时间和日期。

(3)把“开始”菜单中“文档”命令项中的内容清除1)逐条删除在开始菜单中选择“文档”菜单项,右击要删除的条目,在出现的快捷菜单中选择“删除”菜单项。

windows setupapi用法

windows setupapi用法

SetupAPI是Windows操作系统中的一个核心组件,主要用于安装和卸载硬件设备、驱动程序包等系统软件。

它提供了一系列功能集,包括常规的Setup函数(如SetupXxx)和设备安装函数(如SetupDiXxx)。

以下是使用SetupAPI的一些主要用途和注意事项:
1. 设备安装与卸载:SetupAPI支持执行设备安装的自定义操作,包括共同安装程序、类安装程序和设备安装应用程序。

此外,它还支持卸载其安装的设备和驱动程序包。

2. 验证信息:在处理从SetupAPI函数接收到的所有信息时,应始终进行验证。

例如,验证字符串长度是否有效、缓冲区大小是否正确等。

这是因为恶意修改的安装文件可能会导致系统不稳定或其他问题。

3. 调用规则:有一些特定的SetupAPI函数不得被某些程序调用,例如类安装程序和辅助安装程序不应调用SetupQueueCopy、SetupQueueCopyIndirect、SetupQueueCopySection、SetupQueueDefaultCopy、SetupQueueDelete、SetupQueueDeleteSection和SetupQueueRename等函数。

4. 设置非交互式模式:可以使用SetupSetNonInteractiveMode函数设置一个非交互式SetupAPI标志,该标志确定SetupAPI是否可以与调用方上下文中的用户交互。

5. 线程日志令牌:使用SetupSetThreadLogToken函数可以在同一线程中为后续的SetupGetThreadLogToken调用检索最近设置的日志令牌。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
10/12/2011 14:41:42.953,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2169,BEGIN_SECTION,Initializing OEM preinstall (mini-setup only)
10/12/2011 14:41:42.953,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2171,END_SECTION,Initializing OEM preinstall (mini-setup only)
10/12/2011 14:41:41.156,d:\xpsp\base\ntsetup\syssetup\syssetup.c,6690,BEGIN_SECTION,Common Initialiazation
10/12/2011 14:41:41.156,d:\xpsp\base\ntsetup\syssetup\syssetup.c,1743,BEGIN_SECTION,Making mini setup restartable
10/12/2011 14:41:42.875,d:\xpsp\base\ntsetup\syssetup\syssetup.c,1971,BEGIN_SECTION,Shutting down power management
10/12/2011 14:41:42.875,d:\xpsp\base\ntsetup\syssetup\syssetup.c,1974,END_SECTION,Shutting down power management
10/12/2011 14:41:43.421,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2190,BEGIN_SECTION,Opening syssetup.inf (mini-setup only)
10/12/2011 14:41:43.437,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2192,END_SECTION,Opening syssetup.inf (mini-setup only)
10/12/2011 14:41:42.875,d:\xpsp\base\ntsetup\syssetup\syssetup.c,1999,BEGIN_SECTION,Checking for test root certificate (mini-setup only)
10/12/2011 14:41:42.875,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2030,END_SECTION,Checking for test root certificate (mini-setup only)
Time,File,Line,Tag,Message
10/12/2011 14:41:39.156,d:\xpsp\base\ntsetup\syssetup\syssetup.c,6539,BEGIN_SECTION,Installing Windows NT
10/12/2011 14:41:41.156,d:\xpsp\base\ntsetup\syssetup\wizard.c,1568,,SETUP: Calculating registery size
10/12/2011 14:41:41.171,d:\xpsp\base\ntsetup\syssetup\syssetup.c,1867,BEGIN_SECTION,Creating setup background window
10/12/2011 14:41:42.875,d:\xpsp\base\ntsetup\syssetup\syssetup.c,1878,END_SECTION,Creating setup background window
10/12/2011 14:43:29.625,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2332,END_SECTION,Updating PnP Drivers
10/12/2011 14:43:29.625,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2337,END_SECTION,Waiting for PnP engine to finish
10/12/2011 14:41:42.890,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2045,BEGIN_SECTION,Initializing code signing policies
10/12/2011 14:41:42.953,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2047,END_SECTION,Initializing code signing policies
10/12/2011 14:41:41.156,d:\xpsp\base\ntsetup\syssetup\wizard.c,1599,,SETUP: Calculated time for Win9x migration = 120 seconds
10/12/2011 14:41:41.156,d:\xpsp\base\ntsetup\syssetup\syssetup.c,6570,BEGIN_SECTION,Initialization
10/12/2011 14:43:42.203,d:\xpsp\base\ntsetup\syssetup\ocm.c,137,BEGIN_SECTION,Initializing the OC manager
10/12/2011 14:43:43.250,d:\xpsp\base\ntsetup\syssetup\ocm.c,145,END_SECTION,Initializing the OC manager
10/12/2011 14:41:41.171,d:\xpsp\base\ntsetup\syssetup\log.c,133,,GUI 模式安装程序已10/12/2011 14:41:41.171,d:\xpsp\base\ntsetup\syssetup\syssetup.c,1782,END_SECTION,Initializing action log
10/12/2011 14:41:42.953,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2185,BEGIN_SECTION,Initial network setup cleanup (mini-setup only)
10/12/2011 14:41:43.421,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2187,END_SECTION,Initial network setup cleanup (mini-setup only)
10/12/2011 14:41:43.468,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2296,BEGIN_SECTION,Waiting for PnP engine to finish
10/12/2011 14:42:06.734,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2330,BEGIN_SECTION,Updating PnP Drivers
10/12/2011 14:43:43.250,d:\xpsp\base\ntsetup\syssetup\syssetup.c,6695,END_SECTION,Common Initialiazation
10/12/2011 14:43:43.250,d:\xpsp\base\ntsetup\syssetup\pid.c,1255,,Found Product key in Answer file.
10/12/2011 14:43:43.312,d:\xpsp\base\ntsetup\syssetup\registry.c,1529,BEGIN_SECTION,SetCurrentProductIdInRegistry
10/12/2011 14:43:43.312,d:\xpsp\base\ntsetup\syssetup\registry.c,1556,END_SECTION,SetCurrentProductIdInRegistry
10/12/2011 14:43:29.625,d:\xpsp\base\ntsetup\syssetup\services.c,71,,SETUP: Waiting on event SC_AutoStartComplete
10/12/2011 14:43:29.625,d:\xpsp\base\ntsetup\syssetup\services.c,75,,SETUP: Wait on event SC_AutoStartComplete completed successfully
10/12/2011 14:41:42.875,d:\xpsp\base\ntsetup\syssetup\syssetup.c,1991,BEGIN_SECTION,Initialize unattended operation (mini-setup only)
10/12/2011 14:41:42.875,d:\xpsp\base\ntsetup\syssetup\syssetup.c,1993,END_SECTION,Initialize unattended operation (mini-setup only)
10/12/2011 14:41:43.437,d:\xpsp\base\ntsetup\syssetup\syssetup.c,2207,BEGIN_SECTION,Unattended locale initialization (mini-setup only)
相关文档
最新文档