|
-
Oct 27th, 2005, 06:49 AM
#1
Thread Starter
Junior Member
Inno setup questions!!
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
-
Oct 27th, 2005, 01:13 PM
#2
Re: Inno setup questions!!
brij,
This has already been done for you with **********. It will save you alot of time and create your script for you from your vbp file.
-
Oct 28th, 2005, 12:29 AM
#3
Thread Starter
Junior Member
Re: Inno setup questions!!
i downloaded inno script just today but wheneve i open project it says runtime error 5
-
Oct 28th, 2005, 12:36 AM
#4
Re: Inno setup questions!!
brij,
Delete the **********.ini file and try again.
-
Oct 28th, 2005, 04:02 AM
#5
Thread Starter
Junior Member
Re: Inno setup questions!!
nopes.. still doesnt work.. i am using windows 2000 sever.
-
Oct 28th, 2005, 04:05 AM
#6
Re: Inno setup questions!!
Try version 5.0.8 just uploaded.
-
Oct 28th, 2005, 04:12 AM
#7
Thread Starter
Junior Member
Re: Inno setup questions!!
downloading will let you know .. how it goes..
-
Oct 28th, 2005, 04:14 AM
#8
Re: Inno setup questions!!
remember to get rid of the old ini file. Uninstalling would probably be better.
-
Oct 28th, 2005, 04:52 AM
#9
Thread Starter
Junior Member
Re: Inno setup questions!!
i uninstalled old version .. deleted the randem directory..
and the new version still gives the same error.
-
Oct 28th, 2005, 04:54 AM
#10
Re: Inno setup questions!!
What project are you opening to receive the error? What do you do to get it?
-
Oct 28th, 2005, 05:00 AM
#11
Thread Starter
Junior Member
Re: Inno setup questions!!
it doesnt allow me to open any project.
After installation there are menu buttons File, View , Help , About
Click File--New project, open project, create project assocation, exit.
In this menu when i click new project or open project i get the runtime error 5 alertbox
-
Oct 28th, 2005, 05:06 AM
#12
Re: Inno setup questions!!
brij,
Hmmm... Can't duplicate. It doesn't happen here. What SP do you have installed? It you computer up to date?
-
Oct 28th, 2005, 05:22 AM
#13
Thread Starter
Junior Member
Re: Inno setup questions!!
w2k sp4 yehh fully updated
-
Oct 28th, 2005, 05:25 AM
#14
Thread Starter
Junior Member
Re: Inno setup questions!!
tried the same in another machine windows xp pro. its giving the same error there too.
-
Oct 28th, 2005, 05:27 AM
#15
Re: Inno setup questions!!
brij,
I have never attempted to install it on the server before. I wonder if that made do it. I will keep checking to ee what I can find. I'll let you know.
-
Oct 28th, 2005, 05:29 AM
#16
Re: Inno setup questions!!
brij,
Hmmm, it gets tested on XP Pro. Let me check somethng.
-
Oct 28th, 2005, 05:30 AM
#17
Re: Inno setup questions!!
What screen resolution are you using?
-
Oct 28th, 2005, 05:57 AM
#18
Thread Starter
Junior Member
Re: Inno setup questions!!
-
Oct 28th, 2005, 06:00 AM
#19
Re: Inno setup questions!!
Can you go to view and view the reports?
-
Oct 28th, 2005, 06:17 AM
#20
Thread Starter
Junior Member
Re: Inno setup questions!!
there are 3 options unsafe files, regd components, registered shared files. could not see anything called reports.
-
Oct 29th, 2005, 12:57 AM
#21
Re: Inno setup questions!!
Fixed in Version 5.0.9. It was tough to find. It only happened whent the screen was not big enough to fit the form and the display went beyond the screen size (off screen).
-
Oct 29th, 2005, 05:17 AM
#22
Thread Starter
Junior Member
Re: Inno setup questions!!
thnxx.. downloading will try it now..
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
|