In the perspective of write-once deploy anywhere, is it possible to make one single development for silverlight and be able to deploy without problem on both 32 bits and 64 bits users machines ?
Same question for Java applets though it seems as I can read here it's not possible: Force java applet to run in 32-bit instead of 64-bit JRE
Then if it is possible with Silverlight but not with java applets, just because of this constraint Java applets cannot be chosen ? Could you confirm or not this choice ?
Update: some suggests JWS/JNLP ? But don't they require admin right to install ? Applets run in browser and do not require admin right, this is important requirement for my project.