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: DLL Update Logic
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
Apr 06, 2011
02:30 AM
DLL Update Logic
Hi,
My first question is how a DLL is updated while patching ?
Whether its based on Date / Time stamp OR Version.
I have shipped three Dll's of version 8.0.0 with my product. Now i would like to create a patch. I am using patch design to create minor patch.
Now in patch i want to include only one Dll. This DLL has got version 8.1.0. Other Dll's have got version 8.0.0. Since these three Dll's have been created after main product is released they have later date and time stamp.
When i create the patch all three Dll's are included in the patch. Since this process is automatic i don't have control which Dll to include / not include.
In essence i need to ignore the date / time stamp of a Dll while being included in patch. Is this possible ?
I can accomplish this by creating a quick patch, but the quick patch is not uninstallable ( i have posted about this uninstallation problem in the forum...but no reply yet ! )
Thanks.
Amarjeet
My first question is how a DLL is updated while patching ?
Whether its based on Date / Time stamp OR Version.
I have shipped three Dll's of version 8.0.0 with my product. Now i would like to create a patch. I am using patch design to create minor patch.
Now in patch i want to include only one Dll. This DLL has got version 8.1.0. Other Dll's have got version 8.0.0. Since these three Dll's have been created after main product is released they have later date and time stamp.
When i create the patch all three Dll's are included in the patch. Since this process is automatic i don't have control which Dll to include / not include.
In essence i need to ignore the date / time stamp of a Dll while being included in patch. Is this possible ?
I can accomplish this by creating a quick patch, but the quick patch is not uninstallable ( i have posted about this uninstallation problem in the forum...but no reply yet ! )
Thanks.
Amarjeet
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 07, 2011
02:36 AM
You will find your answer here:
http://blogs.msdn.com/b/astebner/archive/2.../30/458295.aspx
For versioned files:
version is the most important thing
For non-versioned files:
Date-Time stamp is the most important parameter.
http://blogs.msdn.com/b/astebner/archive/2.../30/458295.aspx
For versioned files:
version is the most important thing
For non-versioned files:
Date-Time stamp is the most important parameter.
