Go Back   PackageDeploy Application Packaging Forums > Package Development > Application Packaging > Windows MSI

Reply
 
LinkBack Thread Tools Display Modes
Old 06-04-2010, 09:01 AM   #1 (permalink)
Saravanan
Guest
 
Posts: n/a
Default Microsoft Patch file is not overwritting application exe


Hi,

i have created Microsoft Patch file for my application setup to overwrite
the existing application exe with latest one.

i have used below code to create the MSP file
msimsp -s patch.pcp -p patch.msp -l patch.log


MSP file is created sucessfully and it is installed without error but below
points need to be addressed.
1) Latest application exe is not getting refreshed. older exe is only
available. if i rename the older exe and installed MSP file then latest exe
is available in application installation path.
2) MSP is open in repair mode.

Please let me know how to fix these issues.

Regards,
P. Saravanan


  Reply With Quote
Old 06-08-2010, 07:01 AM   #2 (permalink)
Neeraj Gupta
Guest
 
Posts: n/a
Default Re: Microsoft Patch file is not overwritting application exe

Hi Saravanan,
During creating of msi file set REINSTALLMODE=amus
or creat a batch file and enter
msiexec /p patch.msp REINSTALLMODE=amus
you, for best result for patch,enterd
msiexec /p patch.msp REINSTALLMODE=e



On Jun 4, 11:58*am, Saravanan <Sarava...@discussions.microsoft.com>
wrote:
> Hi,
>
> i have created Microsoft Patch file for my application setup to overwrite
> the existing application exe with latest one.
>
> i have used below code to create the MSP file
> msimsp -s patch.pcp -p patch.msp -l patch.log
>
> MSP file is created sucessfully and it is installed without error but below
> points need to be addressed.
> 1) Latest application exe is not getting refreshed. older exe is only
> available. if i rename the older exe and installed MSP file then latest exe
> is available in application installation path.
> 2) MSP is open in repair mode.
>
> Please let me know how to fix these issues.
>
> Regards,
> P. Saravanan


  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:22 AM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
2007 - 2012 PackageDeploy.com