visual studio 2010 - InstallShield LE "Another version of this product is already registered" -


i'm running roadblock using installshield le in vs2010. second time running resulting setup.exe (with incremented version numbers), error

another version of product registered

by "incremented version numbers", mean changed minor version, build number , revision larger numbers in assemblyversion , assemblyfileversion of .exe (the dll's set "1.0.*")

[assembly: assemblyversion("0.2.103.005")] [assembly: assemblyfileversion("0.2.103.005")] [assembly: assemblyinformationalversion("alpha 0.1 - 2/8/2011")] 

and updated product version in general information tab of installshield le setup project 0.10.0000 0.11.0000.

i did come across instances of error message in other postings , on manufacturer's community support forum, did not find solution applies me.

it turns out answer create entry on upgrade paths tab. when that, installshield le present file selection dialog. if have old installer, presumably can browse information version wish able upgrade from. in case didn't have old installer handy, pressed cancel , new upgrade paths entry created anyway. adjusted properties of entry specify minimum , maximum version upgrade, , worked expected.

edit

(from @lookatmike's comment)

you have change product version , (somewhat counterintuitively) product code in general information tab. upgrade code must stay same.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -