杉宫竹苑工作室

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1810|回复: 0

先卸载后安装

[复制链接]
发表于 2017-3-1 18:38:59 | 显示全部楼层 |阅读模式

正式会员享受无限制浏览网站功能和高速网盘下载,赶快加入本站吧!

您需要 登录 才可以下载或查看,没有账号?立即注册

x
  1. function MyUninstall()  
  2. number nResult;  
  3. begin  
  4.   Disable( DIALOGCACHE );  
  5.   if( !MAINTENANCE ) then  
  6.     return 0;  
  7.   endif;  
  8.     FeatureRemoveAllInMediaAndLog();  
  9.   if( REMOVEALLMODE ) then  
  10.       Disable( CANCELBUTTON );  
  11.   endif;  
  12.    
  13.   SetStatusExStaticText( SdLoadString( IDS_IFX_STATUSEX_STATICTEXT_MAINTUI_REMOVEALL ) );  
  14.     SetStatusWindow( 0, "" );  
  15.     Enable( STATUSEX );  
  16.     StatusUpdate( ON, 100 );  
  17.     nResult = FeatureTransferData( MEDIA );  
  18.     if( nResult < ISERR_SUCCESS ) then  
  19.         OnComponentError();  
  20.         abort;  
  21.     endif;  
  22.     Disable( STATUSEX );  
  23. end;  
复制代码
遇到的问题,在OnBegin()中,调用MyUninstall()后,在进入正常的流程,安装后,没有任何文件被安装.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SgzyStudio

GMT+8, 2024-5-19 19:51 , Processed in 0.106116 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表