Results 1 to 22 of 22

Thread: Inno setup questions!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    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

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    Re: Inno setup questions!!

    i downloaded inno script just today but wheneve i open project it says runtime error 5

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Inno setup questions!!

    brij,

    Delete the **********.ini file and try again.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    Re: Inno setup questions!!

    nopes.. still doesnt work.. i am using windows 2000 sever.

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Inno setup questions!!

    Try version 5.0.8 just uploaded.

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    Re: Inno setup questions!!

    downloading will let you know .. how it goes..

  8. #8
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Inno setup questions!!

    remember to get rid of the old ini file. Uninstalling would probably be better.

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    Re: Inno setup questions!!

    i uninstalled old version .. deleted the randem directory..
    and the new version still gives the same error.

  10. #10
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Inno setup questions!!

    What project are you opening to receive the error? What do you do to get it?

  11. #11

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    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

  12. #12
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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?

  13. #13

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    Re: Inno setup questions!!

    w2k sp4 yehh fully updated

  14. #14

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    Re: Inno setup questions!!

    tried the same in another machine windows xp pro. its giving the same error there too.

  15. #15
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  16. #16
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Inno setup questions!!

    brij,

    Hmmm, it gets tested on XP Pro. Let me check somethng.

  17. #17
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Inno setup questions!!

    What screen resolution are you using?

  18. #18

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    Re: Inno setup questions!!

    1024 x 768

  19. #19
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Inno setup questions!!

    Can you go to view and view the reports?

  20. #20

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    Re: Inno setup questions!!

    there are 3 options unsafe files, regd components, registered shared files. could not see anything called reports.

  21. #21
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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).

  22. #22

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    31

    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
  •  



Click Here to Expand Forum to Full Width