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

File Coping ....


6 replies to this topic

Silverlay

Silverlay
  • Members
  • 68 posts

Posted 16 November 2004 - 09:14

How to make simple file copy with progress bar?
Bonum initium est dimidium facti

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 16 November 2004 - 09:27

Not sure what you mean, but try the /qb command line switch

Silverlay

Silverlay
  • Members
  • 68 posts

Posted 17 November 2004 - 10:14

I'm using InstallShield X Primier. And don't you know how to make screen where we see installation progrees and how to copy files to two different dirs using this tool.
Bonum initium est dimidium facti

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 November 2004 - 09:18

InstallShield X generates Windows Installer (MSI) based setups. It includes a progress dialog. If you only want to display the progress dialog and no other dialogs, you can either remove the other dialogs from the sequence (in Sequence view) or use the obove mentioned command liine switch when you launch the generated msi file.
You can set the destination directory for each component in component view for isntance (or when you add the files in Files view) so you can easily install tow files into to different directories. If you need to install two copies of a file in to locations, then you need to add a row to the DuplicateFiles table in Direct Editor.

Silverlay

Silverlay
  • Members
  • 68 posts

Posted 01 December 2004 - 14:05

Hello (from Russia)! smile.gif))

Can you help me with one more thing. It's also in InstallShield X ... for examlpe i have some files like
archive.rar
archive.zip
archive.<other arh format>
how can i do such thing ....
e.g. copy unpack first file to path C:\<some path>
second file to C:\<some other path>
how can i control progress dialog (i mean what we do while this dialog ...)

And how can i copy my files in two different places ...

And how can i pack all this files in one *.msi file

Thanks ...
Bonum initium est dimidium facti

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 02 December 2004 - 10:00

If yu need to copy a file to multiple locations you should add rows to the DuplicateFile table in Direct Editor

Silverlay

Silverlay
  • Members
  • 68 posts

Posted 06 December 2004 - 14:48

Can i handle some how what happen while ProgressDialog is opened?
Bonum initium est dimidium facti