English 中文(简体)
InstallShield, Update file that were amended
原标题:InstallShield, update files that were modified

Im利用InstallShield,为申请创建安装机/安装机(Basic MSI)。 我已安装了一台安装器的申请(第1版),然后人工修改了一些档案。 问题在于,当我把这一申请升级到第2版时,新安装了一台安装机,它就 did过这些人工修改的档案。 我在安装日志中传递这一信息:

Won t Overwrite; Won t patch; Existing file is unversioned but modified

适当超书面档案在记录档案中查阅:

Overwrite; Won t patch; Existing file is unversioned and unmodified - hash doesn t match source file

问题:能否在升级过程中自动推翻这些人工修改的档案? 在InstallShield是否有一个让我这样做的环境?

问题回答

You can use the RemoveFile table. You can access this from the DIRECT EDITOR of Installshield IDE. Configure RemoveFile Table to remove the modified files.





相关问题
Correct place to install demostration projects?

With the new Windows 7 restrictions (well, new to Windows Vista anyways), we can no longer install demo projects to %ProgramFilesFolder%OurApplicationdemo since restricted users will not be able to ...

.deb package conffiles problem

I am distributing one of my applications using a .deb package, but have a problem relating to one of the files. The distribution includes a database file which is constantly updated by the app, on a ...

Closing an application using WiX

In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting to do this. <util:...

VS 2005 Setup - HKCU

I am trying to fix an existing application that uses a Visual Studio 2005 setup project. We are requiring it to work on limited user accounts for XP, our app is written in C# for .Net 2.0. It writes ...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

configsource and installer

I have an project csproj, with app.config file, and logging Ent.Library section using configsource attribute. The logging section is in ahother file Configloggingconfiguration.config. I have a ...

热门标签