A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Windows 10 » Windows 10 Help Forum
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

open source setup program 'Setup Gizmo'



 
 
Thread Tools Rate Thread Display Modes
  #1  
Old May 2nd 16, 12:56 AM posted to alt.comp.os.windows-10
Big Bad Bob
external usenet poster
 
Posts: 793
Default open source setup program 'Setup Gizmo'

FYI - I open sourced an old project after updating it and adding a
couple of features I need. You can use it for free for non-commercial
purposes.


It basically creates setups (CD/DVD images, self-extracting) using the
MAKECAB application [part of windows 7, now] but requires the cabinet
SDK (which is in the 7.1 WDK) to build parts of it.

if nothing else the sample code might be useful. it does a LOT of
things that aren't obvious how to do, from privilege elevation to
invoking UAC automatically to doing a "run and wait for application to
finish". It also has the 'ClassLib' library that implements a
scaled-down MFC clone using Win32 APIs and standard C language utilities.


I think it's better than MSI because you can control things easier AND
the MSI docs are difficult to find out "how can I do this" for. I also
think it's WAY better than InstallShield for a number of reasons, like
"you do not need to install the installer" among other things.

more info here (somewhat out-dated)
http://mrp3.com/SetupGizmo.html


project he

http://github.com/bombasticbob/SetupGizmoProject


enjoy
(use 'issues' to report bugs, thanks)


Ads
  #2  
Old May 2nd 16, 01:04 AM posted to alt.comp.os.windows-10
Mike S[_4_]
external usenet poster
 
Posts: 496
Default open source setup program 'Setup Gizmo'

On 5/1/2016 4:56 PM, Big Bad Bob wrote:
FYI - I open sourced an old project after updating it and adding a
couple of features I need. You can use it for free for non-commercial
purposes.
It basically creates setups (CD/DVD images, self-extracting) using the
MAKECAB application [part of windows 7, now] but requires the cabinet
SDK (which is in the 7.1 WDK) to build parts of it.
if nothing else the sample code might be useful. it does a LOT of
things that aren't obvious how to do, from privilege elevation to
invoking UAC automatically to doing a "run and wait for application to
finish". It also has the 'ClassLib' library that implements a
scaled-down MFC clone using Win32 APIs and standard C language utilities.
I think it's better than MSI because you can control things easier AND
the MSI docs are difficult to find out "how can I do this" for. I also
think it's WAY better than InstallShield for a number of reasons, like
"you do not need to install the installer" among other things.
more info here (somewhat out-dated)
http://mrp3.com/SetupGizmo.html
project he
http://github.com/bombasticbob/SetupGizmoProject
enjoy
(use 'issues' to report bugs, thanks)


You put a lot of work into that.

 




Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off






All times are GMT +1. The time now is 03:45 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.