[WiX-users] Fileshare bug ?

2007-05-22 Thread HvPutten
Is this a bug ? When i update my application then shar ecreated in th einitail install is removed. The log is as follows : Actie gestart 12:06:03: CreateSmbRollback. CreateSmbRollback: Actie beeindigd 12:06:03: CreateSmbRollback. Retourwaarde 1. MSI (s) (70!70) [12:06:03:937]: PROPERTY CHANGE: A

[WiX-users] File sharing Vista limitations

2007-04-24 Thread HvPutten
Can someone tell met the wix (v2) limitations with de file sharing on Vista. My install is privileged but FileSharing seldom works and shares wont get removed. Is Wix V3 better in this aspect ? Under what circumstances should it work ? Should i post a bugreport ? regards, Hugo van Putten -- View

[WiX-users] major upgrade uprades partial

2007-04-02 Thread HvPutten
Dear reader, I am doing a major upgrade and a part of the featuresare upgraded. Of some other features only the components that have not changed (same file, same component guid) are installed/stay installed. The other componets are removed by . All the features i need are installed according to

[WiX-users] conditional service

2007-01-12 Thread HvPutten
Hello All, Given that i need to install a certain executable anyway is there a way to install it as a service dependig on a condition. My ugly, ICE error, solution is making two components with the the same file. One continaing thexecutable and the service. One containing only the file. Which com

[WiX-users] custom action fileshare upgrade

2007-01-07 Thread HvPutten
Hello All, I am using the custom action Fileshare in wix v2.0. If i simply install and uninstall my installation the correct directory is shared and the share is removed. If i install, (major) upgrade and uninstall the fileshare stays. How do i solve this ? Any ideas for solutions or ways to debu

Re: [WiX-users] persistent properties sample

2006-09-25 Thread HvPutten
. Its all there on the web in the help files but finding out how to apply it is verry dificult. I made a sample based on the tutorial UI sample from Gabor Deak Jahn but where do i post it so it helps other people ? regards Hugo Bob Arnson-3 wrote: > > HvPutten wrote: >> In my inst

[WiX-users] persistent properties sample

2006-09-22 Thread HvPutten
In my install the user can set a cache size which is stored in the registry. I can not get the registry value to change in the maintenace-menu/change I have the dialog. I can retrieve the current value. change the onscreen value but can not get it written back to the registry. I have read descript