Search found 8475 matches

by Alexander Riedel
Wed Feb 28, 2024 2:44 pm
Forum: PowerShell Studio
Topic: MSI builder fails to copy module
Replies: 15
Views: 685

Re: MSI builder fails to copy module

Thanks. It is on the list. Not sure when, but it is there. :D
by Alexander Riedel
Wed Feb 28, 2024 1:12 pm
Forum: PowerShell Studio
Topic: MSI builder fails to copy module
Replies: 15
Views: 685

Re: MSI builder fails to copy module

I was thinking of either "Select folder" -> Popup a tree selector with checkboxes
or
add a "Drop your folders here" label and allow dragging and dropping folders from File Explorer.

Or both. What do you think?
by Alexander Riedel
Tue Feb 27, 2024 4:45 pm
Forum: PowerShell Studio
Topic: MSI builder fails to copy module
Replies: 15
Views: 685

Re: MSI builder fails to copy module

PSBuild stages the files added to an MSI under a temporary folder called 'MSI_BuildFolder' in the directory where the .psbuild file is located. This folder is deleted once the process is completed. The only other thing I can think of is, when the .psbuild file is located rather deep in a directory s...
by Alexander Riedel
Tue Feb 27, 2024 3:05 pm
Forum: PowerShell Studio
Topic: MSI builder fails to copy module
Replies: 15
Views: 685

Re: MSI builder fails to copy module

I tried the zip you sent and it added without a hitch.
I do not know your setup, but try to extract the zip you just sent me to a different place and add that.
If that works, work backwards and see what is different.
Please let me know.
by Alexander Riedel
Tue Feb 27, 2024 2:26 pm
Forum: PowerShell Studio
Topic: MSI builder fails to copy module
Replies: 15
Views: 685

Re: MSI builder fails to copy module

Yeah, I can imagine. I did not have 77 modules on my bingo card for that feature :D
I will check out that module you sent and try to come up with a clever way of adding multiple modules at once.
by Alexander Riedel
Tue Feb 27, 2024 1:05 pm
Forum: PowerShell Studio
Topic: MSI builder fails to copy module
Replies: 15
Views: 685

Re: MSI builder fails to copy module

Interesting. Possible the 0 was an O ?
Can you please zip that particular module with its enclosing folder and upload it here: https://www.sapien.com/support/upload ?
That way I can look if there is anything peculiar about the files itself
by Alexander Riedel
Tue Feb 27, 2024 11:35 am
Forum: PowerShell Studio
Topic: MSI builder fails to copy module
Replies: 15
Views: 685

Re: MSI builder fails to copy module

Did you specify the module to include as
C:\Program Files\PowerShell\Modules\VMware.Sdk.vSphere.Esx.Settings\8.0.1669.22649494
or as
C:\Program Files\PowerShell\Modules\VMware.Sdk.vSphere.Esx.Settings
by Alexander Riedel
Tue Feb 27, 2024 11:03 am
Forum: PowerShell Studio
Topic: MSI builder fails to copy module
Replies: 15
Views: 685

Re: MSI builder fails to copy module

I did a check on that warning, which may contribute to the error following.
The warning is issued when a folder name that is supposedly a version has characters other than dots and digits.
So I am suspecting there is something else going on.
by Alexander Riedel
Tue Feb 27, 2024 10:25 am
Forum: PowerShell Studio
Topic: MSI builder fails to copy module
Replies: 15
Views: 685

Re: MSI builder fails to copy module

Can you please verify that the version folder is actually '8.0.1669.22649494' ? I am guessing that the general assumption is that the individual components of a version number do not exceed integer range, which '22649494' clearly does. So much for assumptions. I will have to look how build numbers l...
by Alexander Riedel
Sun Feb 25, 2024 11:16 pm
Forum: PowerShell Studio
Topic: Heat/FIPS error during build (HEAT0308)
Replies: 17
Views: 894

Re: Heat/FIPS error during build (HEAT0308)

A fix for the shortcut problem will be included in the next service build.