VS 2005 Setup & Deployment - Condition Question
-
Hi, I have a VS2005 Setup & Deployment project and I want to use a Windows installer condition to check to see if a folder already exists (sub-folder in the Application Folder hierarchy). I used the condition 'NOT Installed' in the properties for my sub-folder in the File System tab, but it looks like it's installing the sub-folder every time. Is 'NOT Installed' the right property to check to see if a folder already exists, or is that only used to check if the application is installed or not? Thanks
-
Hi, I have a VS2005 Setup & Deployment project and I want to use a Windows installer condition to check to see if a folder already exists (sub-folder in the Application Folder hierarchy). I used the condition 'NOT Installed' in the properties for my sub-folder in the File System tab, but it looks like it's installing the sub-folder every time. Is 'NOT Installed' the right property to check to see if a folder already exists, or is that only used to check if the application is installed or not? Thanks
Hi, There is a tool named "Inno Setup" on internet. It's a freeware software. Download it and install in your computer. It will solve your all problems regarding setup creation. Ravi...