Ini file for setup project in VS2005
-
Hi, I need my installation project to work in a specific way. there are some folders containing files. I don't always want to install all the folders. Also I don't want to build the setup everytime, so is there a way i can use ini file or xml file to customize my setup installation. I should be able to configure the folder names and only those specific configured folders should be installed. Thanks.
-
Hi, I need my installation project to work in a specific way. there are some folders containing files. I don't always want to install all the folders. Also I don't want to build the setup everytime, so is there a way i can use ini file or xml file to customize my setup installation. I should be able to configure the folder names and only those specific configured folders should be installed. Thanks.
Any time you want to exceed the capabilities of the built-in setup builder, you should consider using an external utility, such as Inno Setup.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001 -
Hi, I need my installation project to work in a specific way. there are some folders containing files. I don't always want to install all the folders. Also I don't want to build the setup everytime, so is there a way i can use ini file or xml file to customize my setup installation. I should be able to configure the folder names and only those specific configured folders should be installed. Thanks.
Is there no solution for this other than using third party software???