From 1e2d08de52e6eba857ce9c67f6a7c484c60d654c Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Wed, 21 Jul 2010 23:56:49 +0200 Subject: [PATCH] msiexec: Remove the ignored common resource attributes. --- programs/msiexec/rsrc.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/msiexec/rsrc.rc b/programs/msiexec/rsrc.rc index cfc89370039..2594c51b0b1 100644 --- a/programs/msiexec/rsrc.rc +++ b/programs/msiexec/rsrc.rc @@ -32,4 +32,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL /* @makedep: msiexec.ico */ -1 ICON DISCARDABLE msiexec.ico +1 ICON msiexec.ico