This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: A new folder is not created when a application upgrade
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 26, 2019
04:42 PM
A new folder is not created when a application upgrade
A newly added folder(there is a xml file inside this folder) is not created when the software upgrade. But when doing a clean installation without upgrade, there is no issue with folder creation.
file's "Always overwrite" property is set as true.
Is there any configuration to set to create new files/directories when upgrade?
Please see attached image for folder structure and configurations.
Folder : Settings
Thank you..
file's "Always overwrite" property is set as true.
Is there any configuration to set to create new files/directories when upgrade?
Please see attached image for folder structure and configurations.
Folder : Settings
Thank you..
(2) Replies
May 13, 2019
12:00 PM
Hi @dammika ,
It is the limitation/rule of upgrade(Minor).If the file isn't versioned it won't overwrite if the modified time doesn't sync up properly.
You can try the following:
- Add the file entry you would like to update in RemoveFile table entry(Direct Editor->RemoveFile)
- Have file entry to be added as well
Which will remove the existing entry and will update new one.
Hope it helps,
Thanks,
Jenifer
May 11, 2020
04:44 AM
I am also looking for a solution to create a new folder with files during *Minor Upgrade*
@Jenifer, you haven't answered how to create a new folder with files (without InstallScript)
Thanks
Unni