by orphic January 16, 2003
Mindless Self Indulgence, the best band ever... calls their music "industrial-jungle-pussy-punk" fucking crazy beasts. main singer once pulled his dick out of his pants and lit it on fire during a concert.
by The Ownage February 25, 2005
Short for "Massive Sexual Indulgence", basically means masturbating or having sex without an end in sight, regardless of physical condition. Usually enacted by people who are high on the effects of strong drugs such as Black Tar Heroin.
"Hey bro, you free this weekend?"
"Nah man, I'm doing MSI"
"Bro, you gotta stop, it's just not healthy for you"
"Nah man, I'm doing MSI"
"Bro, you gotta stop, it's just not healthy for you"
by SuspiciousFlag September 09, 2019
the best fucking band in the whole fucking world. members include Jimmy Urine on vox, Steve Righ? on guitar, Kitty on drums, and Lyn-z on bass a combination of almost every type of music except for country. mainly techno-metal type shit. maybe their most popular song is Bring The Pain my personal favorite of theirs is stupid mother fucker. faggot is also a great one. loved by most, including gabriel haynes and douglas nawoschik
by dougman77 August 08, 2006
MSI files are database files, used by Windows Installer. They contain information about an application which is devided into features and components, and every component may hold files, registry data, shortcuts etc. The MSI file also contains the UI that is to be used for installing, and various other data such as any prerequisites to look for, custom actions to execute, the order of the installation procedure, whether to support Administrative installations, etc. It can also contain the actual files to be installed themselves (this isn't always the case though, the files can also be in an external CAB file or just as plain uncompressed files in a location where MSI can find them).
MSI files are the current recommended way of doing installations on Windows. The alternative is writing a program that performs the installation itself.
MSI files are executed by an EXE file that is part of Windows, called MSIEXEC.EXE. This application reads the data in the MSI file and executes the installation.
MSI files are the current recommended way of doing installations on Windows. The alternative is writing a program that performs the installation itself.
MSI files are executed by an EXE file that is part of Windows, called MSIEXEC.EXE. This application reads the data in the MSI file and executes the installation.
EXE files can be anything. Almost everything you run on your computer is started by an EXE file (exceptions are Windows itself, drivers). They contain executable code for a computer to run, and can do anything.
Windows Installer is pretty new, especially the newest version (3.0). Often installations that use MSI still come with an EXE (e.g. SETUP.EXE). This EXE is a so-called 'bootstrapper'. It doesn't perform the installation, it simply checks if the correct version of Windows Installer is present on the system, if not it launched the MSI Redistributable (MsiInstA.exe or MsiInstW.exe depending on the platform) and then launches MSIEXEC.EXE on the MSI file. In certain cases (especially Internet downloads), the MSI file and MSI redistributable are packed inside that EXE file, so you don't see they're there.
So installations can come in three flavours:
1. A custom, third-party installation system in an EXE file.
2. A Windows Installer installation in an MSI file.
3. An EXE file that bootstraps an MSI file (that may be embedded inside the EXE file).
MSI files can only be installations. EXE files can be literally anything that can run on your computer.
Windows Installer is pretty new, especially the newest version (3.0). Often installations that use MSI still come with an EXE (e.g. SETUP.EXE). This EXE is a so-called 'bootstrapper'. It doesn't perform the installation, it simply checks if the correct version of Windows Installer is present on the system, if not it launched the MSI Redistributable (MsiInstA.exe or MsiInstW.exe depending on the platform) and then launches MSIEXEC.EXE on the MSI file. In certain cases (especially Internet downloads), the MSI file and MSI redistributable are packed inside that EXE file, so you don't see they're there.
So installations can come in three flavours:
1. A custom, third-party installation system in an EXE file.
2. A Windows Installer installation in an MSI file.
3. An EXE file that bootstraps an MSI file (that may be embedded inside the EXE file).
MSI files can only be installations. EXE files can be literally anything that can run on your computer.
by anonymous0011001 January 03, 2012
by Eric January 07, 2005