|
-
Mar 20th, 2006, 01:16 AM
#3
Thread Starter
New Member
Re: VB6 & CR11 application deployment
Thanks for the response Randem.Shown below is my script and the path [B]"V:\*"; [/B] references my database and CR11 reports on the server whilst the path "C:\Documents and Settings\moyo\Desktop\Copy of Projmellow\*"; references my vb forms and the project's executable file.
Hope evrything you need is provided here.
Thanks
[Types]
Name: "full"; Description: "Full installation"
Name: "compact"; Description: "Compact installation"
Name: "custom"; Description: "Custom installation"; Flags: iscustom
[Components]
Name: "Server"; Description: "Install Server Components"; Types: full compact; Flags: exclusive restart
Name: "Client"; Description: "Install On Client"; Types: full compact; Flags: exclusive restart
[Setup]
AppName=IT System
AppVerName=IT System ver 1.0
AppPublisher=Merlin Limited
AppPublisherURL=http://www.merlin.co.zw
AppSupportURL=http://www.merlin.co.zw
AppUpdatesURL=http://www.merlin.co.zw
DefaultDirName={pf}\IT System
DefaultGroupName=IT System
LicenseFile=C:\Documents and Settings\moyo\Desktop\Copy of Projmellow\license.txt
OutputDir=C:\Documents and Settings\moyo\Desktop\Copy of Projmellow\setup
OutputBaseFilename=ITSystem
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler efault.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "C:\Documents and Settings\moyo\Desktop\Copy of Projmellow\YeboIT.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: "Client"
Source: "C:\Documents and Settings\moyo\Desktop\Copy of Projmellow\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs; Components: "Client"
Source: "V:\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs; Components: "Server"
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\IT System"; Filename: "{app}\YeboIT.exe"
Name: "{group}\{cm:UninstallProgram,IT System}"; Filename: "{uninstallexe}"
Name: "{userdesktop}\IT System"; Filename: "{app}\YeboIT.exe"; Tasks: desktopicon
[Run]
Filename: "{app}\YeboIT.exe"; Description: "{cm:LaunchProgram,IT System}"; Flags: nowait postinstall skipifsilent
 Originally Posted by randem
Let's see your script to start
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|