Search found 19 matches

by markbell
26 Apr 2024, 13:47
Forum: Help
Topic: Multiple directories
Replies: 2
Views: 654

Re: Multiple directories

This is not directly possible with InstallForge. However, you could use the Custom Commands function: https://docs.installforge.net/how-tos/using-custom-commands/#run-a-custom-task-in-the-windows-cli Say, you want to install folder ABC into another location. Then I would just add ABC as a regular fo...
by markbell
26 Apr 2024, 13:34
Forum: Help
Topic: windows sandbox
Replies: 1
Views: 1623

Re: windows sandbox

Interesting. Please could you provide some more information as explained here: https://docs.installforge.net/contribut ... ing-a-bug/
by markbell
26 Apr 2024, 13:30
Forum: Bug Reports
Topic: Turkish translation problem
Replies: 1
Views: 2837

Re: Turkish translation problem

Thanks for this. Are you using GitHub? If yes, you could create a pull request: https://github.com/soner-boztas/install ... anslations
by markbell
26 Apr 2024, 13:28
Forum: Bug Reports
Topic: IFSetup.exe flagged by 12 security vendors
Replies: 2
Views: 2584

Re: IFSetup.exe flagged by 12 security vendors

Code: Select all

Also, why hasn't there been a developer response to this post? That smells very sus.
There is nothing sus. This issue has been commented a lot of times.

Have you code-signed your setup package?
by markbell
13 Jul 2023, 18:47
Forum: Help
Topic: [SOLVED] Desktop Shortcuts not Working
Replies: 3
Views: 1458

Re: Desktop Shortcuts not Working

You may configure the default installation path in InstallForge. In the section Setup -> Files just provide another default installation path.
by markbell
11 Jul 2023, 21:01
Forum: Help
Topic: [SOLVED] Desktop Shortcuts not Working
Replies: 3
Views: 1458

Re: Desktop Shortcuts not Working

Your shortcut names contain colons. This is not valid as shortcuts are files as well.
by markbell
11 Jul 2023, 21:00
Forum: Bug Reports
Topic: [FALSE-POSITIVE] virustotal.com seeing debugger detection?
Replies: 1
Views: 1295

Re: virustotal.com seeing debugger detection?

InstallForge does not contain any malware. These are false-positives. Have you code-signed your installer with a valid certificate?
by markbell
07 Jul 2023, 18:04
Forum: Help
Topic: [SOLVED] How can i change hosts file?
Replies: 1
Views: 1192

Re: How can i change hosts file?

Assuming your setup requires administrator rights, you could use the Commands functionality: https://installforge.net/docs/how-tos/using-custom-commands/ Here are the steps for your case. First, you will have to create a batch script which performs the modification of your host file. Add this batch ...