Feb 20, 2023
06:05 PM
Regarding update installshiled, I am currently having some issues about callling application target folder's name. As far as I know, 3 folders ( 20221201, include_file, PC1) will be created when new updates start. Then, how can I access names of applcation folders without any lastest updates? I want to call names of application folders in script (setup.rul)
... View more
Labels
- Labels:
-
InstallShield Legacy Versions
Feb 02, 2023
11:59 PM
Thank You. I tried Ajay's solution, But I need to know the specify directory. But I want My Customer can copy the whole file whenever. MAIN -- A(100bytes) -- B(0bytes) -- C(50bytes) I want Copy whole folder.
... View more
Jan 30, 2023
03:00 AM
Hi, Thanks for answering but It doesn't work. 1. CopyFile() : I want to copy entire folder in source but the function only copy files. 2. INCLUDE_SUBDIR : It copies folder which has size. It also copies empty file but doesn't copy empty folder(0 Byte). When I used /E option, I can copy all folder and files including empty folder at Command prompt in windows(cmd.exe) For example) xcopy SOURCE_DIR TARGET_DIR /e Is there any way I can copy including empty folder like /e option in installshield script?
... View more
Jan 27, 2023
02:02 AM
Hi, foundoflife. I have problem that you've solve. But, His Blog does not work anymore. Can you help me ?
... View more
Jan 26, 2023
08:48 PM
I have Installshield 2014. and Xcopyfile does not copy empty sub folder, but I have to copy whole folder.
I try
XCopyFile (resdir + "\\*.*", CurrentDate , COMP_NORMAL|INCLUDE_SUBDIR);
Does anyone help me?
... View more
Labels
- Labels:
-
InstallShield Legacy Versions
Latest posts by hkkim4
Subject | Views | Posted |
---|---|---|
134 | Feb 20, 2023 06:05 PM | |
256 | Feb 02, 2023 11:59 PM | |
305 | Jan 30, 2023 03:00 AM | |
121 | Jan 27, 2023 02:02 AM | |
400 | Jan 26, 2023 08:48 PM |
Activity Feed
- Posted How can I access application files and folder on InstallShield Forum. Feb 20, 2023 06:05 PM
- Posted Re: Xcopyfile does not copy empty folder on InstallShield Forum. Feb 02, 2023 11:59 PM
- Posted Re: Xcopyfile does not copy empty folder on InstallShield Forum. Jan 30, 2023 03:00 AM
- Posted Re: XCopyFile Does Not copy Empty Sub-folder on InstallShield Forum. Jan 27, 2023 02:02 AM
- Posted Xcopyfile does not copy empty folder on InstallShield Forum. Jan 26, 2023 08:48 PM