Page 3 of 3
					
				
				Posted: Sat Mar 05, 2005 7:29 pm
				by Gansta93
				Oh... this computer... sory. 

 
			 
			
					
				
				Posted: Sat Mar 05, 2005 7:39 pm
				by Gansta93
				Sory for this poste. 

 
			 
			
					
				
				Posted: Sat Mar 05, 2005 7:40 pm
				by NoahPhense
				Gansta93 wrote:Fred, why don't you use NSIS for the PureBasic setup?
Good compression, a lot of functions, possible to build multi-languages installations... and it is OpenSources.
I know to build installations you must write scripts, but there are programes which can do that for you and you add what you want after.
I use NSIS, and I purchased Venis IX (for commercial use) .. freakin nice..  
http://nsis.sourceforge.net/
http://www.spaceblue.com/venis/
- np
 
			 
			
					
				
				Posted: Sat Mar 05, 2005 8:07 pm
				by thefool
				for nsis:
http://hmne.sourceforge.net/
its free for both noncommercial & commercial use.. and it HAS an
install maker wizard too! its very nice.. i dunno if venis might be better but i have used this with success too and its 100% free.
if interested on the page too: an util to convert innosetup to nsis scripts 
but neither way both is recently updated and is probaly also going to be updated in the future..
Why not write a nice installer in purebasic 

 ? i know some has been done 
but a real proffessional one for purebasic itself would be cool 
next big forum project? an installer has lots of small parts to be written.. uninstaller, the gui designing, procedures for unpacking etc well it could be an multi user project. i dont know.. what do you think?
 
			 
			
					
				
				Posted: Sat Mar 05, 2005 9:01 pm
				by NoahPhense
				They're all good.  But it's usually the user/developer who forgets to
change the name of the uninstaller.. and lets say they make 4 libraries
for pb.. and place the uninstall.exe in the pb directory.. it screws up the
previous uninstaller.
I custom name mine.  Try it if you haven't, 
www.liquidbuzz.com
download the ProcessIt Library.. install it, and check out the purebasic
root directory.
Code: Select all
SetOutPath "$INSTDIR\"
	CreateShortCut "$SMPROGRAMS\ProcessIt for PureBasic\Uninstall ProcessIt.lnk" "$INSTDIR\ProcessIt Uninstaller.exe"
- np
 
			 
			
					
				
				Posted: Sat Mar 05, 2005 9:02 pm
				by thefool
				i know that.. you have told me before   

 
			 
			
					
				
				Posted: Sat Mar 05, 2005 9:04 pm
				by NoahPhense
				thefool wrote:i know that.. you have told me before   

 
Sometimes, posts aren't just for your pleasure.. heh  
 
- np
 
			 
			
					
				
				Posted: Sun Mar 06, 2005 12:04 am
				by thefool
				
			 
			
					
				
				Posted: Sun Mar 06, 2005 12:43 am
				by NoahPhense
				thefool wrote:
 
Heh..
 
			 
			
					
				
				Posted: Mon Mar 07, 2005 5:06 pm
				by Fred
				The update pack 1 is available on smartupdate (and in update/ dir), it fixes the bugs reported since the release.
			 
			
					
				
				Posted: Mon Mar 07, 2005 5:36 pm
				by Lebostein
				Can I download the update pack without SmartUpdate? I have no internet at home and here on university I have no PureBasic to start the SmartUpdate...
			 
			
					
				
				Posted: Mon Mar 07, 2005 6:22 pm
				by freak
				The files can be downloaded from 
http://www.purebasic.com/update/ too.
 
			 
			
					
				
				Posted: Mon Mar 07, 2005 8:07 pm
				by NoahPhense
				Fred wrote:The update pack 1 is available on smartupdate (and in update/ dir), it fixes the bugs reported since the release.
Excellent, thanks.. works nice..
- np
 
			 
			
					
				
				Posted: Mon Mar 14, 2005 5:43 am
				by Randy Walker
				
			 
			
					
				
				Posted: Wed Mar 16, 2005 3:26 pm
				by newbie
				I have a bug with a missing "LIB" with this new version, posted in the bug forum.