Re: [WiX-users] Suppress size in Control Panel Entry

2013-10-11 Thread Phill Hogland
It sounds like, rather than deleting ARP entries or using MSP, that you need to use the MajorUpgrade element and set the scheduling so that RemoveExistingProducts is scheduled after the install of the new version, to preserve user data. but it would be wise to look at this blog. http://www.joyofse

Re: [WiX-users] Suppress size in Control Panel Entry

2013-10-11 Thread Chaitanya
yes,iam doing Major upgarde.when iam doping major upgrade i don't want to delete previous installation and create a new one. I am just deleting the control panel entry through registry and updating new files.at,that time only control panel entry will be there. that time i am facing size problem i

Re: [WiX-users] Suppress size in Control Panel Entry

2013-10-11 Thread Markus Wehrle
Hi, Is there a reason why you cannot use major or minor updates for your product? Using MSP files to patch your product will show the correct product size and there is no need to delete control panel entries. Regards, Markus > Chaitanya hat am 11. Oktober 2013 um 10:00 > geschrieben: > > > H