Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
GeneralRe: Client/Server application question [edit] Pin
Luis Alonso Ramos20-May-05 14:56
Luis Alonso Ramos20-May-05 14:56 
GeneralPrinting only half a page Pin
Luis Alonso Ramos20-May-05 14:39
Luis Alonso Ramos20-May-05 14:39 
GeneralRe: Printing only half a page (found the problem, not yet a fix) Pin
Luis Alonso Ramos20-May-05 15:02
Luis Alonso Ramos20-May-05 15:02 
GeneralImplementing CommonDialog::RunDialog() Pin
zorifila20-May-05 12:29
zorifila20-May-05 12:29 
GeneralApplication deployment question Pin
Asad Hussain20-May-05 12:15
Asad Hussain20-May-05 12:15 
GeneralRe: Application deployment question Pin
MoustafaS20-May-05 14:22
MoustafaS20-May-05 14:22 
GeneralRe: Application deployment question Pin
mav.northwind20-May-05 19:53
mav.northwind20-May-05 19:53 
GeneralRe: Application deployment question Pin
mav.northwind20-May-05 19:59
mav.northwind20-May-05 19:59 
That's quite simple.
Your plugin installer will have to know the path your main app has been installed into.
You can set a registry entry during installation of your main app to hold this information by setting its value to "[TARGETDIR]".

In your plugin installation project, you can add a registry search to your start conditions that's searching for this registry entry.
If the search found a value, assign this value to a variable, e.g. MAININSTALLDIR.

Now set the default value for the installation directory to [MAININSTALLDIR] and remove the dialog where the user can choose the installation location and you're done.

Regards,
mav
GeneralRe: Application deployment question Pin
Asad Hussain21-May-05 9:56
Asad Hussain21-May-05 9:56 
GeneralRe: Application deployment question Pin
mav.northwind21-May-05 14:01
mav.northwind21-May-05 14:01 
GeneralResolving &eacute when loading XmlDocument Pin
mwhouser20-May-05 10:42
mwhouser20-May-05 10:42 
GeneralRe: Resolving &eacute when loading XmlDocument Pin
mwhouser20-May-05 10:44
mwhouser20-May-05 10:44 
GeneralRe: Resolving &eacute when loading XmlDocument Pin
DavidNohejl20-May-05 11:23
DavidNohejl20-May-05 11:23 
GeneralRe: Resolving &eacute when loading XmlDocument Pin
mwhouser24-May-05 7:09
mwhouser24-May-05 7:09 
GeneralRe: Resolving &eacute when loading XmlDocument Pin
DavidNohejl24-May-05 8:09
DavidNohejl24-May-05 8:09 
GeneralRe: Resolving &eacute when loading XmlDocument Pin
mwhouser24-May-05 9:45
mwhouser24-May-05 9:45 
GeneralRe: Resolving &eacute when loading XmlDocument Pin
DavidNohejl24-May-05 10:08
DavidNohejl24-May-05 10:08 
Generalkeyboard Pin
daonlyone20-May-05 10:27
daonlyone20-May-05 10:27 
GeneralRe: keyboard Pin
Nick Parker20-May-05 10:58
protectorNick Parker20-May-05 10:58 
GeneralRe: keyboard Pin
daonlyone21-May-05 12:22
daonlyone21-May-05 12:22 
GeneralDataSet View Pin
samoore20-May-05 9:10
samoore20-May-05 9:10 
GeneralRe: DataSet View Pin
John Fisher20-May-05 9:20
John Fisher20-May-05 9:20 
GeneralRe: DataSet View Pin
rudy.net20-May-05 10:10
rudy.net20-May-05 10:10 
GeneralRe: DataSet View Pin
Luis Alonso Ramos20-May-05 12:50
Luis Alonso Ramos20-May-05 12:50 
GeneralRe: DataSet View Pin
samoore21-May-05 11:21
samoore21-May-05 11:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.