-
Notifications
You must be signed in to change notification settings - Fork 176
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
Non LegacyDummyDirAlgorithm creates C:\ProgramFilesFolder empty folder #1223
Comments
Hi Oleg, With the Registry sample, I have the same issue, if I remove the code you highlighted then |
Hm-m-m, it's not what I observe with that very sample. But if you are right then nothing much we can do about it. No support for no-directory scenario is a WiX/MSI limitation and it just means that today only one version of WixSharp workaround works - I will let you know my findings. |
I can confirm that you were right and the new algorithm does leave dummy folder in the drive root (the old algorithm does it in the program files). Will let you know when it is ready |
Done, will be available in the very next release |
I'm happy to hear that. Thank you, Oleg. |
- Issue #1244: The directory Id generated can be too long - Issue #1223: Non LegacyDummyDirAlgorithm creates C:\ProgramFilesFolder empty folder - Issue #1220: ElevatedManagedAction issue - Feature #1204: Feature - RegisterCom class to ease the registration of COM files - Issue #1203: SilentBootstrapperApplication - Issue #182 (extended solution): RegistrySearch has "Win64=no" when building x64 installers - Added Self-executable_Msi sample - Added WixBootstrapper_EmbeddedUI to demonstrate how to show managed UI if the bundled MSI - Added sample for customization of the stock Burn UI. Triggered by #1219 - Added sample for "Issue #1218: Dynamic custom UI sequence" - Resurrected setting user input from BA UI and passing it to the msi. RegistrySearch input is also retained. - Added validation for `Issue #1075: [FEAT] Add error if LaunchApplicationFromExitDialog using in common Project` error. - Fixed problem with RegKey being placed in the x86 root XML dir for the x64 project
Hi,
If I have an installer without files by default C:\ProgramFilesFolder is created. With LegacyDummyDirAlgorithm = true there is no empty folder. It looks like something went wrong with the non-legacy algorithm.
The text was updated successfully, but these errors were encountered: