Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Location
    Switzerland
    Posts
    224

    Bug in Rename resource files

    seems to be a bug in the rename resource file option.

    Code:
    File.Run("AutoPlay\\Setup\\Program\\"..programV.."\\setup.exe", "-s -f1"..applFolder.."\\AutoPlay\\Setup\\Program\\"..programV.."\\"..sprache.."\\setup.iss -f2"..applFolder.."\\AutoPlay\\LogFile\\"..LAN_info.Host.."\\ServicePack.log", "", SW_SHOWNORMAL, true);
    if you change now the folder to Data instead of AutPlay

    Code:
    -f2"..applFolder.."\\AutoPlay\\LogFile\\"..LAN_info.Host.."\\ServicePack.log", "", SW_SHOWNORMAL, true);
    the third "AutoPLay\\LogFile" would not be changed to Data.

    few lines above i have a
    Code:
    Folder.Create(""..applFolder.."\\AutoPlay\\LogFile\\"..LAN_info.Host.."");
    Silent install itself is working. So i think the second AutoPlay Folder was changed.

    Regards
    Worti

  2. #2
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834
    We'll take a look at that.
    REF: AMS-527
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

Posting Permissions

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