Click here to Skip to main content
16,006,474 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Remote registry edit in code Pin
Anonymous24-Mar-05 14:40
Anonymous24-Mar-05 14:40 
Questionhow to bind data in combobox from datatable Pin
sumit2124-Mar-05 6:04
sumit2124-Mar-05 6:04 
AnswerRe: how to bind data in combobox from datatable Pin
Dave Kreskowiak24-Mar-05 6:10
mveDave Kreskowiak24-Mar-05 6:10 
QuestionCenter image in picture box? Pin
leezardd24-Mar-05 4:23
leezardd24-Mar-05 4:23 
AnswerRe: Center image in picture box? Pin
H@is@here24-Mar-05 11:57
H@is@here24-Mar-05 11:57 
GeneralRe: Center image in picture box? Pin
leezardd29-Mar-05 4:48
leezardd29-Mar-05 4:48 
GeneralSetup and deployment Project Pin
Purple Monk24-Mar-05 3:36
Purple Monk24-Mar-05 3:36 
GeneralRe: Setup and deployment Project Pin
rwestgraham24-Mar-05 17:09
rwestgraham24-Mar-05 17:09 
This is a built-in function in the Windows Installer service. There is not much you can do about this once the setup has been run. What happens is changing the file causes the Windows Installer to automatically put itself into Repair mode.

You have a couple of options:

1) Reissue the entire setup with the new files, have the user uninstall the original application completely, then install the updated version. This is easy enough for you to do, but your client may not be very happy about it.

2) Author a Patch project. A patch project does several things. First it replaces any files that you need to replace. Second. it finds the original installation MSI and applies changes to the MSI so that it now recognizes the updated files as being the correct ones so Repair mode is no longer automatically in initiated because the versions have changed.

Creating a Patch is way outside the scope of what you can do with the VS.NET Setup projects. You will need to download the Windows Installer SDK from Microsoft to even get started, and authoring MSI's is difficult and tedious.

Good Luck!

Robert
Generalcombobox in datagrid vb.net Pin
vsing24-Mar-05 0:24
vsing24-Mar-05 0:24 
GeneralRe: combobox in datagrid vb.net Pin
j45mw26-Mar-05 6:54
j45mw26-Mar-05 6:54 
GeneralUsing VB to search data in Access database Pin
Anonymous23-Mar-05 23:16
Anonymous23-Mar-05 23:16 
GeneralRe: Using VB to search data in Access database Pin
magnifique24-Mar-05 0:28
magnifique24-Mar-05 0:28 
GeneralRe: Using VB to search data in Access database Pin
magnifique24-Mar-05 0:35
magnifique24-Mar-05 0:35 
Generaluse the scrollbar with the datagrid and the checkboxlist...please help... Pin
besah23-Mar-05 20:47
besah23-Mar-05 20:47 
Generalproblem with CurrencyManager Pin
Anonymous23-Mar-05 18:10
Anonymous23-Mar-05 18:10 
GeneralCOM object Memory Access Pin
JimWills23-Mar-05 16:31
JimWills23-Mar-05 16:31 
GeneralFolder Creation Pin
Winston98223-Mar-05 13:26
Winston98223-Mar-05 13:26 
GeneralRe: Folder Creation Pin
Christian Graus23-Mar-05 15:21
protectorChristian Graus23-Mar-05 15:21 
GeneralRe: Folder Creation Pin
H@is@here24-Mar-05 12:49
H@is@here24-Mar-05 12:49 
GeneralRe: Folder Creation Pin
Christian Graus24-Mar-05 15:53
protectorChristian Graus24-Mar-05 15:53 
GeneralRe: Folder Creation Pin
j45mw26-Mar-05 16:10
j45mw26-Mar-05 16:10 
GeneralRe: Folder Creation Pin
Christian Graus27-Mar-05 19:44
protectorChristian Graus27-Mar-05 19:44 
GeneralRe: Folder Creation Pin
Dave Kreskowiak24-Mar-05 1:43
mveDave Kreskowiak24-Mar-05 1:43 
Generalcan't start a new project Pin
Dave Pursey23-Mar-05 13:01
Dave Pursey23-Mar-05 13:01 
GeneralRe: can't start a new project Pin
Christian Graus23-Mar-05 13:21
protectorChristian Graus23-Mar-05 13: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.