Search found 7 matches

Go to advanced search

by tserg
Thu Oct 26, 2023 12:25 pm
Forum: Common Problems
Topic: AI_GetMsiProperty returns empty result
Replies: 5
Views: 6394
 
Jump to post

Re: AI_GetMsiProperty returns empty result

Catalin,

thank you. I think this issue is resolved for now.
by tserg
Tue Aug 29, 2023 10:03 pm
Forum: Common Problems
Topic: AI_GetMsiProperty returns empty result
Replies: 5
Views: 6394
 
Jump to post

Re: AI_GetMsiProperty returns empty result

Catalin,

i was told they put credential in the boxes, also i can see log entries telling me so.
this custom action is attached to UI trigger and usually works well.
could you share an address to where i can send the log?

upd
we addressed this issue with using another machine.
by tserg
Thu Aug 24, 2023 4:45 pm
Forum: Common Problems
Topic: AI_GetMsiProperty returns empty result
Replies: 5
Views: 6394
 
Jump to post

AI_GetMsiProperty returns empty result

hello, i have an installer which works pretty well usually. At some step it asks user for credential and does a check. It looks into AD and does other stuff. There is one system which does not allow powershell custom action to retrieve user name: === code === $userName = AI_GetMsiProperty USER_NAME ...
by tserg
Fri Mar 31, 2023 7:20 pm
Forum: Common Problems
Topic: How to properly run a custom action after everything was installed
Replies: 3
Views: 3012
 
Jump to post

Re: How to properly run a custom action after everything was installed

Liviu, thank you for your help. i found that specifically in case of settings i posted "Write-Output" cmdlet did not produce output to installer log. It obscured me at first. Later i added own logging functionality and found that custom action runs well. Also it let me found the root cause...
by tserg
Thu Mar 30, 2023 4:26 pm
Forum: Common Problems
Topic: How to properly run a custom action after everything was installed
Replies: 3
Views: 3012
 
Jump to post

How to properly run a custom action after everything was installed

hello, i have a strange issue. I built an installer deploying some dependencies as 'Chained' to be able to setup product using nested MSI rather than full-blown installer. They are IIS Rewrite module and Request Router. i have to run PS script to enable Request Router. So well I have a custom action...
by tserg
Thu Oct 07, 2021 2:43 pm
Forum: Common Problems
Topic: IIS with URL Rewrite module as Prerequisites
Replies: 3
Views: 7976
 
Jump to post

Re: IIS with URL Rewrite module as Prerequisites

Liviu, thank you for quick response.

i moved IIS URL Rewrite module to the post-install stage. It helps me as i don't need rewrite working during setup procedures.
by tserg
Wed Oct 06, 2021 5:31 pm
Forum: Common Problems
Topic: IIS with URL Rewrite module as Prerequisites
Replies: 3
Views: 7976
 
Jump to post

IIS with URL Rewrite module as Prerequisites

i need enabled IIS with URL Rewrite module to have my program working. i enabled Internet Information Services in Available Windows Features pane and IIS URL Rewrite 2.1 in Packages -> Predefined Prerequisites. it looks like resulting setup launches URL Rewrite module before enabling Windows Feature...

Go to advanced search