Hello Fred,
Does the PureBasic setup have commandline options?
I want to install the Windows-Version (x86/x64 and german/english) with the following options:
- installation directory
- german or english help
- no desktop symbol
- no start menu entry
- do not start purebasic after setup
thank you,
guido
PureBasic setup with commandline options
PureBasic setup with commandline options
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
PB Last Final / Last Beta Testing
Re: PureBasic setup with commandline options
PB uses innosetup, so may be you can give it a try to that:
http://www.jrsoftware.org/ishelp/index. ... tupcmdline
http://www.jrsoftware.org/ishelp/index. ... tupcmdline
Re: PureBasic setup with commandline options
Good to know.
Could I use one of these cmds to overwrite the preferences files?
Example:
Is there a cmdline option to force PureBasic_Windows_5.11_beta_1_x64_(xxxxxx).exe to use my c:\pb\prefs\PureBasic.prefs instead of what is packed in setup.exe?
Now I have to copy my prefs(PureBasic, Templates, Tools) to the install directory after installation.
Could I use one of these cmds to overwrite the preferences files?
Example:
Is there a cmdline option to force PureBasic_Windows_5.11_beta_1_x64_(xxxxxx).exe to use my c:\pb\prefs\PureBasic.prefs instead of what is packed in setup.exe?
Now I have to copy my prefs(PureBasic, Templates, Tools) to the install directory after installation.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Re: PureBasic setup with commandline options
It shouldn't have a .prefs in the installation package.
Re: PureBasic setup with commandline options
Ah, they are created on 1st use of the IDE if none exists?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Re: PureBasic setup with commandline options
Thank you! I will make some tests!Fred wrote:PB uses innosetup, so may be you can give it a try to that:
http://www.jrsoftware.org/ishelp/index. ... tupcmdline
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
PB Last Final / Last Beta Testing
Re: PureBasic setup with commandline options
Thank you,
it worked for me.
Now I can use a batch file to extend my development environment.
The batch file installs x86 and x64 in different directories with version number:
cu,
guido
it worked for me.
Now I can use a batch file to extend my development environment.
The batch file installs x86 and x64 in different directories with version number:
- .\x86\5.11.b1
- .\x64\5.11.b1
cu,
guido
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
PB Last Final / Last Beta Testing


