| Thread | Last Post | Replies |
|
| Setup in vb.net | 31 May 2007 00:29 GMT | 1 |
hi ... Actually when i m creating setup of my application ..its take default path as C:/program files/appname/manufacturer......And i want to change this path through code in vb.net..Is it possible in vb.net to change?????kindly reply
|
| Setup Issue | 25 May 2007 22:50 GMT | 1 |
Hello people, Actually i have made one applications in vb.net and created its setup also,but now i want to launch one exe file before installation starts and it should be continue until the installation ends..so kindly suggest me how to do this? please its urgent
|
| Setting Registry Keys | 24 May 2007 20:29 GMT | 1 |
How does one set registry keys in a set-up project? Would these keys come off on uninstall? Thanks Regards
|
| finding out virtual directory name in custom action code in web setup? | 22 May 2007 02:58 GMT | 1 |
Hi. I know there is a predefined variable that can be passed to custom action, called TARGETDIR, containing the physical path to where the web application files were installed. Is there a similar variable for virtual directory name?
|
| Granting folder access to users at install time | 22 May 2007 02:56 GMT | 7 |
I've written an installer for a .NET application, which creates folders on the user’s hard drive, specific to our application. Since the installer runs under administrative rights, standard users do not have permission to write to these folders once the installation has finished ...
|
| Installing .NET 2.0 with a VS 2003 installer | 21 May 2007 16:48 GMT | 1 |
Installing .NET 2.0 with a VS 2003 installer Hi guys, We’ve got an existing product written using .NET 1.1.The product is installed using an installer created in VS 2003, which lives in the same
|
| Selective copying of file via set-up | 18 May 2007 20:19 GMT | 3 |
Is there a way to for a set-up project to copy a specific file during installation only if destination does not already have this file? Thanks Regards
|
| Deployment of the Windows Application in C#.Net | 18 May 2007 20:16 GMT | 1 |
I am deploying a desktop application and adding some files to the folder in the application folder (I also tried to add these files to custom folder also). All goes fine when the setup is installed but when i try to delete or update these files and then try to launch the
|
| Redistribute WebDev.WebServer.EXE | 17 May 2007 16:54 GMT | 1 |
Can I legally redistribute WebDev.WebServer.EXE? This is part of the SDK for .Net 2.0. This is useful for a demo situation where IIS is not available (such as on a laptop).
|
| please urgent how to install SQL server 2000 when i instal my .net application (C#) | 06 May 2007 19:11 GMT | 1 |
I which to know how to install sql server 2000 while setup my .net Apllication As i want it to be like acomponent icluded in the setup withrd please urgent
|
| Versioning problem | 03 May 2007 21:54 GMT | 3 |
I am picking up app version using Application.ProductVersion.ToString. The problem is it always comes up with 1.0.0.0. Is the version not supposed to change with successive builds? Thanks
|