PB EasySetup - Setup maker for your program

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Thorsten, I've just noticed that the e-mail address and name do not appear in the final install program.

Is this a bug or am I doing something wrong?
I may look like a mule, but I'm not a complete ass.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

I've tried the egrid-setup the url and the email seems to be there.

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]
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

e-mail on it's way! :)
I may look like a mule, but I'm not a complete ass.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

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
It should work with *.txt. To get the right icon is a problem, if windows don't manage it. I will think about it.

[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]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

New Version 0.7.4

- 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)
(If you use spaces in the path, you must use quotes)
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
stubbsi
User
User
Posts: 50
Joined: Tue Jul 04, 2006 8:59 pm
Location: Mt Martha, Australia

Post by stubbsi »

Beauty!!

thanks
Vincit qui primum gerit
"The Old Farts Wins" or "He Conquers Who First Grows Old"
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

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]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

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]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Manual updated:
- 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]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

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]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

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
See script with example (...\Scripts\TestConst.vbs)
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

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
  • - 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
- Script 'RegDemoKey.vbs'
(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]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Is EasySetup international? (found: http://moshax.com) Can someone read this? :wink:

Image

Image
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

Version 0.8.0
- 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]
Character
Enthusiast
Enthusiast
Posts: 337
Joined: Mon Aug 07, 2006 3:51 pm
Location: Netherlands

Post by Character »

Arabic? :shock:

That's abacadabra for me..
Is it really your program?? Funny.

PS
I hope to update the language file this weekend.
Was too tired past days to do anything..

Happy newyear by the way!
Cessante causa cessat effectus
Post Reply