problem with merge modules and upgrade
hi all,
i need to update a package with a new file. here's the steps i've done;
copy the original msi into a backup folder
edit the msi, incremented the version, changed the GUID and added the file
coded an upgrade into the modified msi with the information from the original file
those steps are standard and always working.
here's my glitch;
when i install the modified package, i receive error 1602 and a popup with the name of a file into a merge module.
i believe this is the first time i do an upgrade on a msi who has merge modules.
am i doing something wrong? missing something?
thanks guys!
i need to update a package with a new file. here's the steps i've done;
copy the original msi into a backup folder
edit the msi, incremented the version, changed the GUID and added the file
coded an upgrade into the modified msi with the information from the original file
those steps are standard and always working.
here's my glitch;
when i install the modified package, i receive error 1602 and a popup with the name of a file into a merge module.
i believe this is the first time i do an upgrade on a msi who has merge modules.
am i doing something wrong? missing something?
thanks guys!
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
AngelD
15 years ago
1602 means that the user canceled the installation.
Does the file exist in the merge module which was included in the original package?
How did you add the file?
Did you create a new component for this new file?
Install with verbose logging and post the relevant lines (often above the actual error or the line where the CA returns value 3)
Does the file exist in the merge module which was included in the original package?
How did you add the file?
Did you create a new component for this new file?
Install with verbose logging and post the relevant lines (often above the actual error or the line where the CA returns value 3)
Posted by:
kardock
15 years ago
no the added file does not exist in the merge module in the original package.
i have added the file in the file section, selecting it in the upper portion of the window and add it in the lower portion.
i have not created a component, should i?
the original package works fine, so i was inclined to think that just adding a file will not break it. adding a file and an upgrade are basic stuff.
i don't understand why i got this error message from the merge module.
thanks!
i have added the file in the file section, selecting it in the upper portion of the window and add it in the lower portion.
i have not created a component, should i?
the original package works fine, so i was inclined to think that just adding a file will not break it. adding a file and an upgrade are basic stuff.
i don't understand why i got this error message from the merge module.
thanks!
Posted by:
kardock
15 years ago
Posted by:
anonymous_9363
15 years ago
Posted by:
kardock
15 years ago
Posted by:
anonymous_9363
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.