Bytessence Install Maker 5.40 - (09Jan2013) - new release

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Post by electrochrisso »

Great Work Inf0Byt3.
Thanks. And have a Happy New Year. :D
PureBasic! Purely the best 8)
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Thank you! You too!
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

INFOBYTE ROCKS!!!! 8)
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

:D
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Version 2.0 released!

Changes:
* Added separate configuration tabs for the installer and uninstaller
* Added automated program group creation
* Added possibility to remove all the files at uninstallation (force) or follow the script
* Changed toolbar (now it contains descriptions)
* Made some interface tweaks to improve usability
* Removed external tools (useless)
* Massive internal code optimizations
* Rewritten stub from scratch, now it's easy to add new features, the code is clean and tight
* Optimized buffered procedures (now they are 5 times faster)
* Added new icon for the BIM file format associations (projects)
* Added Black and FreshGreen themes
* Tweaked the "Classic" theme, changed icon
* Added command-line parameters for "Run" task
* Some of the actions can be made optional, letting the user wether to do the action or not
* Now you can unpack the installers to ensure they're malware free, with a simple command line call
* Added new variables: <Temp>,<ProgramName>,<ProgramVersion>,<CompanyName>,<CompanyWebsite>,<SupportEmail>, <DefaultStartMenuGroup>
* Optimized help file
Enjoy!
Last edited by Inf0Byt3 on Sat Dec 31, 2011 9:19 pm, edited 1 time in total.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
superadnim
Enthusiast
Enthusiast
Posts: 480
Joined: Thu Jul 27, 2006 4:06 am

Post by superadnim »

Inf0Byt3: great! but what's wrong with nullsoft's?

One question though: how do you setup icons on tabs? I find that wonderful.

Cheers and thanks for the freebie.
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

but what's wrong with nullsoft's?
It's not made in PureBasic :D.
One question though: how do you setup icons on tabs? I find that wonderful.


PanelGadget(3, 185, 44, 461, 334)
AddGadgetItem(3,-1,L_Key_175,ImageID(60))
;Here your gadgets on the tab
Closegadgetlist()

Addgadgetitem supports an imageid. You can use normal 16*16 icons :).

Cheers!
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
superadnim
Enthusiast
Enthusiast
Posts: 480
Joined: Thu Jul 27, 2006 4:06 am

Post by superadnim »

It's not made in PureBasic Very Happy
Eheheh Rock on!

I was too lazy to read the feature list, does it support scripting?.

Cheers
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Unfortunately it doesn't... Couldn't find anything simple. It seems that users run away from scripting because it takes too much time to learn :/. But I think BIM has pretty much anything you'll need for simple installations. I don't think there's much to be added, except FTP downloading and driver installation (planned).
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Great work... I still cannot get it to set an icon on the desktop. I know it is me. I am too stupid. Can you give an example of the internal code to do that? :D
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

:D

A new version much much improved is on the way. Oh, and even if it would create the shortcut, there is a little bug in the "Working directory" field (kick me). Fix one, break another :lol: .

In the meantime, here's a quick example :).
Image

Cheers!
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

I have got such a weird thing to report.

If I let your program create the desktop icon. When the user of my program creates the preferences file... it is created on the desktop.

If I open the folder and create an icon the old fashioned way (the right mouse button) the preferences file is created in the correct program folder.

In my program I assumed that the pref file would be in the same place as the program so I did not specify a directory. That way if users insisted on a different install location. It would not screw up the internal locations in my program.

Hmmm???
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Oh and 1 more thing...

:D

In the Program Files folder that is created I can only see the weblink and the uninstall program. Even though my program IS in that directory???
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

If I let your program create the desktop icon. When the user of my program creates the preferences file... it is created on the desktop.
Oh, and even if it would create the shortcut, there is a little bug in the "Working directory" field (kick me).
That's the reason for that problem :). It's fixed now. In this moment i'm updating the translations.
In the Program Files folder that is created I can only see the weblink and the uninstall program. Even though my program IS in that directory???
:shock: . Can you please upload the script to rapidshare (or somewhere else) please so i can see what's wrong?
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

(OK you can kick me now...)

Script???
What Script???

You mean the BIM file?

You can locate that here: http://www.bluemesapc.com/Downloads/infobyte.zip

I add this so you can see what it does (PB Tool feel free to use!)
http://www.bluemesapc.com/Downloads/ColorMapInstall.exe[/url]
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Post Reply