Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing file name while installing

If I have A.txt as a components

Can I Install it as B.txt (different name, whatever) ?

like image 438
Quizer Avatar asked Jan 23 '13 08:01

Quizer


People also ask

How do you change a file name while downloading?

you can enable downloads different path option in your browser. Then you can rename the file name using typeinto activity to type the path with new filename during the execution. you can use rename file activity to rename your filename as what ever you want with the same path.

What happens when you rename a file?

When you rename a file, only the first part of the name of the file is selected, not the file extension (the part after the last .). The extension normally denotes what type of file it is (for example, file.

How do I rename a downloaded file in Windows?

Right-click the file and select Rename. Enter a new file name and press Enter.

Why can't I change the name of my files?

When a file or folder is still open, Windows doesn't allow users to rename it. Therefore, you must ensure that no files or folders are open and no apps are running in the background while you're renaming. To do that, simply click on the same file again to open it, and it will take you to the already opened tab.


1 Answers

try to add the Name="b.txt" into the
<File Id="testFile1" Name="testFile1.txt" Source="c:\TestFile1.txt" />

like image 81
Gilad Avatar answered Oct 15 '22 09:10

Gilad