Search found 30 matches

Go to advanced search

by karlf
Thu May 30, 2019 6:17 pm
Forum: Building Installers
Topic: Set registry entry based off value from language selection dialog
Replies: 2
Views: 2500
 
Jump to post

Re: Set registry entry based off value from language selection dialog

In doing some further research, I was able to find this thread: https://www.advancedinstaller.com/forums/viewtopic.php?t=8146 That suggests using the method shown on this page: https://www.advancedinstaller.com/user-guide/qa-32-64-bit-registry.html While this is currently working for me, I'm wonderi...
by karlf
Thu May 30, 2019 12:52 am
Forum: Building Installers
Topic: Set registry entry based off value from language selection dialog
Replies: 2
Views: 2500
 
Jump to post

Set registry entry based off value from language selection dialog

Hello, I currently have a multi-language installer in which the user chooses their install language as the first step. After the user chooses their install language, I would like to set a registry value based off their selection, as my program reads the registry to know what language it should displ...
by karlf
Tue Apr 24, 2018 7:11 pm
Forum: Common Problems
Topic: Updates don't work in localized language installer
Replies: 1
Views: 1614
 
Jump to post

Updates don't work in localized language installer

I am creating an installer that will get updates. This installer has 4 builds: DEV, TEST, STAGE, PROD. In order to maintain 1 single installer that can point to 4 different URLs (DEV url, TEST url, etc..) for updates. This is done by making a property called "UpdatesURL" and for each build...
by karlf
Mon Apr 23, 2018 5:53 pm
Forum: Building Installers
Topic: Build Translation Language Property
Replies: 1
Views: 1883
 
Jump to post

Build Translation Language Property

Hello, I am wondering if there is a property that I can reference that will expose the language the build is currently being built/run in. Currently, I am translating an installer from English into Chinese. In the future it is expected to expand to other languages as well. In our installer, we have ...
by karlf
Tue Apr 03, 2018 3:36 pm
Forum: Common Problems
Topic: Updater.exe issues
Replies: 3
Views: 4393
 
Jump to post

Re: Updater.exe issues

Daniel, When I run the command: Updater.exe /set loglevel "Error|Debug" I get no command line output from the updater to indicate either success or failure. I am also unable to see any logs output in the download location. I'm looking in the downloads folder that's specified in the "C...
by karlf
Thu Mar 29, 2018 9:45 pm
Forum: Common Problems
Topic: Updater.exe issues
Replies: 3
Views: 4393
 
Jump to post

Updater.exe issues

I am using AI version 14.7. I have been trying to make an update for my program and have been running into an interesting issue. When I run the updater to check for an update, it sees that I have an update on the server and does the download, then I see a quick flash of text that says "Checking...
by karlf
Thu Mar 29, 2018 7:02 pm
Forum: Common Problems
Topic: Updater frequency check
Replies: 3
Views: 7234
 
Jump to post

Updater frequency check

Hello, I am wondering where the value for the updates frequency check is stored in updater.exe. In this thread: https://www.advancedinstaller.com/forums/viewtopic.php?t=34128 it is mentioned that in the updater.ini file, there is a "CheckFrequency" line. However, my updater.ini doesn't hav...
by karlf
Fri Jun 16, 2017 10:53 pm
Forum: Common Problems
Topic: Signing Questions
Replies: 1
Views: 2107
 
Jump to post

Signing Questions

Hello, We are signing our program with a EV code signing certificate from DigiCert. This certificate lives on a different server from where the AI build runs. I have 2 questions: First, I am wondering if the following scenario will produce any issues: After I finish my Visual Studio build, I transfe...
by karlf
Wed May 10, 2017 11:12 pm
Forum: Common Problems
Topic: Custom action without sequence not running
Replies: 1
Views: 1827
 
Jump to post

Custom action without sequence not running

Hello, I am trying to configure AI to detect if a particular driver is installed, and if it isn't run a custom action to install it. I am doing the detection with a powershell script, and that works fine. However, I followed the instructions here: http://www.advancedinstaller.com/user-guide/qa-execu...
by karlf
Thu May 04, 2017 4:36 pm
Forum: Feature Requests
Topic: Support for updater locations per build
Replies: 3
Views: 5733
 
Jump to post

Re: Support for updater locations per build

Eusebiu, Thanks for the reply. I'm trying to better understand your first suggestion, looking into properties seems to be promising, but I'm wondering 2 things: 1. Is there a way to swap out the values of both the Pre-install updates as well as the updates configuration file URL's at build time base...
by karlf
Wed May 03, 2017 5:20 pm
Forum: Common Problems
Topic: Launch File custom action command line error
Replies: 8
Views: 8109
 
Jump to post

Re: Launch File custom action command line error

Here is the last .inf file from above, since I'm not allowed to attach more than 3 files to 1 post
by karlf
Wed May 03, 2017 5:18 pm
Forum: Common Problems
Topic: Launch File custom action command line error
Replies: 8
Views: 8109
 
Jump to post

Re: Launch File custom action command line error

Hi Daniel, Thanks for the pointers on what to do, it was a help. The solution you posted does indeed help, and it worked for me. For my last question related to this, I am wondering about the installation of drivers using the drivers page. I have done some research and contacted the support team and...
by karlf
Tue May 02, 2017 6:52 pm
Forum: Feature Requests
Topic: Support for updater locations per build
Replies: 3
Views: 5733
 
Jump to post

Support for updater locations per build

It would be very nice if AI could support having updater options be available per build. For example, I currently maintain 4 separate AI projects with the only difference between the 4 of them being the location that is pointed to for updates. This is so I can maintain a DEV/TEST/STAGE/PROD versions...
by karlf
Tue May 02, 2017 6:34 pm
Forum: Common Problems
Topic: Launch File custom action command line error
Replies: 8
Views: 8109
 
Jump to post

Re: Launch File custom action command line error

Hello, I am looking into the other workaround mentioned as well, I'm trying to find the best solution of my available options. I was wondering about the vbs script option. I tried to add that code and change bat.bat to the name of my script, however, I get an error message saying the script failed t...
by karlf
Tue Apr 25, 2017 4:14 pm
Forum: Common Problems
Topic: Launch File custom action command line error
Replies: 8
Views: 8109
 
Jump to post

Re: Launch File custom action command line error

Thank you for the response. I have decided to go with the workaround provided, of just running the entire installation as administrator. That seems to work for now

Go to advanced search