i have scenario need flow in following order :
- i have 2 program installer saved in azure .
a) 1 wpf application binary folder (contains exe , dlls). entire size approx. 2-3 mb.
b) application installer (contains setup.exe , other ) entire size in gbs (say sql software)
the user presented web page logs on to. asp .net mvc azure site. after login clicks link. link has download entire folder (a (above)) , save temp folder on client machine , invoke wpf application exe file. presents windows application screen. user enters more parameters screen , clicks ok
the wpf application calls sql setup.exe (b (above)) passing parameters, install application on local machine.note in case not want download run directly source location
all needs work azure on internet.i have worked azure services , websites have not worked storage, needs in that.
what not sure how should use files , azure service suited scenario. explored azure blobs azure file storage somehow not able proceed further.
Comments
Post a Comment