Hi guys,

I just downloaded inno setup and trying to figure out how to use it with my current project which ia m packaging with PDW and sending to our customers.

I figured the basic files section of innosetup but i am This is a sample of my setup.lst(removed the dates for brevity)

[Bootstrap Files]
[email protected],$(WinSysPathSysFile)
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister)
[email protected],$(WinSysPathSysFile),$(TLBRegister)
[email protected],$(WinSysPathSysFile)
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister)
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister)
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister)

[Setup1 Files]
[email protected],$(AppPath)
[email protected],$(AppPath)
File13=@MDAC_TYP.EXE,$(AppPath)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(AppPath),$(DLLSelfRegister)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(WinSysPath),$(EXESelfRegister),$(Shared)
[email protected],$(WinSysPath),,$(Shared)
[email protected],$(WinSysPathSysFile)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared)
[email protected],$(AppPath)


and my iss file looks something like this.. i cant figure out how to add the other vb files like the apiload.exe mdac.exe, msvcrt.dll

[Files]

; begin VB system files
; (Note: Scroll to the right to see the full lines!)
Source: "D:\Support\stdole2.tlb"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
Source: "D:\Support\msvbvm60.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "D:\Support\oleaut32.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "D:\Support\olepro32.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "D:\Support\asycfilt.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile
Source: "D:\Support\comcat.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
; end VB system files


Source: "D:\project\tc.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\project\HELP.doc"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\project\forms1.dot"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\project\harrow.cur"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\project\mydb.mdb"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\project\pic.jpeg"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\project\logo.jpg"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files