Please see
https://docs.microsoft.com/en-us/window ... ds/msiexec
It lists all command line options for msiexec, including logging
Search found 7996 matches
- Sat Jun 25, 2022 12:24 am
- Forum: PowerShell
- Topic: Install Powershell Runtime during MSI install
- Replies: 7
- Views: 834
- Thu Jun 23, 2022 11:48 am
- Forum: PowerShell Studio
- Topic: PowerShell 7 icon grayed out
- Replies: 5
- Views: 293
Re: PowerShell 7 icon grayed out
I do have to point out that the 'official' Program Files folder is a protected folder by default, meaning that elevated admin privileges are required to modify anything.
I hope your D:\Program Files folder has been added to the protected folders list in order to prevent a security risk.
I hope your D:\Program Files folder has been added to the protected folders list in order to prevent a security risk.
- Thu Jun 23, 2022 11:42 am
- Forum: PowerShell Studio
- Topic: PowerShell 7 icon grayed out
- Replies: 5
- Views: 293
Re: PowerShell 7 icon grayed out
Historically Microsoft has been notoriously unreliable updating registry keys with correct values when updating or has been changing registry keys, locations etc. on a whim without documenting the change. So we just stopped using these values at some point. Additionally most companies setting up div...
- Wed Jun 22, 2022 5:52 pm
- Forum: PowerShell Studio
- Topic: PowerShell 7 icon grayed out
- Replies: 5
- Views: 293
Re: PowerShell 7 icon grayed out
The trial version does not disable the use of PowerShell 7. It is expected to be in its default path under C:\Program Files\PowerShell\7
Do you have this installed in another location?
Do you have this installed in another location?
- Wed Jun 22, 2022 2:09 am
- Forum: Former and Future Customers - Questions
- Topic: Cannot initialize PowerShell engine Powershell Studio 2022
- Replies: 1
- Views: 933
Re: Cannot initialize PowerShell engine Powershell Studio 2022
Where are you located, geographically speaking? And what are your computer's language / culture settings?
- Mon Jun 20, 2022 10:44 am
- Forum: PowerShell Studio
- Topic: How to create dual (Console, Form) packaged project
- Replies: 1
- Views: 450
Re: How to create dual (Console, Form) packaged project
A Windows application has no console. Well, at least not by default. There is an API to create one and attach one, but that would be complicated and cumbersome to do with PowerShell. A console application can display a form, but the you always get a console behind it somewhere. If you don't mind, th...
- Fri Jun 17, 2022 12:45 pm
- Forum: PowerShell Studio
- Topic: MSI INSTALLDIR as custom action argument parameter value
- Replies: 7
- Views: 845
Re: MSI INSTALLDIR as custom action argument parameter value
I am not sure why you package the script as an executable to then only include the script rather then the executable in your MSI. At first glance, the parameters look ok, except for brandingsource parameter. That would not work in a packaged file or running from PowerShell Studio. See https://www.sa...
- Fri Jun 17, 2022 11:45 am
- Forum: PowerShell Studio
- Topic: MSI INSTALLDIR as custom action argument parameter value
- Replies: 7
- Views: 845
Re: MSI INSTALLDIR as custom action argument parameter value
If you click on "Support" up top, you will find a link to upload support files.
- Thu Jun 16, 2022 2:13 pm
- Forum: PowerShell Studio
- Topic: MSI INSTALLDIR as custom action argument parameter value
- Replies: 7
- Views: 845
Re: MSI INSTALLDIR as custom action argument parameter value
The MSI "compile" as you call it, generates a standard Windows Installer file. MSI stands for MicroSoft Installer. There is plenty of MSI documentation on the Microsoft website. (https://docs.microsoft.com/en-us/windows/win32/msi/windows-installer-portal) This is not SAPIEN territory so to...
- Thu Jun 16, 2022 8:14 am
- Forum: PowerShell GUIs
- Topic: Posting to Powershell Studio Forum Denied????
- Replies: 5
- Views: 842
Re: Posting to Powershell Studio Forum Denied????
[Topic moved by moderator]
I moved your question here to this forum, you are most likely to get an answer here.
I moved your question here to this forum, you are most likely to get an answer here.