摘要:
我写了一个用来调整文档大小的程序,而且已经定义了:on error goto objerror objerror: if err <> 429 and err <> 4605 then objword.quit set objword = nothing exit sub else resume next end if 为什么,当找不到文件时,扑捉不到他的出......
摘要:
比如有一个类,用以数据访问: using system; using system.data; using system.data.sqlclient; using system.configuration; namespace dbbase public class base { protected static string strconn = configurationsetting......
install shield安装时能不能检测mysql的安装路径啊,我要把数据库安装上
install shield安装时能不能检测mysql的安装路径啊,我要把数据库安装到mysql\data下,我该怎么找到mysql的安装路径,好像通过查找注册表或者查找mysql文件夹可以实现,但是谁做过阿,能给些建议吗
NO.1 作者: Cassava
install shield调用自己做的DLL来检测,用DLL安装数据库也可以,把用DLL检测到的路径返回给install shield来装数据库也可以
NO.2 作者: fluckford
一般这种软件安装时都要写注册表,应该会有个键值保存路径,你写一个Custom Action调用dll来读取这个值并返回就可以了。剩下的就比较好处理了,不过要是可以动态指定安装路径就更方便了。一起研究。
摘要:
谁有这方面的经验或资料请赐教!!!
......