-1

Can I run different versions of applications of my application run on the same machine?

eg: myapp 1.0, myapp 1.1, my app 1.2? (These versions need to have 1 tile as their point of entry)

user732029
  • 179
  • 1
  • 8
  • I guess this is what I was kinda looking for. http://stackoverflow.com/questions/12604663/can-an-appx-windows-store-package-contain-multiple-applications – user732029 May 30 '13 at 21:10

1 Answers1

0

Yes, Just go to Package.appxmanifest -> Packaging and change the "Package Name" manually.

Manvik
  • 977
  • 14
  • 26