Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2005
    Posts
    43

    Shortcuts problem

    I have two files in the package one an .exe and another .rtf. I went to file properties of .exe and enabled the shortcut. The build works fine. But, If I go to file properties of .rtf and set enable its shortcut also along with .exe shortcut the build fails. I get the following error message:
    D:\temp\testsufwi\setup\setup.wxs(63) : error LGHT0091 : Duplicate symbol 'Component:sufupscid_0001' found.
    D:\temp\testsufwi\setup\setup.wxs(48) : error LGHT0092 : Location of symbol related to previous error.

    Error 5001: light.exe returned 92
    Deleting temporary files

    Build FAILED! Error: 5001

    Does anyone know why the build is failing when I enable two shortcuts for two different files using the file properties?

    The build does not fail if I create the shortcut to .rtf from the shortcuts dialog and I create shortcut for .exe from file properties.

    Thanks.

  2. #2
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    There was a bug related to those IDs that was fixed in the recent update. Are you using the latest version (1.1.1004)? Was your project started in a previous version?
    --[[ Indigo Rose Software Developer ]]

  3. #3
    Join Date
    Dec 2005
    Posts
    43
    I am using 1.1.1004.0. I cannot remember if I started the project in previous version. I did create a new project just now in 1.1.1004 and the problem did not occur. I guess I created the project in previous version.

    If I created the project in previous version how can I get rid of this problem without recreating the whole install package from scratch in new version? Can I export and then re-import or do I have to edit some file?

    Thanks.
    Last edited by cdundee; 07-12-2007 at 03:55 PM. Reason: update

  4. #4
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    You might be able to fix it by removing the files in question (the ones that are causing the error) and re-adding them.

    If that doesn't work, you could edit the .sufproj file in a text editor to change the conflicting user-profile shortcut IDs. (Make a copy first so you have a backup if anything goes wrong.)

    Search in the .sufproj file for sufupscid_0001, and edit the file so there aren't any duplicates.
    --[[ Indigo Rose Software Developer ]]

Similar Threads

  1. Problem installing fonts
    By ByronFS in forum Setup Factory 7.0
    Replies: 5
    Last Post: 05-08-2006, 12:23 PM
  2. PROBLEM: Setup Starts and then Crashes
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-15-2002, 03:02 PM
  3. PROBLEM: Setup Requests Disk 2 in a Single File Setup
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-09-2002, 02:04 PM
  4. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM
  5. HOWTO: Create Nested Shortcuts in the Start Menu
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-24-2002, 10:26 AM

Posting Permissions

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