Gente estou tentando criar uma pasta e depois copiar alguns arquivos e algumas pastas para denro de onde criei, mais meu código não faz o que quero.
Não consigo achar onde esta o erro.
Aluem me ajuda por favor?
Announcement
Collapse
No announcement yet.
Search Result
Collapse
18 results in 0.0176 seconds.
Keywords
Members
Tags
-
-
Thing with "%USERPROFILE%"
Hello, i currently trying to make an installer and i wanna use the "%USERPROFILE%" property that Microsoft uses, but is not determinated at Autoplay Media Studio, so i wanna use it because if i only set "C:\\Users\\Administrator" as a Path, it will don't work at other Microsoft Profiles...
-
Confirm that the folder already exists
I made a code that creates a folder during installation
How do I confirm that a folder already exists, if you try to install again, that code I use?
:rolar os olhos
-
Create Floder
People, please, I am unable to create a folder with the name "JUNTA" and copy some files into it, I need to create a folder in this way.
"C: \ Program Files \ Adobe \ Adobe Photoshop CC 2015 \ Plugins \ JUNTA"
After copying some files into the folder...
-
File.Find and folders
When using File.Find with wildcards, where IncludeFolders is true, is there any way to tell which entries are files and which entries are folders? It does not appear to be possible, but was just wondering if anyone knew of a trick.
I am using the latest SUF 9.5.
Than...
-
Copy Folder
People like me do I copy an entire folder with subfolders to another location, I'm not coseguindo find the copy command, there is no "copy folder" Please help me. :Huh
-
Folder
First post!I have no knowledge of code so please be patient.
Question: Is there a way to drop files into an autoplay menu that asks for a name, (folder name) and then those files would be placed into that named folder? Like a quick file system.. choose to drop in an existing folder...
-
Folder.SmartDelete
Hello,
I'm trying to create a function that deletes folders in a smarter way. The normal Folder.Delete does not delete a folder when there are other files and folders in it. Currently i am solving the part of deleting folders. This is what my code looks like.
Code:function
-
LGHT0094: Unresolved reference to symbol Folder_...
This is my first MSI Factory MSI project. I have created 7 Merge Modules using MSI Factory each containing 3rd-party redistributables from various vendors. In each I have created an installation folder under [CommonFilesFolder] with a subfolder for that software vendor. The MSMs build with no errors....
-
Deny access to temp folder
Is there any way to deny the user access to the complete temp folder while my program is running? Can I intercept the access to the folder?
I've seen anything like this at another program created with AMS on the web and now looking for a possibility to imitate it.
I hope...
-
Example search an replace files
Hi guys,
Please help me, How I can do to find a file and replace it with another?
The original file is located in domcuments and setting in XP and ind folder users in vista/win7, and location depends on the user name in the system...
Can I find all files...
-
Createing a shortcut to a folder inside the application install directory
I need to create a shortcut that opens a backup directory inside the application folder. I want the end-user to be able to open the backup directory from the start menu so they can easily grab the backup files and back them up off site, to another HD, or disc.
I have no problem creating...
-
Trying to show Folder structure in Tree Object
Hi! I found a few old threads about this kind of topic but the files I found are not working properly anymore.
I want to add a Tree object which shows all folders below a specific folder and each one should have a check so the user can select which folders he wants to backup. If you hit...
-
Creating a folder in the shortcut folder
Hello people. I want to create a folder inside the shortcut folder in the start menu. This folder must be called "Docs". And inside there must be readme's and manuals of my product.
I've made this piece of code wich i think is correct to use:
Code:Map = SessionVar.Expand("%AppShortcutFolderName%");