setup and deployment
-
i have an application developed in vb.net and msaccess during deployment i m facing following two problems 1.i want that my application is automatically run after installation plz tell me how it will? 2. when i make a shortcut of my application at user's desktop and program menu it opens the same location not call the exefile of the project.? thnx in advance plz reply me urgent my development is just hang due to these problems plz reply me soon
-
i have an application developed in vb.net and msaccess during deployment i m facing following two problems 1.i want that my application is automatically run after installation plz tell me how it will? 2. when i make a shortcut of my application at user's desktop and program menu it opens the same location not call the exefile of the project.? thnx in advance plz reply me urgent my development is just hang due to these problems plz reply me soon
naeeemkhan wrote:
2. when i make a shortcut of my application at user's desktop and program menu it opens the same location not call the exefile of the project.?
http://support.microsoft.com/kb/821766/en-us[^]
naeeemkhan wrote:
1.i want that my application is automatically run after installation plz tell me how it will?
I think you might need to use installshield.
-
naeeemkhan wrote:
2. when i make a shortcut of my application at user's desktop and program menu it opens the same location not call the exefile of the project.?
http://support.microsoft.com/kb/821766/en-us[^]
naeeemkhan wrote:
1.i want that my application is automatically run after installation plz tell me how it will?
I think you might need to use installshield.
-
i have an application developed in vb.net and msaccess during deployment i m facing following two problems 1.i want that my application is automatically run after installation plz tell me how it will? 2. when i make a shortcut of my application at user's desktop and program menu it opens the same location not call the exefile of the project.? thnx in advance plz reply me urgent my development is just hang due to these problems plz reply me soon
naeeemkhan wrote:
1.i want that my application is automatically run after installation plz tell me how it will?
Well, you could create a custom action for your installation project that ASKS first if the user wants to run the app after the install. Then, if so, just use the Process[^] class to launch it. Docs[^] on custom actions...
naeeemkhan wrote:
2. when i make a shortcut of my application at user's desktop and program menu it opens the same location not call the exefile of the project?
Huh?? Are you saying that the shortcut you put into the install just opens the location of the .EXE?? Modify the shortcut in your installation and add the name of the .EXE to the path. Dave Kreskowiak Microsoft MVP - Visual Basic -- modified at 10:56 Friday 14th April, 2006
-
can you be abit more specific and can you give some more details, i think it will then be easy to understand your problem