Search found 8 matches

by makemyday
07 Jul 2024, 08:44
Forum: Help
Topic: Enhancement: Support of Code Signing Certificate during package creation.
Replies: 1
Views: 1595

Re: Enhancement: Support of Code Signing Certificate during package creation.

I would propose to bring in the signature part under the [Build] section of InstallForge.

Image

Bringing in certificates via other varieties are also possible.
by makemyday
06 Jul 2024, 14:14
Forum: Help
Topic: Enhancement: Support of Code Signing Certificate during package creation.
Replies: 1
Views: 1595

Enhancement: Support of Code Signing Certificate during package creation.

It would be beneficial if the InstallForge tool would include a Code Signing Certificate during package creation in one go. Currently I follow the documented work method from the following link: https://stackoverflow.com/questions/84847/how-do-i-create-a-self-signed-certificate-for-code-signing-on-w...
by makemyday
13 Apr 2024, 17:48
Forum: Help
Topic: Unexpected error during package creation
Replies: 1
Views: 3374

Re: Unexpected error during package creation

Obviously, there is no DEBUG setting/switch and no one is aware of the error.
by makemyday
24 Feb 2024, 12:02
Forum: Help
Topic: Unexpected error during package creation
Replies: 1
Views: 3374

Unexpected error during package creation

In some cases, the build process ends in an error like ERROR: Could not archive uninstaller! . This is one tiny example. To start build process doesn't help her, only to restart the InstallForge resolves the problem. In other situations, I faced other problems, which were not so easy to resolve the ...
by makemyday
26 Jan 2024, 17:20
Forum: Help
Topic: Uninstall data via an uninstall script
Replies: 0
Views: 3713

Uninstall data via an uninstall script

How can I uninstall data which were installed via an installation script previously? Any workaround or official functionality available? For the time being I only can use a script for additional actions like setting up new folder permissions or install files aside from installation folder. If I want...
by makemyday
26 Jan 2024, 17:13
Forum: Help
Topic: How can I start multiple installforge instances
Replies: 0
Views: 3410

How can I start multiple installforge instances

In some cases, it is very useful to have multiple IF instances open at the same time. One acts as a reference and the other one is acting as the current configuration.
Is there an option to establish this functionality with the latest IF version 1.4.4.
by makemyday
31 Dec 2023, 14:44
Forum: Help
Topic: How can I install files into different destination folders
Replies: 1
Views: 1874

Re: How can I install files into different destination folders

Well, I found a bumpy workaround for the faced problem:
I have to use "Add Folder" instead of single files. But then all the unwanted files are also included to the setup, if not cleaned prior.
The selection of specific files would be even better instead of the whole folder structure.
by makemyday
31 Dec 2023, 13:42
Forum: Help
Topic: How can I install files into different destination folders
Replies: 1
Views: 1874

How can I install files into different destination folders

I'm trying to prepare my setup configuration by using different destination folder, not only the " Default Installation Path " The default installation path is called <ProgramFiles>\<Company>\<AppName>\ and all files are stored in this ONE folder, independently from the source. In this cas...