Inno to update

I have a wix installer with the latest version. Now I want to update to the latest wix with the old-fashioned inno. (inno to inno upgrade working fine And wix to wix upgrade works great too.) Please suggest me a way to install the upgrade code in the latest wix

+2


a source to share


1 answer


Since inno setup does not create a Windows Installer file, you will not be able to use the update product feature in Windows Installer. However, you can write your own action that runs a shell command that removes the old intuitive setting before installation.



+5


a source







All Articles