InnoSetup / IsTooll / Uninstall

Delphi

01/07/2004

Olá, galera... vamos direto ao assunto:

Criei para o meu sistema um arquivo setup.exe ´Instalador´ pelo InnoSetup Compiler(http://www.innosetup.com) e o implementei com o IsTooll(http://www.istool.org). Acontece que no grupo de programas (Menu Iniciar/Programas/MeuGrupo) o instalador gera dois arquivos de desinstalação do sistema (Unistall). Já fiz de tudo e não achei.

Os dois arquivos criados são:

1 - CCO // (Unistall)
2 - CCO - Centro de Controle Operacional // (Unistall).

Vou postar o script:

[Setup]
AppName=CCO - Centro de Controle Operacional
AppVerName=CCO 1.0.0
AppPublisher=TissTech
AppPublisherURL=http://www.tisstech.com.br
AppSupportURL=http://www.tisstech.com.br
AppUpdatesURL=http://www.tisstech.com.br
DefaultDirName=\CCO
DefaultGroupName=CCO
ShowLanguageDialog=no

WizardImageFile=D:\Programas\_EmDesenvolvimento\CCO_DELPHI\Imagens\Logo\Logo.bmp
WizardSmallImageFile=D:\Programas\_EmDesenvolvimento\CCO_DELPHI\Imagens\Logo\LogoPeq.bmp
WizardImageBackColor=clNavy
WindowVisible=true
BackColor=clGreen
BackColor2=clPurple
AppCopyright=Copyright TissTech © 2003 - Tecnologia Informação Sistemas e Serviços
DisableStartupPrompt=false
BackColorDirection=toptobottom
WindowStartMaximized=true
AlwaysShowDirOnReadyPage=true
AlwaysShowGroupOnReadyPage=true
ShowTasksTreeLines=true
Password=tiss
AppMutex=
InfoAfterFile=D:\Programas\_EmDesenvolvimento\CCO_DELPHI\Termos de Uso\Parabéns.txt
InfoBeforeFile=D:\Programas\_EmDesenvolvimento\CCO_DELPHI\Termos de Uso\Leia-me.txt
LicenseFile=D:\Programas\_EmDesenvolvimento\CCO_DELPHI\Termos de Uso\Licença.txt
AppVersion=1.0.0
AppID={F3F1DC7D-18A5-4C45-AADF-C6BA88A24CDB}
UninstallDisplayName=CCO - Centro de Controle Operacional
UninstallDisplayIcon=\CCO.exe
SetupIconFile=
UninstallIconFile=
OutputDir=D:\Programas\_EmDesenvolvimento\CCO_DELPHI\Instalador\Output
[Languages]
Name: pt; MessagesFile: compiler:BrazilianPortuguese-4.1.8.isl

[Tasks]
; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required.
Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional icons:; Flags: unchecked
; NOTE: The following entry contains English phrases ("Create a Quick Launch icon" and "Additional icons"). You are free to translate them into another language if required.
Name: quicklaunchicon; Description: Create a &Quick Launch icon; GroupDescription: Additional icons:; Flags: unchecked

[Files]
Source: D:\Programas\_EmDesenvolvimento\CCO_DELPHI\Bin\CCO.exe; DestDir: ; Flags: ignoreversion
Source: ..\Bin\connect.con; DestDir: ; Flags: ignoreversion uninsneveruninstall
Source: C:\Arquivos de programas\Borland\Delphi7\Bin\dbexpora.dll; DestDir: ; Flags: ignoreversion; Attribs: hidden
Source: C:\WINNT\system32\midas.dll; DestDir: ; Flags: ignoreversion; Attribs: hidden
; NOTE: Don´t use "Flags: ignoreversion" on any shared system files

Source: ..\Termos de Uso\Leia-me.txt; DestDir: /Termos de Uso; Flags: isreadme
Source: ..\Termos de Uso\Licença.txt; DestDir: /Termos de Uso
Source: ..\Termos de Uso\Parabéns.txt; DestDir: /Termos de Uso
[INI]
Filename: \CCO.url; Section: InternetShortcut; Key: URL; String: http://www.tisstech.com.br

[Icons]
Name: \CCO; Filename: \CCO.exe
; NOTE: The following entry contains an English phrase ("on the Web"). You are free to translate it into another language if required.
Name: \CCO on the Web; Filename: \CCO.url
; NOTE: The following entry contains an English phrase ("Uninstall"). You are free to translate it into another language if required.
Name: \Uninstall CCO; Filename: 
Name: \CCO; Filename: \CCO.exe; Tasks: desktopicon
Name: \Microsoft\Internet Explorer\Quick Launch\CCO; Filename: \CCO.exe; Tasks: quicklaunchicon

Name: \Uninstall CCO - Centro de Controle Operacional; Filename: 
[Run]
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
Filename: \CCO.exe; Description: Launch CCO; Flags: nowait postinstall skipifsilent

[UninstallDelete]
Type: files; Name: \CCO.url
Name: \connect.con; Type: files
[_ISTool]
OutputExeFilename=C:\Documents and Settings\Rômulo Manoel\Desktop\CCO\Instalador\Output\setup.exe
[Dirs]
Name: \Termos de Uso; Flags: uninsalwaysuninstall



Rômulo Barros

Rômulo Barros

Curtidas 0

Respostas

Rômulo Barros

Rômulo Barros

01/07/2004

:arrow: :arrow: :arrow: [color=red:3ba0aad35a]Sobe[/color:3ba0aad35a]


GOSTEI 0
POSTAR