[WiX-users] On .msi file naming conventions

2007-12-03 Thread Huseyin Tufekcilerli
I want to know what is the naming convention you are using for your .msi files. For example I want to organize my setup packages like this: ProductName-Major.Minor.Build-setup.msi (like "FooBar-1.0.123-setup.msi") and after an update it may become "FooBar-1.1.456-setup.msi" which can be installed

[WiX-users] Installation Deployment via Group Policy (GPO)

2007-11-30 Thread Huseyin Tufekcilerli
Hello, I am trying to deploy a sample MSI package which simply installs a text file to Program Files folder. The setup runs just fine if you run it through double-clicking or via msiexec /i package.msi command line interface (with the current user is being an administrator on that computer). Then