Skip to content
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

Support ISO/IEC 19770-2:2105 (aka SWID Tags-2) #292

Merged
merged 0 commits into from Aug 25, 2015

Conversation

firegiantco
Copy link

No description provided.

@@ -87,7 +87,8 @@ typedef struct _BURN_SOFTWARE_TAG
{
LPWSTR sczFilename;
LPWSTR sczRegid;
LPSTR sczTag;
LPWSTR sczPath;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tabs? Tell me it ain't so...

DWORD cDeletedDirs = 0;
LPWSTR sczPath = NULL;

while (wzPath && *wzPath && ::RemoveDirectoryW(wzPath))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make since to at least log result from GetLastError if RemoveDirectoryFails for any error other than an expected error?

https://msdn.microsoft.com/en-us/library/windows/desktop/aa365488(v=vs.85).aspx

I see info about ReadOnly directoriey attributes, as well as crazyness with junction points/ sym links.

@barnson barnson merged commit c535cc8 into wixtoolset:develop Aug 25, 2015
@robmen robmen deleted the 4867-swidtag2 branch August 26, 2015 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants