locked
Running a Powerscript from ASP.net Webpage RRS feed

  • Question

  • User-1542511547 posted

    I openly admit being in new territory here and I may be thinking way outside the box.

    Background: I have a Windows Store App that is proprietary and we don't want it published in the Microsoft Store.  I am making the initial installation as we buy equipment and disperse to the employees.  What I am trying to figure out is how to disperse the app when there are modifications.  The app was created is Visual Studio 2013.  When the project is compiled for dispersal and install, it has a structure like this: Single Folder with a Powerscript file, a certificate, and a couple of folders with other compiled elements.  If you run the powerscipt, it installs the update to the APP.

    I am seeing articles about ASP.net running powerscript files but they are not clear if they only execute on server side or if they can be run on client side.

    My app is already interacting with our web server to download dictionary files and upload records.  My web pages are ASP.net with Visual Basic code.  Want to explore if I could create a button in my app that opens a Web Page and then closes the app (so not live for the install).  The webpage can either download the files with powerscript and then execute the code on the client PC. Or execute the powerscript on the server from the web page to direct the install on the client PC. 

    I can see this as possible based on web prompts for installing add-ins, ect when users hit a webpage. But not sure with regards to powerscripts.

    Anyone with experience in this that can provide some direction would be appreciated.

    Wednesday, February 22, 2017 4:03 PM

Answers

  • User197322208 posted

    I am seeing articles about ASP.net running powerscript files but they are not clear if they only execute on server side or if they can be run on client side.

    Server side. In order to execute on client side , you should use Silverlight or other plugin.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, February 23, 2017 8:32 AM

All replies

  • User197322208 posted

    I am seeing articles about ASP.net running powerscript files but they are not clear if they only execute on server side or if they can be run on client side.

    Server side. In order to execute on client side , you should use Silverlight or other plugin.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, February 23, 2017 8:32 AM
  • User-1542511547 posted

    Thank you.  Didn't think about Silverlight.  Will look into that.  Appreciate your assistance.

    Thursday, February 23, 2017 5:55 PM