Patch creation
Posted: Wed Jun 07, 2017 1:33 am
Dear Francesco,
Thanks for all the help & support.
Cloning the base project, defining update packs & building patch is understood.
So i directly go to the problem.
I have two cases .exe & .msi
I'll use following names for my product Origional installer & patch.
Base project output is MyProduct.exe OR MyProduct.msi
Patch project output is MyProduct_Patch.exe OR MyProduct_Patch.msi
CASE 1 : Build both base project & patch project as a .exe
a. Build Myproduct.exe and installed successfully (Base project).
b. In the patch project, specify the patch reference as MyProduct.exe, no issue in building the patch.
c. successfully build patch MyProduct_patch.exe.
d. manually apply the patch, My changes applied.
CASE 2 : Build both base project & patch project as a .msi
a. I have build MyProduct.msi and installed succesfully (Base project).
b. In the patch project, specify the patch reference as MyProduct.msi
c. I am getting following error during patch build.
Error during build: No compatible base packages found for upgrade package
and
How to specify the output of the patch build as .msp ? I mean Myproduct_patch.msp
Since we can't ship my patch as .exe, We used to ship the patch as .msp.
Appreciate your help.
Regards
SITL
Thanks for all the help & support.
Cloning the base project, defining update packs & building patch is understood.
So i directly go to the problem.
I have two cases .exe & .msi
I'll use following names for my product Origional installer & patch.
Base project output is MyProduct.exe OR MyProduct.msi
Patch project output is MyProduct_Patch.exe OR MyProduct_Patch.msi
CASE 1 : Build both base project & patch project as a .exe
a. Build Myproduct.exe and installed successfully (Base project).
b. In the patch project, specify the patch reference as MyProduct.exe, no issue in building the patch.
c. successfully build patch MyProduct_patch.exe.
d. manually apply the patch, My changes applied.
CASE 2 : Build both base project & patch project as a .msi
a. I have build MyProduct.msi and installed succesfully (Base project).
b. In the patch project, specify the patch reference as MyProduct.msi
c. I am getting following error during patch build.
Error during build: No compatible base packages found for upgrade package
and
How to specify the output of the patch build as .msp ? I mean Myproduct_patch.msp
Since we can't ship my patch as .exe, We used to ship the patch as .msp.
Appreciate your help.
Regards
SITL