自定义安装过程当中遇到的不能找到installstate文件问题
作者:etiersoft 日期:2007-03-13
Custom action within installer - Could not find MyAction.Installstate
I wanted to run custom action code during the Commit phase of the Setup Project.
I created an installer class and override the Commit method. I also added that installer as a custom action to the Commit phase (View->Custom Actions).
I wanted to run custom action code during the Commit phase of the Setup Project.
I created an installer class and override the Commit method. I also added that installer as a custom action to the Commit phase (View->Custom Actions).
满意工作的衡量标准是收入还是工作
作者:dongdong 日期:2007-03-09
D最近又辞职了。这已经是他本科毕业一年半的时间里,第三次炒了老板的“鱿鱼”。每一次换工作的理由各有各的不同,但他挂在嘴边的一句话总是:这不是我想要的。
同样,躁动在他的同龄人中蔓延着。那个看似无限广阔的职业空间,却让身在职场的人们产生了集体性不满。2006年1月1日-2月25日,由全球职业规划师(GCDF)中国项目组发起,《职业》杂志、千龙网、中青在线等媒体参与的“职场人士调查报告”再次印证了这一点。
在来自全国22个省、区、市的1488个有效样本中,只有26.81%的人对自己的职业感到满意,33%的人则明确表示了不满意。
同样,躁动在他的同龄人中蔓延着。那个看似无限广阔的职业空间,却让身在职场的人们产生了集体性不满。2006年1月1日-2月25日,由全球职业规划师(GCDF)中国项目组发起,《职业》杂志、千龙网、中青在线等媒体参与的“职场人士调查报告”再次印证了这一点。
在来自全国22个省、区、市的1488个有效样本中,只有26.81%的人对自己的职业感到满意,33%的人则明确表示了不满意。
人才是怎样悄悄“流”走的?
作者:dongdong 日期:2007-03-09
新浪:用50%资源经营好20%关键人才
作者:dongdong 日期:2007-03-09
取得软件安装的文件路径
作者:etiersoft 日期:2007-03-08
I'm doing a lot of assuming here because you're not telling me the stuff I need
to know to answer, so:
If this is a VS.NET setup project that generated the installer bootstrapper
setup.exe and an MSI file and....
The location of the MSI file is the same as the setup.exe file and....
The code you are using is an installer class custom action then...
.net安装制作技术
作者:etiersoft 日期:2007-03-08
c#安装程序中打包msde
作者:etiersoft 日期:2007-03-07
在VS 2003的工程中添加Microsoft SQL Server 2000 Desktop Engine (MSDE)的自动安装合并模块MSM:
1.下载MSDE2000的sp3a安装包。
2.解压到本地硬盘,其中的MSM文件夹中的东东就是MSDE2000合并模块。
3.在你的工程中添加一个安装工程假设为MySetup,按照正常的步骤添加工程输出(Project Output),选择输出文件(primary output)和内容文件(content files)两项。
4.添加合并模块(Merge Moudle),选择浏览,指定到你的MSDE的MSM文件夹,选择MSM(不包括msm1033和msm2052)下的所有的文件(REPL.MSM、REPL_RES.MSM、 DMO_RES.MSM和DMO.MSM可以不选),打开。
1.下载MSDE2000的sp3a安装包。
2.解压到本地硬盘,其中的MSM文件夹中的东东就是MSDE2000合并模块。
3.在你的工程中添加一个安装工程假设为MySetup,按照正常的步骤添加工程输出(Project Output),选择输出文件(primary output)和内容文件(content files)两项。
4.添加合并模块(Merge Moudle),选择浏览,指定到你的MSDE的MSM文件夹,选择MSM(不包括msm1033和msm2052)下的所有的文件(REPL.MSM、REPL_RES.MSM、 DMO_RES.MSM和DMO.MSM可以不选),打开。