Hi All,
I have completed a C# program and need to create an installer for it using VS 2008. I have the installer creating the short cuts and the like for the application I just need to create a directory for the save data. I have it creating at C:\[Company Name]\[Prod Name]\[Folder]\[sub] when I need it to create at
C:\[Company Name]\[Folder]\[Sub] I believe it has to do with where I have created the folder in Application Folder, which has the path
C:\[Company Name]\[Prod Name]. If I create the folder by right clicking File System on Target Machine and choosing Add Special Folder changing the name to [Company Name] and creating the [sub] folder this should create the folder [sub] but I cant seem to get it created.
Thanks
Glenn
Prateek DasPosted Feb 15, 2013, 8:16 AM
Althogh you can create installer using visual studio, but sometimes creating installers using visual studio becomes tedious, why don't you use INNO Setup, it is free to use, and using this you can create installers within a minute.