Search found 12 matches

Go to advanced search

by Clutch
Fri May 10, 2019 2:46 am
Forum: Building Installers
Topic: Installation continues even with blank or wrong serial number
Replies: 8
Views: 4053
 
Jump to post

Re: Installation continues even with blank or wrong serial number

Thanks for the reply Catalin. After reading your reply I took a long look at the project and through all my testing I must have ended up corrupting the install. So I started from scratch and now it is working! :) Thanks again.
by Clutch
Thu May 09, 2019 3:51 am
Forum: Building Installers
Topic: Installation continues even with blank or wrong serial number
Replies: 8
Views: 4053
 
Jump to post

Re: Installation continues even with blank or wrong serial number

After several more hours of testing I have something that works (more of a work around). I moved the UserRegistrationDlg past the ReadmeDlg and the LicenseAgreementDlg. In the UserRegistrationDlg's published events it now shows FSversionSelect as the 'Display a specific dialog' which would now be th...
by Clutch
Wed May 08, 2019 7:48 pm
Forum: Building Installers
Topic: Installation continues even with blank or wrong serial number
Replies: 8
Views: 4053
 
Jump to post

Re: Installation continues even with blank or wrong serial number

As an update, I was able to stop AI from progressing to the next Dialog with a little powershell script checking to ensure the Serial Number Edit Box was not empty. So that's half of the battle. But once the custom action AI_VALID_SERIAL is invoked I cannot find a way to stay on the UserRegistration...
by Clutch
Wed May 08, 2019 3:28 pm
Forum: Building Installers
Topic: Installation continues even with blank or wrong serial number
Replies: 8
Views: 4053
 
Jump to post

Re: Installation continues even with blank or wrong serial number

Catalin, maybe you can take a look at this?
by Clutch
Tue May 07, 2019 6:34 pm
Forum: Building Installers
Topic: Installation continues even with blank or wrong serial number
Replies: 8
Views: 4053
 
Jump to post

Re: Installation continues even with blank or wrong serial number

Thank you for replying Daniel. I have read your reply and as far as I can see that is how it is set up. For this testing I am trying to keep everything as AI defaults in your tutorials. So I took some screenshots. I added AI’s default UserRegistrationDlg. I ran the build as it is shown and tested it...
by Clutch
Sun May 05, 2019 6:52 pm
Forum: Building Installers
Topic: Installation continues even with blank or wrong serial number
Replies: 8
Views: 4053
 
Jump to post

Installation continues even with blank or wrong serial number

I have added your default UserRegistrationDlg to perform a sever-side validation. It works as expected if I enter the correct serial number. It's when the serial number is incorrect or the PIDKEY edit box is empty I encounter issues with two scenarios: If I enter the wrong serial number in the PIDKE...
by Clutch
Thu Dec 27, 2018 3:06 am
Forum: Building Installers
Topic: Remain on Dialog after Error Message
Replies: 4
Views: 2538
 
Jump to post

Re: Remain on Dialog after Error Message

Well after another look at this it appears the 'elseif' condition is working. Thought I tested with this or enough testing but it appears to be working for me now. Maybe it was just a type. So I would now say all is good.

Best of the New Year for you and yours :D
by Clutch
Tue Dec 25, 2018 11:12 pm
Forum: Building Installers
Topic: Remain on Dialog after Error Message
Replies: 4
Views: 2538
 
Jump to post

Re: Remain on Dialog after Error Message

Thank you for such a quick reply. It works like a charm except for an issue I did not explain clearly in my previous thread. You see, a User has six app versions to choose from (via checkboxes). What happens with your edits applied is only the last App version (in this case App3), works correctly. I...
by Clutch
Sun Dec 23, 2018 6:33 pm
Forum: Building Installers
Topic: Remain on Dialog after Error Message
Replies: 4
Views: 2538
 
Jump to post

Remain on Dialog after Error Message

I have a custom Dialog (SelVer), where the User will select (via checkbox), which version of an application they already have installed. Using a custom PowerShell script I am able to verify if this application is truly installed: If ((AI_GetMsiProperty CHECKBOX_APP_PROP -eq "CheckBox") -an...
by Clutch
Thu Oct 25, 2018 8:21 pm
Forum: Building Installers
Topic: Install some files outside the APPDIR and using CheckBox
Replies: 5
Views: 3802
 
Jump to post

Re: Install some files outside the APPDIR and using CheckBox

Again Catalin, II must say the support here is superb. This is my first time with PowerShell as I normally code with VBscript. That simple change got the script working! So this leads to hopefully two ending questions: 1. Could I have written the same inline script with VBscript? I assume AI allows ...
by Clutch
Wed Oct 24, 2018 8:00 pm
Forum: Building Installers
Topic: Install some files outside the APPDIR and using CheckBox
Replies: 5
Views: 3802
 
Jump to post

Re: Install some files outside the APPDIR and using CheckBox

Thank you for such a detailed response. As a test, I was able to get my first question answered with the following inline code: # Block for declaring the script parameters. Param() # Your code goes here. $appDir = AI_GetMsiProperty APPDIR $installationPath = AI_GetMsiProperty INSTALL_PATH + "\S...
by Clutch
Sat Oct 20, 2018 2:58 pm
Forum: Building Installers
Topic: Install some files outside the APPDIR and using CheckBox
Replies: 5
Views: 3802
 
Jump to post

Install some files outside the APPDIR and using CheckBox

Question 1 Can AI copy or move specific files that are included with my app to a custom location that is different than the app install location (APPDIR)? If so, I have not been able to find a way. For example, I created a “3rd-party” app that works with a program already installed. Let’s call that ...

Go to advanced search