+ Reply to Thread
Results 1 to 4 of 4

Thread: File Install problem in 5.1.1300

  1. #1

    Default File Install problem in 5.1.1300

    I have a web update script which updates our software to latest version. For all files I use the patching process with multiple previous versions.

    We had a problem with one of the files, and I had to change it from using patching, to always copying the whole file. So I removed all the previous file versions in the Patch tab of the file. Also, I checked ON the "Disable Version Patching".

    When compiling the project i get an error (see below).

    If I leave "Disable Version Patching" to OFF, it compiles fine.

    ------ Build started: Project: FixitUpdate.sb5, Configuration: Release Win32 ------

    SetupBuilder (tm) Script Compiler and Linker
    Copyright (C) 1997-2005 Lindersoft
    SetupScript (tm) Installation Script Language
    Copyright (C) 2003-2005 Lindersoft
    Developer Edition
    Version 5.1.1300

    Deleting intermediate files and output files for project 'FixitUpdate.sb5', configuration 'Release|Win32'.
    Loading compiler variables...
    Compiling...
    fixitupdate.sb5
    Script version detected: 5.1.1267
    Recursive compile(0:28): Common Definitions.sbi
    Continue(0:1:29): \\loke\felles\FixIT\Installasjonssett Kode\FixitUpdate.sb5
    FixitUpdate.sb5(186): warning GEN1044: New and previous files have the same contents. Patch file generation skipped: \\loke\Felles\FixIT\Installasjonssett Kode\Files\B37\wupdate.exe
    FixitUpdate.sb5(186): warning GEN1044: New and previous files have the same contents. Patch file generation skipped: \\loke\Felles\FixIT\Installasjonssett Kode\Files\B38\wupdate.exe
    Script(s) processed
    Generating code...
    Finished generating code
    Building executable and web cluster files...
    Linking kernel...
    Code size: 96,921 bytes
    Generating and optimizing [1033] string resources [2]...
    Linking [1033] language resource(s)...
    Code size: 4,018 bytes
    Linking dialog side bitmap...
    Code size: 2,761 bytes
    Linking dialog top bitmap...
    Code size: 484 bytes
    Including 4 service file(s)...
    Compressing service file: C:\Program Files\Lindersoft\SetupBuilder 5 Developer\bin32\0002.lib
    Code size: 5,903 bytes
    Compressing service file: C:\Program Files\Lindersoft\SetupBuilder 5 Developer\bin32\0003.lib
    Code size: 3,963 bytes
    Compressing service file: C:\Program Files\Lindersoft\SetupBuilder 5 Developer\bin32\0005.lib
    Code size: 14,616 bytes
    Compressing service file: C:\Program Files\Lindersoft\SetupBuilder 5 Developer\bin32\0006.lib
    Code size: 4,341 bytes
    Linking uninstall script...
    Code size: 287 bytes
    Calculating Feature and Type sizes...
    Resolving compiler variables...
    Analyzing installation script...
    Linking installation script...
    Code size: 3,903 bytes
    FixitUpdate.sb5(188): error GEN1055: File not found or locked:


    --------------------------------------- Done ---------------------------------------

    FixitUpdate.sb5 - 1 error(s), 2 warning(s)

    Compilation Time: 331.5 sec.

    ------------------------------- Compilation finished -------------------------------

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: File Install problem in 5.1.1300

    Seems to me you are trying to add FixitUpdate.sb5 to itself (file #188 in your script).

    HTH,

  3. #3

    Default Re: File Install problem in 5.1.1300

    I am not.. I will send the script to you in email.

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: File Install problem in 5.1.1300

    Thank you. I misinterpreted the compiler report. I would suggest to comment out your line 188 and then recreate it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SetupBuilder 5.5 Developer Edition is released!
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 13
    Last Post: 08-30-2006, 12:09 AM
  2. SetupBuilder 5.5 Developer Edition is released!
    By linder in forum Lindersoft Announcements
    Replies: 0
    Last Post: 08-14-2006, 04:36 AM
  3. weird install problem
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 6
    Last Post: 05-24-2006, 09:51 AM
  4. Progress Dialog and ...
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 9
    Last Post: 06-21-2005, 05:29 AM
  5. Problem with multiple file existance checks
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 3
    Last Post: 03-03-2005, 09:58 AM

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •