• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
BeyondTechnology
博客园    首页    新随笔    联系   管理    订阅  订阅
2010年12月26日
系统目录
摘要: Uninstall Registry Key-About Properties-Property Reference-System Folder PropertiesBeginning with WindowsVista, applications should use the SHGetKnownFolderPath function and the REFKNOWNFOLDERID type to determine the full path to this folder. Existing applications that use the SHGetFolderPath fun 阅读全文
posted @ 2010-12-26 23:16 BeyondTechnology 阅读(259) 评论(0) 推荐(0)
InstallShield中调用API
摘要: prototype BOOL KERNEL32.GetComputerName(BYREF STRING, BYREF NUMBER); function OnBegin()  STRING szCmpName;  NUMBER nLength;begin  //Using Win32 API  nLength = MAX_PATH;  GetComputerName(szCmpName, nLength);  MessageBox(szCmpName, INFORMATION); end; 阅读全文
posted @ 2010-12-26 23:10 BeyondTechnology 阅读(454) 评论(0) 推荐(0)
Uninstall Registry Key
摘要: The following installer properties give the values written under the registry key:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\UninstallThe values are stored in a subkey identified by the application's product code GUID.ValueWindows Installer propertyDisplayNameProductName propertyDi 阅读全文
posted @ 2010-12-26 22:18 BeyondTechnology 阅读(1055) 评论(0) 推荐(0)
InstallShield常用工具
摘要: InstallShield Log File ViewerInstallShield Log Files (*.ilg)InstallShield Cabinet File ViewerInstallShield Header Files (*.hdr)InstallShieldCAB Files (*.cab) 阅读全文
posted @ 2010-12-26 21:58 BeyondTechnology 阅读(419) 评论(0) 推荐(0)
abort和exit
摘要: 都是退出安装过程,区别是abort有回滚过程,而exit则只是结束安装过程,对之前的操作不做任何回滚动作。 阅读全文
posted @ 2010-12-26 21:48 BeyondTechnology 阅读(284) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3