Windows App installation without un-install any previous version.

633
2
Jump to solution
01-27-2021 01:25 PM
SeanKim
New Contributor III

Hi,

Recently, I've seen one of the changelogs for the App Studio 4.4 which can be install a new Windows app without un-install as like below link shown.

What's new in AppStudio—ArcGIS AppStudio | Documentation

Anyway, my build couldn't do that, and I can confirm that I am currently using 4.4.77 to cloud make.

Screenshot 2021-01-28 102228.png

Is there any option to set it?

 

Thanks,

Sean.

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
ErwinSoekianto
Esri Regular Contributor

@SeanKim 

 

Did you enable the appinfo.json property "desktop.allowOverwrite"? https://doc.arcgis.com/en/appstudio/extend-apps/editappinfo.htm 

 

"desktop.allowOverwrite" —This property is added under deployment. If set to true, the app can be installed on Windows without uninstalling a previous version of the app.

We did not enable this feature by default since it is only working on Windows. 

 

Thank you,

Erwin.

View solution in original post

0 Kudos
2 Replies
ErwinSoekianto
Esri Regular Contributor

@SeanKim 

 

Did you enable the appinfo.json property "desktop.allowOverwrite"? https://doc.arcgis.com/en/appstudio/extend-apps/editappinfo.htm 

 

"desktop.allowOverwrite" —This property is added under deployment. If set to true, the app can be installed on Windows without uninstalling a previous version of the app.

We did not enable this feature by default since it is only working on Windows. 

 

Thank you,

Erwin.

0 Kudos
SeanKim
New Contributor III

Thanks Erwin,

 

I have added an allowOverwrite under deployment and works perfect!

Thanks for your help.

 

Sean.

0 Kudos