Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

MoveFile Table


1 reply to this topic

Gerstl

Gerstl
  • Members
  • 22 posts

Posted 28 November 2001 - 16:29

Hello to all,

I just want to copy some Files which allready are installed on the traget system from one Directory to another.

I used therefor the MoveFile Table

My problem is that the file is not copied

I entered the following:

FileKey: MeinMover
Component:  Wordpad   (I have selected it)
SourceName: Wordpad.exe
DestName:
SourceFolder: SRC_EXE_PATH  (is defined in the Path Table "Pfadvariablen")
DestFolder: c:\temp
Option: 0


The Component becomes allways installed.

What am I doing wrong ?

Thank you for your help

Jochen Gerstl


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 28 November 2001 - 16:59

"Path variables" are resolved at build time. They are used to specify where on your developement machine the file are located that InstallShield should package in your setup.

What you need is a "directory table" entry.