Page 2 of 2
Posted: Mon Oct 22, 2007 9:29 am
by gnozal
Update (version 1.05)
Changes :
- updated PB folder detection for PB4.10 / Vista
- updated SFX-stub
Posted: Tue Feb 26, 2008 9:11 pm
by AL90
Hello gnozal,
A small suggestion:
can you please add a option for MultiLanguage (more chm-files) ?
What I mean is that the user can later select a language file from more
available chm files.
My thinks is following:
e.g.
PureColor_Eng.chm ; For English Help
PureColor_Fr.chm ; For French Help
The user can so later now choose a file and the Installer will
copy the selected one as PureColor.chm in PB's Help-Folder.
BTW:
can you please check if user have set the *.plp and *.exe extensions and add it automatically if not available ?
I wondering first time why I found not my saved project in Filerequester.

Posted: Wed Feb 27, 2008 8:53 am
by gnozal
AL90 wrote:can you please add a option for MultiLanguage (more chm-files) ?
What I mean is that the user can later select a language file from more
available chm files.
I will try to remember this for the next version.
AL90 wrote:can you please check if user have set the *.plp and *.exe extensions and add it automatically if not available ?
I can understand the *.plp but why the *.exe ?
I am not sure about adding information to the registry without any user action.
<EDIT>
Update : updated PB folder detection code
Posted: Wed Feb 27, 2008 8:20 pm
by AL90
gnozal wrote:I will try to remember this for the next version.
superb. Thanks.
I can understand the *.plp but why the *.exe ?
Yes you're right. It was a wrong think from me.
Its so only the plp extension.
Posted: Tue Sep 16, 2008 7:46 am
by gnozal
Update
Changes :
- some changes for PB4.30beta 1 compatibility
Posted: Sun Oct 05, 2008 1:15 pm
by Gansta93
Hello,
My lib has a resident, and I include sources of the resident with sources of the lib.
The problem is... the file names are the same.
So the installer will try to create two files with the same name in sources directory.
It would be good if we could precise if a source file is for a lib, or a resident.
Regards.
Edit : I have XP SP3 with PB 4.30 B3 and PureLibInstaller doesn't find PureBasic directory.

Posted: Mon Oct 06, 2008 2:03 pm
by gnozal
Gansta93 wrote:It would be good if we could precise if a source file is for a lib, or a resident.
Imho, source and resident should not share the same source filename. Why not use MySource.pb and MySource_Res.pb ?
Gansta93 wrote:Edit : I have XP SP3 with PB 4.30 B3 and PureLibInstaller doesn't find PureBasic directory.

Do you use the latest version, i.e. 1.5 build 33 ?
Posted: Sat Oct 11, 2008 4:36 pm
by Gansta93
Hello,
Yes,, I use the latest version. I found it on your web site... and now I have re-download it, it works

.
For the file names : why not... it is just because I placed them into differents folders (sources\libname\lib and sources\libname\resident). But OK.
Re: PureLIB Installer : a Purebasic User Library Installer
Posted: Fri Feb 12, 2010 11:47 am
by gnozal
Update (version 1.06)
Changes :
- updated SFX-stub : it will check for a valid x86 installation before extracting the files