who would you go about removing
Documents and Settings\$user$\avidemux?
could you modify this script?
SetOriginalKeyBack: CopyFiles /SILENT "$APPDATA\avidemux\*.*" "$SETTINGSDIRECTORY" IfFileExists "$APPDATA\Avidemux-backupbyavidemuxportable" +1 Rename "$APPDATA\Avidemux-backupbyavidemuxportable" "$SETTINGSDIRECTORY" RMDIR /r "$APPDATA\Avidemux" Goto TheEnd
Thanks in Advance,
~Alpha1
you have to use $%USERPROFILE%
Insert original signature here with Greasemonkey Script.
So i removed both with this:
thanks you so much digitxp you made my day (that's almost sad)
Lead, Follow, or get out of the way.
I think the way u put userprofile it wont work, I think it should only be USERPROFILE, without the % and the $,
An eye for an eye makes the whole world blind.
Mahatma Gandhi,
Indian political and spiritual leader (1869 - 1948)
I believe %USERPROFILE% is the Windows standard variable, and $PROFILE is what NSIS uses.
which is kinda sad
Please search before posting. ~Thanks
Didn't know that...
Insert original signature here with Greasemonkey Script.
Hold on....
What happens if you encounter a local pre-existing installed version...
Will that be backed up correct?