Hello!
I have a question about upgrading my application. My original installation
script (msi) does a lot of things:
- copy many files (.dll, .aspx, .config,...) into directories
- creates virtual directories (virtual directory name is entered in msi
dialog)
- creates database on SQL Server (database properties are entered in msi
dialog)
- created local user and set directory permissions (user name is entered in
msi dialog)
- enter some data in config files (data is entered in msi dialog)
- ...
My installation script has 3 features and a lot of components.
Now I must create an upgrade. Only ONE ASSEMBLY must be updated, everything
else must remain untouched!
Can I create small update (I don't want to change version number), or must I
create minor upgrade?
How can I create a small update, that only one *.dll file will be updated? I
don't want to unistalll my application while performing upgrade.
Thanks,
Voranc
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users