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 ...
Search found 19 matches
- 26 Apr 2024, 13:47
- Forum: Help
- Topic: Multiple directories
- Replies: 2
- Views: 37778
- 26 Apr 2024, 13:36
- Forum: Help
- Topic: Error: Could not create setup or Error: Could not create configuration archive to setup.
- Replies: 1
- Views: 29947
- 26 Apr 2024, 13:34
- Forum: Help
- Topic: windows sandbox
- Replies: 1
- Views: 27895
Re: windows sandbox
Interesting. Please could you provide some more information as explained here: https://docs.installforge.net/contribut ... ing-a-bug/
- 26 Apr 2024, 13:30
- Forum: Bug Reports
- Topic: Turkish translation problem
- Replies: 1
- Views: 442290
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
- 26 Apr 2024, 13:29
- Forum: Bug Reports
- Topic: Setup Error! Could not read setup package!
- Replies: 7
- Views: 82768
Re: Setup Error! Could not read setup package!
Should be reported on GitHub: https://github.com/soner-boztas/installforge/issues
- 26 Apr 2024, 13:28
- Forum: Bug Reports
- Topic: IFSetup.exe flagged by 12 security vendors
- Replies: 2
- Views: 41797
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.Have you code-signed your setup package?
- 13 Jul 2023, 18:47
- Forum: Help
- Topic: [SOLVED] Desktop Shortcuts not Working
- Replies: 3
- Views: 28015
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.
- 11 Jul 2023, 21:01
- Forum: Help
- Topic: [SOLVED] Desktop Shortcuts not Working
- Replies: 3
- Views: 28015
Re: Desktop Shortcuts not Working
Your shortcut names contain colons. This is not valid as shortcuts are files as well.
- 11 Jul 2023, 21:00
- Forum: Bug Reports
- Topic: [FALSE-POSITIVE] virustotal.com seeing debugger detection?
- Replies: 1
- Views: 37221
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?
- 07 Jul 2023, 18:04
- Forum: Help
- Topic: [SOLVED] How can i change hosts file?
- Replies: 1
- Views: 14080
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 ...
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 ...