Search found 11 matches

Go to advanced search

by kmauzoul
Wed Dec 21, 2022 6:27 pm
Forum: Common Problems
Topic: Inline Powershell Script - unauthorized access error
Replies: 1
Views: 2613
 
Jump to post

Inline Powershell Script - unauthorized access error

Hello - I have a simple inline powershell script that I am running to get the fully qualified domain name: $myFQDN=(Get-WmiObject win32_computersystem).DNSHostName+"."+(Get-WmiObject win32_computersystem).Domain AI_SetMsiProperty FQDN $myFQDN However, I'm met with this error in the logs - ...
by kmauzoul
Wed May 04, 2022 8:43 pm
Forum: Common Problems
Topic: "A more recent version of SmartViews Test is already installed on this computer"
Replies: 3
Views: 1481
 
Jump to post

Re: "A more recent version of SmartViews Test is already installed on this computer"

Catalina -

Thank you ! This is an awesome read and makes perfect sense -
by kmauzoul
Fri Apr 29, 2022 3:58 pm
Forum: Common Problems
Topic: "A more recent version of SmartViews Test is already installed on this computer"
Replies: 3
Views: 1481
 
Jump to post

"A more recent version of SmartViews Test is already installed on this computer"

Good Morning, I'm currently running into this problem with an installer we wrote - The Upgrade code has remained the same through the life of this, with only the Product Code changes. We created a new project and ported the Upgrade code but the error still persists. Attached is the new project we cr...
by kmauzoul
Sat Feb 06, 2021 3:57 pm
Forum: Building Installers
Topic: "Show Only If" UI does not return to FolderDlg Dialog
Replies: 2
Views: 2114
 
Jump to post

Re: "Show Only If" UI does not return to FolderDlg Dialog

Nevermind - I refactored the sequences of dialogs and jump straight to the "Register Keys" screen if they selected client.
by kmauzoul
Sat Feb 06, 2021 1:15 pm
Forum: Building Installers
Topic: "Show Only If" UI does not return to FolderDlg Dialog
Replies: 2
Views: 2114
 
Jump to post

"Show Only If" UI does not return to FolderDlg Dialog

Hello, I'm having trouble understanding the concept behind "Show Only If". I currently have a Dialog box that asks user to select the Install type (New Company or Client setup). The intent is if they select New Company, this is a brand new install and will do some particular custom actions...
by kmauzoul
Mon Sep 14, 2020 6:00 pm
Forum: Common Problems
Topic: Custom Action with 3rd party dll not loading
Replies: 11
Views: 5963
 
Jump to post

Re: Custom Action with 3rd party dll not loading

Hello Karl, Thank you for your patience on this. After a lot of testing and investigations, I was finally able to find the root cause of this problem and a solution to it. Long story short, the problem here is the fact that the custom action DLL is expecting the other DLL (CryptoLicensing) next to ...
by kmauzoul
Fri Aug 28, 2020 2:41 pm
Forum: Common Problems
Topic: Custom Action with 3rd party dll not loading
Replies: 11
Views: 5963
 
Jump to post

Re: Custom Action with 3rd party dll not loading

Hello, I am not the developer of that dll I see. I am not quite sure this has to do with the extract location of your .DLL file. In order for me to further investigate this, could you please forward me the following resources: - a copy of your .AIP file - a download link of the setup - a test case ...
by kmauzoul
Tue Aug 18, 2020 8:10 pm
Forum: Common Problems
Topic: Custom Action with 3rd party dll not loading
Replies: 11
Views: 5963
 
Jump to post

Re: Custom Action with 3rd party dll not loading

Just emailed (sorry for the delay)
by kmauzoul
Mon Aug 10, 2020 5:34 pm
Forum: Common Problems
Topic: Custom Action with 3rd party dll not loading
Replies: 11
Views: 5963
 
Jump to post

Re: Custom Action with 3rd party dll not loading

I am not the developer of that dll Though I don't think it has to be in a specific location. I would assume it would have to be found in the same location of wherever it's being invoked from as this DLL does not throw error(s) from my application itself (which also uses this dll to verify their lice...
by kmauzoul
Fri Jul 31, 2020 5:43 pm
Forum: Common Problems
Topic: Custom Action with 3rd party dll not loading
Replies: 11
Views: 5963
 
Jump to post

Re: Custom Action with 3rd party dll not loading

Hello and welcome to our forums, If the .DLL file is added as a "Temporary File" , please note that, by default, temporary files are deleted at the end of the installation. Most likely, when you are trying to execute the custom action from the "Finish" button, the .DLL file is n...
by kmauzoul
Tue Jul 28, 2020 4:02 pm
Forum: Common Problems
Topic: Custom Action with 3rd party dll not loading
Replies: 11
Views: 5963
 
Jump to post

Custom Action with 3rd party dll not loading

Hello, I have been struggling to figure out why a 3rd party dll will not load during a Custom Action. I have a custom action that references a 3rd party DLL to create a "temporary" license when the install finishes and user clicks Finish. What I've tried: Putting all custom action Dlls in ...

Go to advanced search