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

Show Filenames during installation


1 reply to this topic

spekulatius

spekulatius
  • Members
  • 1 posts

Posted 20 February 2002 - 16:14

Hello all!

I have a small problem - I think it is in first place a logical problem.
I want to have on the Setup-Progress-Dialog to show the actual Filename, the Installer is working on.
The Question is: Where could I get the actual Filenames from and how do I insert it?
I thought on an InstallScript-Solution, but I don't have any idea, where to get the Filename from.
Thank you very much
Yours
Christian


Irina

Irina
  • Members
  • 227 posts

Posted 20 February 2002 - 19:33

Hi,
1. Add to your dialog the text field, for example,  "MyActionData".
2.Go to the Behavior of this dialog, select  MyActionData, subcribe it (Subcriptions panel) as
Event         ActionData
Attribute    Text
3. Go to the Power Editor to the ActionText table. For the InstallFiles action you can see in the Template row : File: [1], Directory: [9], Size: [6]. It is the action data for this action. You will see the file name, directory name and size for ech files which will be installed in your dialog.
You can modify this table to see information which you would like to see.
Good luck!