Simple rename
Posted: Thu Jul 14, 2005 12:55 pm
Hello,
I'm currently a wise user and am interested in switching products. I have rebuilt one of my wise scripts in InstallAware and am stuck on a silly procedure - renaming a file
. In WISE, you can rename the destination file in the install files action, but in InstallAware, I've learned that you have to use the copy/move action. Here's my code:
Install Files D:\\binaries\\MyProduct\\#VERSION#\\#BUILD_NUM#\\#REVISION#\\register#REVISION#.ini to $TARGETDIR$
Move Local Files $TARGETDIR$\\register#REVISION#.ini to $TARGETDIR$\\register.ini
The install file works fine, but the move action unfortunately does nothing. If you have any suggestions, that'd be great? Thanks.
I'm currently a wise user and am interested in switching products. I have rebuilt one of my wise scripts in InstallAware and am stuck on a silly procedure - renaming a file

Install Files D:\\binaries\\MyProduct\\#VERSION#\\#BUILD_NUM#\\#REVISION#\\register#REVISION#.ini to $TARGETDIR$
Move Local Files $TARGETDIR$\\register#REVISION#.ini to $TARGETDIR$\\register.ini
The install file works fine, but the move action unfortunately does nothing. If you have any suggestions, that'd be great? Thanks.