Page 2 of 3
					
				
				Posted: Tue Mar 01, 2005 10:55 pm
				by RJP Computing
				Nope don't worry PureBasic doesn't use InstallShield.
They use INNO Setup and it is a great free package. You can tell if you open 'Regedit' and browse over to here
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PureBasic_is1
*EDIT*
Fred beat me to it. 

 
			 
			
					
				
				Posted: Wed Mar 02, 2005 3:28 am
				by SR-Games
				Thank you for all of your hard work, Fred.  

 
			 
			
					
				
				Posted: Wed Mar 02, 2005 7:52 am
				by IceSoft
				3.93 is an important bugfix version.
Thanks to Fred. And thanks to all testers too!
			 
			
					
				
				Posted: Wed Mar 02, 2005 9:12 am
				by dige
				Fred, thank you very much for your good hard work!
cya dige
			 
			
					
				
				Posted: Wed Mar 02, 2005 12:34 pm
				by BinoX
				Thanks for your hard work Fred.
Another great release 
*Back to developing*
 
			 
			
					
				Link for manual updates
				Posted: Thu Mar 03, 2005 4:42 am
				by Armoured
				Hi
Thanks for your work Fred.  Can you say to me the link for the updates released after the main compiler?
			 
			
					
				
				Posted: Thu Mar 03, 2005 2:31 pm
				by Henrik
				http://www.purebasic.com/download.php3
[->] Purebasic user account
Or use SmartUpdate.exe in your ..\PureBasic\  directory.
 
			 
			
					
				Re: Link for manual updates
				Posted: Thu Mar 03, 2005 5:44 pm
				by gnozal
				Armoured wrote:Hi
Thanks for your work Fred.  Can you say to me the link for the updates released after the main compiler?
I hope it's still 
http://www.purebasic.com/update because the updater don't work for me.
 
			 
			
					
				
				Posted: Fri Mar 04, 2005 10:58 am
				by Skipsy
				Hi Fred,
I can't access to the download page. It asks for my PureBasic login,
I have tried with my forum account, my EMail (the one you sent to me
when I paied). In both cases it says "Account unkonwn".
Any idea ?
Thks
William.
			 
			
					
				
				Posted: Fri Mar 04, 2005 1:57 pm
				by aaron
				Skipsy wrote:I can't access to the download page. It asks for my PureBasic login,
I have tried with my forum account, my EMail (the one you sent to me
when I paied). In both cases it says "Account unkonwn".
Email 
support@purebasic.com rather than waiting for someone to come across the posting here. The correct login is the email address that you used to buy purebasic. Perhaps you have forgotten the password?
 
			 
			
					
				
				Posted: Sat Mar 05, 2005 11:03 am
				by Dare2
				Thanks for this great release!
			 
			
					
				
				Posted: Sat Mar 05, 2005 12:20 pm
				by Num3
				Why not use 7Zip with an install script!?
I had this directory RAR'ed and size was 3.8Gb, with 7Zip it crammed it to 1.9Gb!!!!
			 
			
					
				
				Posted: Sat Mar 05, 2005 12:22 pm
				by Num3
				<< User area request >>
Would it be possible to add the file size in front of the download link?
			 
			
					
				
				Posted: Sat Mar 05, 2005 1:17 pm
				by Fred
				Good idea for the size I will investigate. About the 7Zip stuff, AFAIK Innosetup uses the same algo for compressing so you won't save anything..
			 
			
					
				
				Posted: Sat Mar 05, 2005 7:29 pm
				by Gansta93
				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.