| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I have an alternative approach in messageconcept@dcd0f6c Not sure which one you prefer. The Module based approach is more modern and generally the recommended method nowadays. Let me know what you think. |
Sorry, something went wrong.
|
There are unrelated white space changes in this PR. So #43 should probably be merged first and I'll rebase this PR. |
Sorry, something went wrong.
|
For a legacy project, I really try to avoid huge pull requests like #43 which introduces nothing but source code format changes. If possible, undo unnecessary line changes in this pull request. |
Sorry, something went wrong.
Those are done automatically by Visual Studio. I can undo them manually, but this is kinda annoying having to do that every time I touch the file. |
Sorry, something went wrong.
|
Anyway, will redo this commit to drop unnecessary white space changes. Feel free to close #43 If you'd prefer the Modules based approach over fixing the Snapin one, please let me know |
Sorry, something went wrong.
Instead of using a managed custom action and InstallUtil.exe, we vastly simplify the installation using WixPSExtension. Fixes: phpmanager#33
We support IIS 7 and above. Instead of explicitly mentioning any version at all, just drop it, as IIS 6 is no longer really relevant.
|
Force-Pushed with unnecessary white space changes removed. Please have another look |
Sorry, something went wrong.
It makes more sense to group it together with the PowerShell assembly then with the license file.
| Back | FazBrowse Home | New Git URL |
Instead of using a managed custom action and InstallUtil.exe, we vastly
simplify the installation using WixPSExtension.
Fixes: #33