how to use lessmsi to install TypeScript for VS 2010

Deadly 提交于 2020-01-05 18:05:40

问题


I am trying to use lessmsi to Uncompress/Extract an msi file to a temporary location , which is number (4) on the list of things to do while installing TypeScript with VS 2010

I tried performing an extraction as admin via the following command prompt in the directory where the msi file exists, using:

C:\Users\John\Downloads>lessmsi x TypeScriptSetup.0.9.1.exe C:\Users\John\Downloads\newWork 

but it is telling me:

'lessmsi' is not recognized as an internal or external command operable program or batch file

Does anyone know why this is not working?

Also I can right click and extract using WE, but I only have the zip. option I see no sign of the GUI that lessmsi talks about


回答1:


Install instructions for TypeScript 0.9.1.1 have been updated at How Can I Install TypeScript with Visual Studio 2010



来源:https://stackoverflow.com/questions/18186506/how-to-use-lessmsi-to-install-typescript-for-vs-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!