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: Upgrading System32 folder dlls
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 27, 2009
04:14 AM
Upgrading System32 folder dlls
Hi,
Can any help me of how can we upgrade the system32 dll's while installing my product? I am using OLEAUT32.dll which is of Windows XP Servicepack 2 with some patch. But i need to update this dll on lower service pack OS also. Because the file is protected by Windows i am not able to copy my new version dll.
PLease help me how can we do. I am using Installshield 2009. BasicMSI project.
Thanks,
Chinna.
Can any help me of how can we upgrade the system32 dll's while installing my product? I am using OLEAUT32.dll which is of Windows XP Servicepack 2 with some patch. But i need to update this dll on lower service pack OS also. Because the file is protected by Windows i am not able to copy my new version dll.
PLease help me how can we do. I am using Installshield 2009. BasicMSI project.
Thanks,
Chinna.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 27, 2009
04:49 PM
Windows will prevent any protected system files from being overwritten, since changing them can effectively break the installed OS. Protected system files can only be updated through operating system updates issued by Microsoft.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 02, 2009
04:51 AM
Thanks Josh... I have one clarification. In InstallScript Project we have an option to specify "Potentially Locked" property (Yes/No) for each component. So, i thought that BasicMSI project is also having the option. Whythe Basic MSI project is not having the same option.
Thanks & Regards,
Chinna.
Thanks & Regards,
Chinna.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 02, 2009
12:52 PM
Basic MSI projects do not use the InstallShield InstallScript engine to perform their installation. Instead, they use the Microsoft Windows Installer service that is built in to Windows. MSI installations do not have a concept of locked files. If MSI determines a file is in use during install/uninstall, the file is scheduled for replacement after reboot, and a reboot is requested.