While installing application i want to prevent overwriting my DB file if it already exists at specified location. As i am new to using installshield could any please guide. Tried setting Never Overwrite property of component to true but didn't work in my case, it's still overwriting my DB file.
在安装应用程序时,我想防止覆盖我的DB文件(如果它已存在于指定位置)。因为我是新手使用installshield可以请任何指导。尝试将组件的Never Overwrite属性设置为true但在我的情况下不起作用,它仍然覆盖我的DB文件。
1 个解决方案
#1
0
There is a possibility that Always overwrite property is set to checked on file level, you can check that by right clicking on db file under component and then click on property menu. If it turns out to be checked then set it to unchecked.
在文件级别上可以设置Always overwrite属性,您可以通过右键单击组件下的db file来检查,然后单击属性菜单。如果结果是检查,则将其设置为未选中。
#1
0
There is a possibility that Always overwrite property is set to checked on file level, you can check that by right clicking on db file under component and then click on property menu. If it turns out to be checked then set it to unchecked.
在文件级别上可以设置Always overwrite属性,您可以通过右键单击组件下的db file来检查,然后单击属性菜单。如果结果是检查,则将其设置为未选中。