Hi
I'm trying to include an icon in the manifest of my language pack, butit does not appear in the installation.
My manifest:
01.
<
package
name
=
"DNN_Core Português (Brasil)"
type
=
"CoreLanguagePack"
version
=
"6.0.0"
>
02.
<
friendlyName
>BrasilDNN: DotNetNuke v06.00.00</
friendlyName
>
03.
<
description
>Tradução do núcleo do DotNetNuke v06.00.00, de 10/09/2011 às 14:00</
description
>
04.
<
iconFile
>icone.gif</
iconFile
>
05.
<
owner
>
06.
<
name
>Marcio Maciel</
name
>
07.
<
organization
>Comunidade Brasil DNN</
organization
>
08.
<
url
>www.brasildnn.com.br</
url
>
09.
<
email
>marciomaciel@brasildnn.com.br</
email
>
10.
</
owner
>
11.
<
license
src
=
"BrasilDNN.Traducao_Nucleo_DNN.pt-BR.Licensa.txt"
/>
12.
<
releaseNotes
src
=
"BrasilDNN.Traducao_Nucleo_DNN.pt-BR.Notas.txt"
/>
13.
<
dependencies
>
14.
<
dependency
type
=
"CoreVersion"
>06.00.00</
dependency
>
15.
</
dependencies
>
16.
<
components
>
17.
<
component
type
=
"File"
>
18.
<
files
>
19.
<
basePath
>Licenses\BrasilDNN</
basePath
>
20.
<
file
>
21.
<
name
>icone.gif</
name
>
22.
</
file
>
23.
<
file
>
24.
<
name
>BrasilDNN.Traducao_Nucleo_DNN.pt-BR.Licensa.txt</
name
>
25.
</
file
>
26.
<
file
>
27.
<
name
>BrasilDNN.Traducao_Nucleo_DNN.pt-BR.Notas.txt</
name
>
28.
</
file
>
29.
</
files
>
30.
</
component
>
31.
<
component
type
=
"CoreLanguage"
>
32.
<
languageFiles
>
The language pack is successfully installed, the license and the notes displayed on the installation, all files are copied to the folder, but the icon remains the default icon for the language pack.
Can anyone help me?