Jump to content

distribution/packaging


Recommended Posts

I was wondering what -- if any-- packaging software is available as freeware that would let me:

- (need) to make a self-contained installer (not the hard part right? :P )

- (need) to EASILY register DLL file(s) OR do the equivalent of this:

- (need) it to be FREEware

- (need) ability to add folders and extract files to them

:batch register dll
"regsvr32.exe" %1

:batch unregister dll
"regsvr32.exe" /u %1

- (optionally) let me add an entry to Add\Remove Programs List OR

create reg entries OR use .REG files such as

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall]
"DisplayName"="MyApp 1.2"
"UninstallString"="C:\Program Files\MyApp\uninstall.exe"

... basically I'm looking for a freeware packaging utility that lets me use batch commands if such a thing exists... but I'm definately open to suggestions. Thanks in advance.

<edit> btw sorry if I should have posted elsewhere; it made sense to me as this is the developer's forum and unless developers are around in the software forums I don't think I'd get much help.

Edited by spiritpyre
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...