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
- :
- Update installation issue InstallscriptMSI project
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 01, 2011
11:52 PM
Update installation issue InstallscriptMSI project
Hi,
My project type is installscript msi Project, during small update installation files(Exe and Dll) are not updated. Files(Dll and EXE) are included into component as dynamic files.
Please help?.
My project type is installscript msi Project, during small update installation files(Exe and Dll) are not updated. Files(Dll and EXE) are included into component as dynamic files.
Please help?.
(3) Replies
‎Feb 02, 2011
03:50 AM
Hi,
Those files will be updated in several cases:
1. If they are of newer version from installed (default option)
2. If component GUID is changed - either change it manually every time you build a release or you can set such option in release properties. It called "Generate Package Code"
3. If you set in file's properties checkbox to "always owerwrite" (I'm not sure if you can set it for dynamic files, but you can try)
Those files will be updated in several cases:
1. If they are of newer version from installed (default option)
2. If component GUID is changed - either change it manually every time you build a release or you can set such option in release properties. It called "Generate Package Code"
3. If you set in file's properties checkbox to "always owerwrite" (I'm not sure if you can set it for dynamic files, but you can try)
‎Feb 03, 2011
12:18 AM
Thanks for ur reply anvanster, i tried all the scenarios( including separate component for DLL and EXE files with Always Overwrite option is enabled), This is an installshield MSI project issue.
In my project applications have (ini, txt, EXE, DLL and image files), only DLL and EXE files are not replaced.
In my project applications have (ini, txt, EXE, DLL and image files), only DLL and EXE files are not replaced.
‎Feb 03, 2011
07:04 AM
palanisamy wrote:
Thanks for ur reply anvanster, i tried all the scenarios( including separate component for DLL and EXE files with Always Overwrite option is enabled), This is an installshield MSI project issue.
In my project applications have (ini, txt, EXE, DLL and image files), only DLL and EXE files are not replaced.
Have you tried creating major update?