问题
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