-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
msi hangs #4
Comments
You may want to turn on msi logging to see what's up
|
Here is my log (it turns out, that SRSetRestorePoint API failed, but installation worked): MSI (s) (98:20) [17:27:55:407]: Machine policy value 'Debug' is 0 Thank you very much. On another computer the msi worked in 5 seconds. Thanks you so much for this great Module! |
I tested this:
New-Installer -ProductName "msiNR2" -UpgradeCode '1a73a1be-50e6-4e92-af03-586f4a9d9e82' -Content {
New-InstallerDirectory -PredefinedDirectory "AppDataFolder" -Content {
New-InstallerDirectory -DirectoryName "Testfolder-msiNR2" -Content {
New-InstallerFile -Source c:\1.txt
}
}
} -OutputDirectory c:\Windows\Temp
msi is created
But this new little 36kb msi hangs:
Any ideas?
Windows 10, 21H2
PSVersion 5.1.19041.1682
The text was updated successfully, but these errors were encountered: