You are here

nm35's blog

AutoINF 0.3

Submitted by nm35 on May 17, 2006 - 3:46pm

Just a quick release notification; if you want details, check out the forum page.

Get 0.3 from SourceForge.net here. It's just been uploaded, and may not be downloadable yet, though.

~nm35

Update

Submitted by nm35 on May 5, 2006 - 5:21pm

Hello all...

As you've probably noticed, I haven't been posting in my blog very regularly. I've decided to make a few changes, so here they are: This blog will now be only for release/update notifications. I'm deciding on a blogging tool (probably NucleusCMS) to run on my space (nm35.portasoft.org); when I've set one up I'll be moving the "blog" part of things over there. (Opinions, neat links, tutorials...)

Now, for the app updates.

A basic NSIS tutorial...

Submitted by nm35 on April 5, 2006 - 8:54pm

Want to learn a bit of NSIS, so you can write your own installer -- or, even better -- your own portable app? I can't provide a full-fledged tutorial -- for that you'd have to hunt around the NSIS website -- but I can provide this useful template and a few basic NSIS commands you'll find useful. Enjoy!

Use this template and replace the bolded text, and you'll have a basic NSIS script (which doesn't do anything). Click here to see some basic commands.

Autorunning your portable drive...

Submitted by nm35 on April 5, 2006 - 3:43pm

If you want your drive to automatically run an executable when you plug it in, and you don't want to buy a U3 drive, you're in luck. Here's what you do:

First, you have to make sure the computer you're at supports this trick. Insert a USB flash drive into the computer; a dialog box should pop up asking what action you want to take. If that dialog box appears, then this trick will work.

Open up Notepad or another text editor, and type in the following code:

New Project -- NSIS-izing this...

Submitted by nm35 on April 3, 2006 - 7:50pm

I'm taking on a new project -- "NSIS-izing" the batch files in this thread. It should be pretty interesting...

Unfortunately, I won't be able to fix this up entirely in NSIS, unless I can resolve the "REMOVE" issues I'm having (I tell it to delete a file, and I find the file is still there -- even after reboot!). It looks like I'll be using a bit of Registry Rapper and probably several different executables (unless I can fit it all into one somehow...). Wish me luck!