This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: InstallScript move folder
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 27, 2010
01:06 PM
InstallScript move folder
Hello,
I want to create a InstallScript that in pre-installation progress move a folder, with files inside to other locations.
There is some function to do that i cant find in documentation. If there is not function how could i do that??
Thank you very much
I want to create a InstallScript that in pre-installation progress move a folder, with files inside to other locations.
There is some function to do that i cant find in documentation. If there is not function how could i do that??
Thank you very much
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 28, 2010
05:49 AM
When do you want to move the folder?
Before displaying welcome dialog?
Before displaying welcome dialog?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 28, 2010
10:54 AM
You can look at the InstallScript functions XCopyFile and DeleteDir. The help library includes samples.
