Kira, No, that was not my question. For example, in INNO Setup, if I have a folder called Help (with subfolders and files under it) in my Windows file system, I would be able to install it on the target computer simply by specifying it in a script like: Source: "c:\Projects\VS\Calculator\Help\*"; DestDir: {app}; I would like to do something similar via VBScript or GUI in Visual Basic 2008. --Lenard
|