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
- :
- Rename a file
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
‎May 29, 2008
01:56 PM
Rename a file
Hello,
In the end of my project. I must to change the name of a file by another name.
I don't know what is the good custom action.
Help me.
Thanks
In the end of my project. I must to change the name of a file by another name.
I don't know what is the good custom action.
Help me.
Thanks
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 29, 2008
01:58 PM
If you're using MSI (since you mention custom actions), you might look into using the MoveFile table. For InstallScript, there's a RenameFile function.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 29, 2008
02:18 PM
It's for a msi project. But I don't know what is the good custom action.
I must to make this after the installaion of the product.
I must to make this after the installaion of the product.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 29, 2008
05:43 PM
Please search the MSI help and these forums for "MoveFile", the name of a table you can edit in the Direct Editor view that might help.