A new version of WinAsm help has been uploaded to the WinAsm website. It's a work in progress and "almost" complete, covering most of the WinAsm user interface and a few step-by-step tutorials.
I also tested out many freeware installation creators this week and have uploaded to the WinAsm website a WinAsm installation package that includes the help file. The setup updates the WinAsm.ini file with the current location of WinAsm to make setting the Files & Paths easier.
Note: The installer will create registry enties to associate *.wap files with WinAsm. It also creates standard entries for uninstallation. So if you don't like this, use the standard WinAsm zip file also on the downloads webpage.
Akyprian: I was about to post a long private message you when my laptop crashed. When I got back here you left me that message to announce the above in a new thread.
I also tested out many freeware installation creators this week and have uploaded to the WinAsm website a WinAsm installation package that includes the help file. The setup updates the WinAsm.ini file with the current location of WinAsm to make setting the Files & Paths easier.
Note: The installer will create registry enties to associate *.wap files with WinAsm. It also creates standard entries for uninstallation. So if you don't like this, use the standard WinAsm zip file also on the downloads webpage.
Akyprian: I was about to post a long private message you when my laptop crashed. When I got back here you left me that message to announce the above in a new thread.
Hi Jim,
You 've done a really great job!
Thanks very much for such an excellent support.
Regards,
akyprian
You 've done a really great job!
Thanks very much for such an excellent support.
Regards,
akyprian
Hi Masmer,
Well done. :cool:
(BTW, does it supports .asm and .inc file association?)
Well done. :cool:
(BTW, does it supports .asm and .inc file association?)
Thank you.
I could do that too, but didn't want to upset others who might not want *.asm and *.inc associated with WinAsm. If enough people do want it (maybe a small poll??), I'll implement it. I myself am mainly studying 16-bit assembly right now (why ask why?) and use EditPlus with those extensions.
BTW: Manually associating files under Windows isn't that difficult in case you didn't know.
How to Create a File Association in Windows 98 and Windows Me
To associate a file name extension with a file type under XP
Associate a file extension with program under NT 4
I could do that too, but didn't want to upset others who might not want *.asm and *.inc associated with WinAsm. If enough people do want it (maybe a small poll??), I'll implement it. I myself am mainly studying 16-bit assembly right now (why ask why?) and use EditPlus with those extensions.
BTW: Manually associating files under Windows isn't that difficult in case you didn't know.
How to Create a File Association in Windows 98 and Windows Me
To associate a file name extension with a file type under XP
Associate a file extension with program under NT 4
i prefer unzip to install than install.exe :grin: (i don't like automatic )
i think would add as a option in winasm :alright:
i think would add as a option in winasm :alright:
Urm..,
How about selectable options at setup time (dunno Inno has this feature or not)?
How about selectable options at setup time (dunno Inno has this feature or not)?
Right. Akyprian's latest releases will always be available in zip format from the WinAsm website. He is not switching to "installer-only". ;) I'm just providing an installer for those few who might like it.
You are saying you want the individual file associations (*.wap, *.asm, *.inc) to be an option available from within WinAsm right?
You are saying you want the individual file associations (*.wap, *.asm, *.inc) to be an option available from within WinAsm right?
Urm..,
How about selectable options at setup time (dunno Inno has this feature or not)?
I can do custom install profiles where things like the WinAsm application, help file, templates 9or examples) can be individually selected. Not sure about the file associations if that's what you probably mean.
You are saying you want the individual file associations (*.wap, *.asm, *.inc) to be an option available from within WinAsm right?
hope Antonis to add it.
EDIT: same Winrar program , (option/setting/integration to do funny setting)
nice install & winasm's helpfile , help me much things.:alright: :)
Not sure about the file associations if that's what you probably mean.
I mean file association at setup time (let users decide will register .asm and .inc to WinAsm or not).
I'll have to look into doing so using Inno, though I don't think it's possible directly.
I'll investigate whether a *.reg file could be created to do the association, then have the option of running (merging) the reg file at the end of installation (added to "Run WinAsm" and\or "Launch help file" dialog).
I'll investigate whether a *.reg file could be created to do the association, then have the option of running (merging) the reg file at the end of installation (added to "Run WinAsm" and\or "Launch help file" dialog).
Masmer,
Why not try Nullsoft Installer, it has this feature and smaller setup engine.
Why not try Nullsoft Installer, it has this feature and smaller setup engine.
I tried Nullsoft a few months ago and found the scripting a little too involved. The 3rd party GUI was buggy at the time. I meant to try it out again last week, but after trying perhaps a dozen other freeware installers, I really liked Inno. But you are right ... the resulting install executable of Inno was 100k to 200k larger then the other installers (which were lacking features Inno had or had advertisements in each install built). I'll download Nullsoft today and try it out again.
Inno does support custom setups when it comes to registry entries. I have a new installer built that allows a choice between file associations or no file associations. But I think I will implement that when WinAsm 1.0.1.5 is made available here and tested out for a few days (then it's made available on the WinAsm website).
Inno does support custom setups when it comes to registry entries. I have a new installer built that allows a choice between file associations or no file associations. But I think I will implement that when WinAsm 1.0.1.5 is made available here and tested out for a few days (then it's made available on the WinAsm website).