Hi All,
I hope one of you fine experts can help me with this problem.
My program allows the user to run a seperate .exe program. The .exe program, during installation, allows the user to select what folder to install into. (eg...C:\ or D:\)
After the installation is finished, I need to create a folder in one of the folders that the installation program created.
When I use %WinDir%\Program Files\Installed Folder\Put My Folder, It will only create this folder in C:\ but the user installed the program in D:\..
How can I get it to create in C:\ or D:\ depending on where the user installed the acutal program?
Thanks for the help!
Tom
I hope one of you fine experts can help me with this problem.
My program allows the user to run a seperate .exe program. The .exe program, during installation, allows the user to select what folder to install into. (eg...C:\ or D:\)
After the installation is finished, I need to create a folder in one of the folders that the installation program created.
When I use %WinDir%\Program Files\Installed Folder\Put My Folder, It will only create this folder in C:\ but the user installed the program in D:\..
How can I get it to create in C:\ or D:\ depending on where the user installed the acutal program?
Thanks for the help!
Tom
Comment