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

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Re: Bytessence InstallMaker 4.40 - (22Sep2010)

Post by Inf0Byt3 »

@Little John,
I think I could add an option to allow the installer to make shortcuts for the current user or for all of them. Thanks for the suggestion.

@skywalk
I think this is a design flaw... Will have a look at it, thanks for the report.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Little John
Addict
Addict
Posts: 4777
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Bytessence InstallMaker 4.40 - (22Sep2010)

Post by Little John »

Inf0Byt3 wrote:@Little John,
I think I could add an option to allow the installer to make shortcuts for the current user or for all of them.
That would be great. Thanks for considering it.

Regards, Little John
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Bytessence InstallMaker 4.40 - (22Sep2010)

Post by skywalk »

Inf0Byt3 wrote:@skywalk
I think this is a design flaw... Will have a look at it, thanks for the report.
Cool,
I rebooted and it still prompts for Admin account.
Last edited by skywalk on Thu Aug 29, 2013 5:28 am, edited 1 time in total.
yrreti
Enthusiast
Enthusiast
Posts: 546
Joined: Tue Oct 31, 2006 4:34 am

Re: Bytessence InstallMaker 4.40 - (22Sep2010)

Post by yrreti »

Hi Inf0Byt3

I really like your program :D , but have a question?
In your Settings selection you can choose the 'Directory containing the program files and folders' you wish to include
in your install program. If I wanted to keep the executables and non data files separate from the data files, how would I do that?
For example:
My existing program and files that I want to create an installer of, are set up this way.
C:\Program Files\MyProgramName contains all my exe and non data files.
C:\Documents and Settings\UserName\Application Data\MyProgramName contains all my data files.

So with the installer, I need to Create Programs Directory in C:\Program Files\MyProgramName
Then be able to choose from your Settings selection and copy all my exe and non data files there from my
C:\Program Files\MyProgramName. (which contains just those files)

Then to create the Programs data Directory in C:\Documents and Settings\UserName\Application Data\MyProgramName
Then be able to choose from your Settings selection and copy all data files there from my
C:\Documents and Settings\UserName\Application Data\MyProgramName. (which contains just those files)

I suppose it's possible by creating two separate installers, one for the program files, and one for the data files.
But the uninstall would be messy because you would have two entries to uninstall.
But Is this possible, or could this be made possible with your program to do this with one installer program?

Again as it is, thank you for your excellent program.
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Re: Bytessence InstallMaker 4.40 - (22Sep2010)

Post by Inf0Byt3 »

Hi yrreti,

For now BIM doesn't allow for explicitly choosing different output paths, although it is a great idea and I'll try to implement it in one of the next versions. One solution would be to have your data files put in a folder in the program's main installation dir (let's say in a folder called "AData"). Then, you could do the following from BIM:

- Create a folder in AppData using a 'Create folder' task
- Add some 'Copy file' installer tasks from BIM and copy the files from

Code: Select all

<DefaultInstallPath>\AData\DataFile.dat
to

Code: Select all

<AppData>\AFolder\DataFile.dat
You can add a task for each data file this way and the files will be copied from the path where the program is installed to AppData
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
pege
New User
New User
Posts: 1
Joined: Wed Jan 19, 2011 9:56 am

Re: Bytessence InstallMaker 4.40 - (22Sep2010)

Post by pege »

skywalk wrote:Hi Inf0Byt3,
I downloaded v4.4 but it says I must "...run this setup program under an Administrator account!"
My account is a member of Admin but I am not logged in as Admin.
I will reboot and try again, but is this a common error?

Thanks,
Steve

XP Pro SP3
Hi,

Multiple clients report same problem for Windows Server 2003. They say they are administrators or have administrative rights but cannot start our BIM installer because it says "needs to run as Administrator".

Do you know if there's something that can be done on the Windows settings side or do we need an update for BIM? Would not want to change to another installer program since aside from this issue BIM has worked perfectly for us.

-Pege
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Bytessence InstallMaker 4.40 - (22Sep2010)

Post by skywalk »

I had to disconnect from the network. Then it installed OK.
Are you saying it won't run even after having been installed?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Re: Bytessence InstallMaker 4.40 - (22Sep2010)

Post by Inf0Byt3 »

I'm working on an update to fix this issue. In theory the program should have detected if the current user is in the administrator group but probably there is some other issue that makes the code fail. Will try to reproduce this on more machines.
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

Re: Bytessence InstallMaker 4.41 - (05feb2011)

Post by Inf0Byt3 »

Version 4.41 is now ready. Here's the list of changes:
-Fixed a problem with the administrator rights detection procedure
-Added possibility to install programs without needing administrator rights
-Added possibility to update the entries from the window list (requirements)
-Added an option for creating a Start menu group for all users in the installer
-Added an option for restricting the installer to be run on x64 operating systems
-Added 2 new path variables: <installerexe> and <installerexedir>
-Added Hebrew translation in the package
-Pressing F1 when adding an installer/uninstaller task will open the context help
-Reorganized some of the controls on the Requirements page
-Optimized the size of the executables
Please let me know if you find any bug :).
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
madude
New User
New User
Posts: 2
Joined: Mon Feb 07, 2011 2:02 pm

Re: Bytessence InstallMaker 4.41 - (05feb2011)

Post by madude »

Very nice program. Is there a way to include Version info in the uninstaller
Little John
Addict
Addict
Posts: 4777
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Bytessence InstallMaker 4.41 - (05feb2011)

Post by Little John »

Hi,

thank you very much for the new release!
Inf0Byt3 wrote:Please let me know if you find any bug :).
I discovered a small glitch while installing the program itself (in German language).
There is no text next to the upper check box:

<Image removed>

Regards, Litle John
Last edited by Little John on Tue Feb 08, 2011 10:19 pm, edited 1 time in total.
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Re: Bytessence InstallMaker 4.42 - (07feb2011)

Post by Inf0Byt3 »

Little John wrote:I discovered a small glitch while installing the program itself (in German language).
There is no text next to the upper check box:
I have release a new version (4.42) that should eliminate this problem. Here are the changes:
-Fixed the German translation that was missing some lines
-Added information about the new path variables in the help file
@madude: for now there are no options to customize the version info / icon of the uninstaller but I'll consider adding them in one of the next versions
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
madude
New User
New User
Posts: 2
Joined: Mon Feb 07, 2011 2:02 pm

Re: Bytessence InstallMaker 4.42 - (07feb2011)

Post by madude »

Inf0Byt3 wrote:@madude: for now there are no options to customize the version info / icon of the uninstaller but I'll consider adding them in one of the next versions
Thanks Inf0Byt3.....Am waiting for that version..hope you'll include it in the next version
Little John
Addict
Addict
Posts: 4777
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Bytessence InstallMaker 4.42 - (07feb2011)

Post by Little John »

Thank you, Inf0Byt3!
User avatar
JackWebb
Enthusiast
Enthusiast
Posts: 109
Joined: Wed Dec 16, 2009 1:42 pm
Location: Tampa Florida

Re: Bytessence InstallMaker 4.42 - (07feb2011)

Post by JackWebb »

@Inf0Byt3,

Excellent job on this! I will use BIM, no point to write my own :D But I'm having a small problem.. When I download my install package and install to a win7 machine, it stops at the executable (my program) I click ignore and it installs everything else..

If I right click on the installer package (save it to my hard drive first) and select the option to run as admin, it installs with no problem. I have the "install with admin rights" checked on. I tried it both ways and played around with different settings, but all the same. What am I doing wrong?

It installs fine on any XP system, have not tried on Vista.


Thank You In Advance!
Jack


WinXP SP3
PB4.51
BIM4.42
Make everything as simple as possible, but not simpler. ~Albert Einstein
Post Reply