Search found 25 matches
- Fri Mar 26, 2021 10:20 am
- Forum: Suggestions
- Topic: Add verbose logging to Command Line Build
- Replies: 1
- Views: 15784
Add verbose logging to Command Line Build
With the next update would it be possible to add a verbose logging option to the Command Line build parameters? We have a couple of setup projects that build without issue from within the UI. When we run the setups from Jenkins, the build fails and there is no indication of what the failure might ha...
- Fri Jan 24, 2020 9:28 am
- Forum: General Discussions
- Topic: Silent Build Question
- Replies: 3
- Views: 9300
Re: Silent Build Question
Thank you, Leo!
- Thu Jan 23, 2020 2:15 am
- Forum: General Discussions
- Topic: Silent Build Question
- Replies: 3
- Views: 9300
Silent Build Question
When performing a silent build of a project file, are these options available;
1. Output the build results to a log file?
2. Return an error level when the build fails?
1. Output the build results to a log file?
2. Return an error level when the build fails?
- Mon Apr 23, 2018 9:52 am
- Forum: Suggestions
- Topic: Updates
- Replies: 2
- Views: 17316
Re: Updates
Downloaded the update today, thank you!
- Mon Apr 09, 2018 7:13 pm
- Forum: Suggestions
- Topic: Updates
- Replies: 2
- Views: 17316
Updates
Can the next update include prerequisites for .NET Framework 4.7.1 and Visual C++ Runtime 2017?
Thank you.
Thank you.
- Mon Apr 09, 2018 11:20 am
- Forum: General Discussions
- Topic: CMDVAR Example
- Replies: 1
- Views: 7720
CMDVAR Example
Can you provide an example of using the CMDVAR feature? http://www.actualinstaller.com/help/commands.html Currently, we have; File: CMDVAR Parameters: "<InstallDir>\AppConfig.exe.config" Show: Hide Timing: After Intallation Wait: Yes OS: Any Run as admin: Yes In AppConfig.exe.config we hav...
- Tue Jan 23, 2018 10:41 am
- Forum: Suggestions
- Topic: Dialogs
- Replies: 6
- Views: 30873
Re: Dialogs
Leo; by Leo » Sun Aug 28, 2016 10:19 am This feature is already available: Dialogs \ User Information The problem here is that we only have an option for one custom field. What MyDataSolutions is asking for is an option to create a custom Dialog screen with multiple custom fields, in these case thre...
- Tue Aug 15, 2017 11:26 am
- Forum: General Discussions
- Topic: Close Running App on Uninstall
- Replies: 6
- Views: 20846
Re: Close Running App on Uninstall
Scad,
We also have an application like this. In our application, we placed a hook that traps a Application Shutdown and, depending on the type of shutdown, displays this type of message. If there is no user response after 30 seconds, the app continues with the shutdown request.
Greg
We also have an application like this. In our application, we placed a hook that traps a Application Shutdown and, depending on the type of shutdown, displays this type of message. If there is no user response after 30 seconds, the app continues with the shutdown request.
Greg
- Mon Jul 24, 2017 10:00 am
- Forum: General Discussions
- Topic: Fonts Intalling
- Replies: 2
- Views: 16101
Re: Fonts Intalling
I have had the same problem, cannot get any fonts to install. As a workaround, I have written a VB script to runs post install and this solves my issue. Hopefully, fonts can be installed and the problem is resolved in some future release. Set ofso = CreateObject("Scripting.FileSystemObject"...
- Tue Feb 28, 2017 9:48 am
- Forum: General Discussions
- Topic: Cannot Pre. Set the correct Working Folder
- Replies: 2
- Views: 13948
Re: Cannot Pre. Set the correct Working Folder
2017-02-28_4-30-58.jpg Paul, On the Installation, Shortcuts tab, when you create the shortcut, set the Working Directory to <InstallDir> attached is a screen shot. Also, I would suggest that you do not default your installation to install into the root drive of C:\, the Windows UAC places some rest...