The MASM Forum

General => The Campus => Topic started by: DanWebb314 on August 06, 2012, 09:30:24 AM

Title: uninstall Masm32
Post by: DanWebb314 on August 06, 2012, 09:30:24 AM
I borrowed my sons' computer and installed MASM32.  Now I need to remove it and give it back.  What is the right way to remove MASM32.  If I just delete the folder I am sure it will leave unwanted "items".

Thanks in advance
Dan
Title: Re: uninstall Masm32
Post by: DanWebb314 on August 06, 2012, 09:35:26 AM
I also need to uninstall the "ollydbg" debugger.  Both these programs are not listed in the "Add or Remove Programs" list.
Title: Re: uninstall Masm32
Post by: qWord on August 06, 2012, 10:22:09 AM
Deleting the folders is sufficient - don't worry about that few possible registry entries.
Title: Re: uninstall Masm32
Post by: dedndave on August 06, 2012, 10:49:43 AM
the only possibilities i can think of...
if you have modified the PATH environment variable to include masm32\bin or the olly folder
... or if you have made olly the default crash handler
Title: Re: uninstall Masm32
Post by: DanWebb314 on August 06, 2012, 12:18:36 PM
None of the above.  I think it is safe to just delete the folders if what you say is true.  Here goes.  Wish me luck
Title: Re: uninstall Masm32
Post by: KeepingRealBusy on August 06, 2012, 12:32:31 PM
"Luck be a lady tonight"!
Title: Re: uninstall Masm32
Post by: DanWebb314 on August 09, 2012, 08:19:09 AM
How do I mark this as Solved?
Title: Re: uninstall Masm32
Post by: mywan on August 09, 2012, 10:06:04 AM
Quote from: qWord on August 06, 2012, 10:22:09 AMDeleting the folders is sufficient - don't worry about that few possible registry entries.
This is why I never use an installer and track any registry changes a program makes on execution. I hate this!!!
Title: Re: uninstall Masm32
Post by: hutch-- on August 09, 2012, 10:44:29 AM
This much, MASM32 is fully portable which means it add NOTHING into the registry. To delete MASM32 you simply delete the MASM32 directory and everything above it (IE: All of its subdirectories.) The MASM32 installation leaves NOTHING behind. If you have added other software you will need to check what it does.

DanWebb314,

You don't, we leave questions in the forum as reference for others to read, we are not a help desk but a forum of members.
Title: Re: uninstall Masm32
Post by: mywan on August 09, 2012, 11:42:53 AM
Quote from: hutch-- on August 09, 2012, 10:44:29 AM
This much, MASM32 is fully portable which means it add NOTHING into the registry. To delete MASM32 you simply delete the MASM32 directory and everything above it (IE: All of its subdirectories.) The MASM32 installation leaves NOTHING behind. If you have added other software you will need to check what it does.
I did notice this and was highly impressed. I don't even need a path set for the include folder. I don't understand why so many developers think spidering a system is even useful, much less necessary.
Title: Re: uninstall Masm32
Post by: hfheatherfox07 on August 10, 2012, 01:49:18 AM
Quote from: mywan on August 09, 2012, 10:06:04 AM
Quote from: qWord on August 06, 2012, 10:22:09 AMDeleting the folders is sufficient - don't worry about that few possible registry entries.
This is why I never use an installer and track any registry changes a program makes on execution. I hate this!!!

The way hutch did it is better! When you use his installer it also compiles the .lib's thus making the installer so much smaller!!!
How ever if you are concerned about that kind of stuff , nirsoft makes great free apps (which you can down load as zip too no installer LOL )
Among the great free apps are a bunch of reg utilities that let you clean up and manage you registry !
Example:

http://www.nirsoft.net/utils/clean_after_me.html

http://www.nirsoft.net/utils/reg_file_from_application.html

http://www.nirsoft.net/utils/registered_dll_view.html

This is to use instead of your regedit ...works nicer

http://www.nirsoft.net/utils/regscanner.html


Title: Re: uninstall Masm32
Post by: Vortex on August 10, 2012, 05:04:44 AM
The Masm32 installation is flexible. You can create another instance of the installation by copying all the Masm32 files to a subdirectory like the following:

subst M: "C:\Documents and Settings\USERNAME\masm32"

M: is the root of the new Masm32 copy.