PB EasySetup - Setup maker for your program
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
I've tried the egrid-setup the url and the email seems to be there.
Can you give/send me an example?
Can you give/send me an example?
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
It should work with *.txt. To get the right icon is a problem, if windows don't manage it. I will think about it.stubbsi wrote:Is there any chance that you can allow a .txt file to be part of the Program Directory entries in addition to help etc.
And could it also be allowed in User Defined Tasks/Additional Links - this is where I have put them, but by just typing the name of the file, I do not get the .txt icon
Cheers
[edit]
I found a solution for the icons and I'm working on it. (Adding 'All Files (*.*)' to file requester to add '*.txt' and ....)
[/edit]
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
New Version 0.7.4
- StartMenu: Correct icons for all known file extensions (e.g. "*.txt" or "*.pdf")
- Program parameter for the installer
- StartMenu: Correct icons for all known file extensions (e.g. "*.txt" or "*.pdf")
- Program parameter for the installer
- /Q (without GUI)
"/P:C:\Program Files\EasySetup\" (program directory)
/S:EasySetup (StartMenu folder)
/R:1 (run external program)
(0 = none / 1 = before+after / 2 = only before / 3 = only after)
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
New Version 0.7.5
- - User Task: New variable '%ProgDir%' for registry entries. (combobox for value)
- Special Tasks: Program parameter for program shortcuts (Desktop / StartMenu)
- Bugfix Uninstaller: Delete StartMenu folder with user shortcuts
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
New Version 0.7.6
- - Bugfix Uninstaller: missing translation for 'Version'
- Installer: New Option 'Create no startmenu entry.'
- Translation of the startmenu entries for 'Homepage' and 'Uninstaller'
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Manual updated:
- additional programs for the installer
- commandline parameter for the installer
- additional programs for the installer
- commandline parameter for the installer
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
New Version 0.7.7
- - possibility to execute a script (JScript/VBScript) at the end of installation
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Aktuelle Version 0.7.8
- - Possibility to execute a script (JScript/VBScript) before uninstallation
- Constants for scripts available:- esProgDir (program directory)
esSetupDir (temporary setup directory)
esStartMenuDir (StartMenu directory)
esGUID (GUID of the program
- esProgDir (program directory)
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
The first EasySetup release for this year.
New Version 0.7.9
- Use a GUID instead '\EasySetup' for temporary directory
- Some changes in the window for mutex programcode
- Bugfixes: Update check
- New User Task: Register ActiveX file (untested)
- New 'About' - Window
- New User Task: Link file extension with program
- Doubleclick on project file opens EasySetup
- Icon selection improved
(Create a registry key with the end of demo period)
I was not able to test ActiveX registration, because I have no program with a ActiveX DLL.
New Version 0.7.9
- Use a GUID instead '\EasySetup' for temporary directory
- Some changes in the window for mutex programcode
- Bugfixes: Update check
- New User Task: Register ActiveX file (untested)
- New 'About' - Window
- New User Task: Link file extension with program
- Doubleclick on project file opens EasySetup
- Icon selection improved
- - Load Program File: automatic selection of the first icon
- File extension <> *.exe: Shows the icon for the file extension
- User Tasks: Selection of a icon file (source directory) possible
(Create a registry key with the end of demo period)
I was not able to test ActiveX registration, because I have no program with a ActiveX DLL.
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Version 0.8.0
- Requester (Yes/No) during installation possible, if you associate a file extension with the program
- Requester (Yes/No) during installation possible, if you associate a file extension with the program
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]