flat assembler
Message board for the users of flat assembler.
Index
> Windows > fasm windows installer |
is this useful? | ||||||||||||||
|
||||||||||||||
Total Votes : 9 |
Author |
|
jaked122 13 Jan 2008, 16:59
I wave crated an installer that has helped me even on windows vista if nobody else likes it than i made it for myself anyway
|
|||
13 Jan 2008, 16:59 |
|
LocoDelAssembly 13 Jan 2008, 17:39
And where is it?
|
|||
13 Jan 2008, 17:39 |
|
Madis731 13 Jan 2008, 19:20
I like installers because they do all the hard work that usually means writing to the registry.
I dislike installers because they usually don't uninstall what they've just installed. I'd like to tell uninstallers that: 1) Shift-DEL this crap; 2) Shift-DEL additional files created while this program was installed; 3) Don't just Shift-DEL all the files, but the directory U resided in aswell!!!. And that is when I like an installer Does your installer make icon associations and can (will be able) remove these after installation? I'm a visually thinking person and I have different icons for *.inc and *.asm files. |
|||
13 Jan 2008, 19:20 |
|
AlexP 14 Jan 2008, 01:09
I think any installer that does anything more than unpack and drop the files in a SINGLE directory, none of that 251 folders with uncomprehensible names tree thingy like IE, or any installer that even touches the registry or anything else should be shot in the kneecaps and left to bleed out and die... I did see an interesting idea from trojan viruses, on "self-destruct" mode they would create a batch file and then terminate. this batch file would delete all the files that were created with the program, anything else that it has modified on the computer, and then delete itself (yeah!!) so there is no trace left... Here's the code for a batch file that uninstalls a program like this:
Code: @echo off :start if no exist "C:\Program Files\ProgramName\???.exe" goto done del "C:\Program Files\ProgramName\???.exe" goto start :done del uninstall.bat I have tested this code and it works!! I think any windows installer should have a simple batch file like this to uninstall itself, considering the windows registry can be accessed and modified by the command line (reg.exe, ect..)(google it). Great idea for anyone actually going to use it! Last edited by AlexP on 14 Jan 2008, 01:17; edited 1 time in total |
|||
14 Jan 2008, 01:09 |
|
System86 14 Jan 2008, 01:13
Quote:
That's the code for the batch file (.bat file), not an exe. |
|||
14 Jan 2008, 01:13 |
|
AlexP 14 Jan 2008, 01:15
sry, noticed that .
|
|||
14 Jan 2008, 01:15 |
|
bitRAKE 14 Jan 2008, 05:12
I can unpack to a folder, and never should installation require more!
[RANT]File associations and all that other crap should be an option from within the software. I hate the "branding" that marketing departments like to do, and I don't want your fucking company logo all over my machine! I avoid any company that installs their software like they own my machine. I can understand some users need "hand-holding" to setup all these "nice features", but run a wizard on first execution that I can cancel/abort. And have an option to undo all these things. Use an INI file so I can use multiple installations and/or across network drives and still have my settings.[/RANT] Maybe I should go back to DOS. |
|||
14 Jan 2008, 05:12 |
|
OzzY 14 Jan 2008, 23:40
bitRAKE wrote: I can unpack to a folder, and never should installation require more! Maybe we should create a new DOS with GUI. |
|||
14 Jan 2008, 23:40 |
|
Madis731 15 Jan 2008, 06:58
It was jaked122's first & last post. Does everybody still think that he's got an installer written?
|
|||
15 Jan 2008, 06:58 |
|
bitRAKE 15 Jan 2008, 15:38
Maybe, jaked122 was asking to see if other people would like an installer.
|
|||
15 Jan 2008, 15:38 |
|
OzzY 15 Jan 2008, 17:55
I'd like a installer that downloads latest FASM version and installs it.
I was creating something like this, but lack of time sucks. I'll probably restart this project now. |
|||
15 Jan 2008, 17:55 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.