News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Installing the Masm64 SDK

Started by jj2007, July 06, 2023, 08:14:16 AM

Previous topic - Next topic

jj2007

Quote from: piton on September 26, 2024, 01:29:39 AMBut you need to download a self-extracted exe instead of zip.

Show me one professional software that comes with a zip archive instead of an installer.

zedd151

Quote from: jj2007 on October 02, 2024, 02:29:21 AMShow me one professional software that comes with a zip archive instead of an installer.
The original version of the masm64 SDK download was a zip file "masm64v01.zip". https://masm32.com/board/index.php?topic=5669.0   :smiley:
"We are living in interesting times"   :tongue:

NoCforMe

You're calling that professional???
Assembly language programming should be fun. That's why I do it.

zedd151

Quote from: NoCforMe on October 02, 2024, 07:08:15 AMYou're calling that professional???

Nah, just mentioning that the original Masm64 SDK download was in fact a zip file, and not a self extracting archive.   :biggrin:
"We are living in interesting times"   :tongue:

piton

Quote from: jj2007 on October 02, 2024, 02:29:21 AMShow me one professional software that comes with a zip archive instead of an installer.
ILSpy has zip, vsix and msi https://github.com/icsharpcode/ILSpy/releases
Process monitor just a zip file https://learn.microsoft.com/en-us/sysinternals/downloads/procmon
The MASM32 SDK just a zip file as well
Standalone software doesnt need an installer, you just copy bunch of files to some folder and use it.