Search found 8475 matches

by Alexander Riedel
Thu Mar 14, 2024 4:15 pm
Forum: PowerShell
Topic: Running a script during MSI install
Replies: 6
Views: 1934

Re: Running a script during MSI install

Have you tried setting a "Manifest for elevation" for the packaged executable? Generally a custom action gets executed with admin privileges when "deferred" and "no impersonation" is checked. That executes the custom action under the system account. Now, if you ALSO wan...
by Alexander Riedel
Wed Mar 13, 2024 12:14 pm
Forum: PowerShell
Topic: Running a script during MSI install
Replies: 6
Views: 1934

Re: Running a script during MSI install

I don't know your use case, so I'll just throw in some opinions here, which also may benefit anyone finding this later. I would never recommend setting the execution policy in an installer to anything, let alone 'unrestricted'. I think this should always be left to whoever is in charge of that compu...
by Alexander Riedel
Tue Mar 12, 2024 3:58 pm
Forum: PowerShell
Topic: Running a script during MSI install
Replies: 6
Views: 1934

Re: Running a script during MSI install

I am not sure what your expectation is here. Import-Module is a session specific thing. So it will import that module in the script that runs as a custom in the installer. It has no lasting effect on other scripts.
That the action runs is verified by the registry entries existing after the install.
by Alexander Riedel
Tue Mar 12, 2024 10:11 am
Forum: VersionRecall
Topic: Version Recall 2024 DateStamps on Files with Same Date
Replies: 4
Views: 331

Re: Version Recall 2024 DateStamps on Files with Same Date

Please understand that I can only evaluate information you give me, we do not have access to your computer or your data. Let me repeat the questions about what the creation date of the files looks like. It appears something has touched all files on 11/15/2023. At least the ones shown in the little s...
by Alexander Riedel
Mon Mar 11, 2024 2:19 pm
Forum: VersionRecall
Topic: Version Recall 2024 DateStamps on Files with Same Date
Replies: 4
Views: 331

Re: Version Recall 2024 DateStamps on Files with Same Date

I had a quick look at my test repositories and the dates are all different, corresponding to the date the version was submitted.
Did you move the repository from one location to another?
by Alexander Riedel
Mon Mar 11, 2024 2:02 pm
Forum: VersionRecall
Topic: Version Recall 2024 DateStamps on Files with Same Date
Replies: 4
Views: 331

Re: Version Recall 2024 DateStamps on Files with Same Date

That is pretty strange. I will investigate. How is the creation date?
by Alexander Riedel
Thu Mar 07, 2024 4:56 pm
Forum: Free Tools
Topic: PowerShell Help
Replies: 9
Views: 2573

Re: PowerShell Help

A new build of the free PowerShell help tool was released. The import process saved the files to an old location no longer used.
by Alexander Riedel
Tue Mar 05, 2024 2:14 pm
Forum: Free Tools
Topic: PowerShell Help
Replies: 9
Views: 2573

Re: PowerShell Help

I will post here when I have more information.
by Alexander Riedel
Tue Mar 05, 2024 9:57 am
Forum: Free Tools
Topic: PowerShell Help
Replies: 9
Views: 2573

Re: PowerShell Help

In order to help you, we need to see that help file. We do not need the entire module. As you say you experience the same with about files, it would be beneficial to have one of those too. If you do not want to or cannot post this here, please upload it privately here: https://www.sapien.com/support...
by Alexander Riedel
Mon Mar 04, 2024 3:44 pm
Forum: Free Tools
Topic: PowerShell Help
Replies: 9
Views: 2573

Re: PowerShell Help

It doesn't automatically import, you have to tell it what you want.
Did you get any error messages? Could you upload a helpfile that failed to import?