Search found 79 matches

Go to advanced search

by alco
Tue Nov 15, 2022 12:56 pm
Forum: Common Problems
Topic: Property value in localized property is not updated
Replies: 7
Views: 6236
 
Jump to post

Re: Property value in localized property is not updated

How to properly localize this then? In editing the property value of YourProperty, the only way to reference a property is by PseudoFormatted format, so I suppose there's no way to reference a property that changes during installation. Is there no other way? UPDATE: As a workaround, I tried to dupli...
by alco
Thu Nov 10, 2022 4:59 pm
Forum: Common Problems
Topic: Property value in localized property is not updated
Replies: 7
Views: 6236
 
Jump to post

Property value in localized property is not updated

I have a declared property called RELATEDPRODUCTFOUND_VERSION that is initially set to "0.0.0.0". This property is used in another property called YourProperty that is set to "Downgrade from [|RELATEDPRODUCTFOUND_VERSION] to [|ProductVersion]?" YourProperty is localized according...
by alco
Mon Aug 22, 2022 11:49 am
Forum: Installer Analytics
Topic: Updater window stays longer when Analytics is enabled
Replies: 7
Views: 122379
 
Jump to post

Re: Updater window stays longer when Analytics is enabled

Email sent. Thanks.
by alco
Thu Aug 11, 2022 10:43 am
Forum: Installer Analytics
Topic: Updater window stays longer when Analytics is enabled
Replies: 7
Views: 122379
 
Jump to post

Re: Updater window stays longer when Analytics is enabled

Yes, this is repeatable in at least 2 machines. Preconditions: 1. V2 has AI_IA_ENABLE="1" 2. V2 is set to launch the app in an upgrade scenario via custom action Steps: 1. Install V1 2. Launch updater to install V2. 3. App launches after the update while the updater window stays longer. In...
by alco
Mon Aug 08, 2022 10:10 am
Forum: Installer Analytics
Topic: Updater window stays longer when Analytics is enabled
Replies: 7
Views: 122379
 
Jump to post

Re: Updater window stays longer when Analytics is enabled

We're not really looking to hide the updater's GUI altogether, just the part where it's sending analytics data, w/c we assume happens at the end, past the point where update errors might happen. Is this not possible? Another concern with hiding the updater's GUI is how errors are shown to the user. ...
by alco
Thu Aug 04, 2022 4:22 pm
Forum: Installer Analytics
Topic: Updater window stays longer when Analytics is enabled
Replies: 7
Views: 122379
 
Jump to post

Updater window stays longer when Analytics is enabled

Normally the updater window closes quickly after our app auto-launches after an update. When we enabled Installer Analytics, however, the updater window stays longer than usual, around 30 secs, after our app auto-launches. Disabling analytics, i.e. adding AI_IA_ENABLE="0" to the CommandLin...
by alco
Tue Sep 07, 2021 6:19 pm
Forum: Common Problems
Topic: CustomAction AI_DETECT_MODERNWIN returned actual error code 1157
Replies: 1
Views: 8884
 
Jump to post

CustomAction AI_DETECT_MODERNWIN returned actual error code 1157

We have a customer who encountered "Error 1926. Failed to set file security for file 'C:\Users\xox52\AppData\Local\Temp\'. Error: 0" CreateFolders: 폴더: C:\Users\xox52\AppData\Local\Temp\ MSI (s) (90:C0) [13:15:19:163]: Transforming table Error. 오류 1926. 'C:\Users\xox52\AppData\Local\Temp\'...
by alco
Thu Sep 02, 2021 9:58 am
Forum: Common Problems
Topic: Slect Language dialog
Replies: 7
Views: 12075
 
Jump to post

Re: Slect Language dialog

In the years that have passed, has there been any submission of Thai translation? 18.6.1 doesn't seem to have it yet, so I'm wondering if it's still in the pipeline. If it is, do you have ETA of it landing in a build? If not, we'll proceed to w/ the translation. I'm just asking here first so we don'...
by alco
Fri Sep 18, 2020 11:44 am
Forum: Common Problems
Topic: Updater works but with Error: Update installation failed at the end
Replies: 10
Views: 18459
 
Jump to post

Re: Updater works but with Error: Update installation failed at the end

Thanks, but I think we would still want a more detailed updater logging going forward, to help troubleshoot issues like this. I hope you can relay this to the developers in case it's a possible improvement.
by alco
Fri Sep 11, 2020 3:10 pm
Forum: Common Problems
Topic: Hyperlink text on checkbox
Replies: 3
Views: 2926
 
Jump to post

Re: Hyperlink text on checkbox

In what regards the workaround, I would proceed as it follows: - the text that you do not want to be a hyperlink, make it part of the checkbox control (so the checkbox state is changed when you press it) - the text that you want to be a hyperlink, make it part of the hyperlink control The problem w...
by alco
Thu Sep 10, 2020 2:36 pm
Forum: Common Problems
Topic: Updater works but with Error: Update installation failed at the end
Replies: 10
Views: 18459
 
Jump to post

Re: Updater works but with Error: Update installation failed at the end

I know this post is old but the problem can still bite, like in my case, so is there any way to debug/trace this error so we can find the root cause? I've already checked the Update Installed Detection part and everything seems to be in order. It'd be helpful if there's some "debug mode" t...
by alco
Wed Sep 09, 2020 4:44 pm
Forum: Common Problems
Topic: Application Restart: Restart Always option in Auto Close Application does not work as intended
Replies: 1
Views: 1873
 
Jump to post

Application Restart: Restart Always option in Auto Close Application does not work as intended

The option, per the Help file, is supposed to restart the app "no matter what if was running before installing updates or not." What I've observed, however, is totally unexpected behavior: 1. I tried updating w/ current installed app not running, but it didn't start the app after update. 2...
by alco
Wed Sep 09, 2020 3:22 pm
Forum: Common Problems
Topic: Anchor tags in Korean/Japanese text in Hyperlink clips the other text outside the tag
Replies: 2
Views: 2199
 
Jump to post

Anchor tags in Korean/Japanese text in Hyperlink clips the other text outside the tag

The screenshot below shows the issue in an actual installer.exe file when Korean language is selected at the start of the installer step. Those are the text that are enclosed in anchor <a></a> tags. The other text outside the tags got clipped. The issue also seems to happen in the Dialog designer it...
by alco
Wed Sep 09, 2020 10:31 am
Forum: Common Problems
Topic: Hyperlink text on checkbox
Replies: 3
Views: 2926
 
Jump to post

Hyperlink text on checkbox

Is there a way to make a checkbox's text able to have hyperlink in any or all parts? I've seen the workaround where the checkbox's text is removed and a Hyperlink control is added next to it w/c contains the text. The problem w/ this is that when you click on the normal part (non-hyperlink part) of ...
by alco
Tue Jul 23, 2019 3:55 pm
Forum: Common Problems
Topic: Localized group accounts resolved to empty string in English system language
Replies: 9
Views: 7642
 
Jump to post

Re: Localized group accounts resolved to empty string in English system language

Thanks, Daniel! I can confirm that the issue appears to be solved: - no more "SID WARNING: User account '[GRP_EVERYONE]' resolved to an empty string!" in English system language - permissions are applied correctly in English system language - no BUILTIN user account entry in English system...

Go to advanced search