[WiX-users] Installed software listed in SNMP 'hrSWInstalled' applications
I've got some MSI software packages created with WiX that I install on Windows 7 systems with group policy. I'm using the linux 'snmpwalk' app to query each Windows PC to list the 'hrSWInstalled' applications. I'm seeing some applications listed in the output (mostly MS applications, but some third party as well), but none of the applications I've installed with my installers. Does anyone know what the trick is to get installed applications to show up in the SNMP output? this may have nothing to do with WiX, but I just have no idea. thanks! -- Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Installed software listed in SNMP 'hrSWInstalled' applications
After some playing with the registry I found that applications that create registry entries here show up in the hrSWInstalled output HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall My installer doesn't create that key. I don't know whether it should or not... ____ From: "wigyxz-p...@yahoo.com" To: "wix-users@lists.sourceforge.net" Sent: Wednesday, September 14, 2011 8:54 PM Subject: [WiX-users] Installed software listed in SNMP 'hrSWInstalled' applications I've got some MSI software packages created with WiX that I install on Windows 7 systems with group policy. I'm using the linux 'snmpwalk' app to query each Windows PC to list the 'hrSWInstalled' applications. I'm seeing some applications listed in the output (mostly MS applications, but some third party as well), but none of the applications I've installed with my installers. Does anyone know what the trick is to get installed applications to show up in the SNMP output? this may have nothing to do with WiX, but I just have no idea. thanks! -- Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2 ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Creating HKLM\Microsoft\Windows\CurrentVersion\Uninstall
I would like for my wix-generated install to create the various registry entries under HKLM\Microsoft\Windows\CurrentVersion\Uninstall\{Product-code} MSDN seems to indicate that these keys are updated by the Windows Installer service (see link below), but my installs created with Wix don't seem to create those entries. http://msdn.microsoft.com/en-us/library/windows/desktop/aa372105%28v=vs.85%29.aspx Is there some property/setting in my wxs file that I need to add, or do I need to manually create those registry keys myself? thanks! -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Creating HKLM\Microsoft\Windows\CurrentVersion\Uninstall
Turns out my problem was that the key was being created, but under the HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall key so I didn't see where it went. The installer was built and installed on Windows 7 64 bit, but I hadn't set the Platform='x64' value in my section. Once I fixed that, the HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall key is being created as I wanted. thanks! From: Peter Shirtcliffe To: wigyxz-p...@yahoo.com; General discussion for Windows Installer XML toolset. Sent: Wednesday, December 7, 2011 11:01 AM Subject: RE: [WiX-users] Creating HKLM\Microsoft\Windows\CurrentVersion\Uninstall http://msdn.microsoft.com/en-us/library/windows/desktop/aa368032%28v=vs.85%29 .aspx -Original Message- From: wigyxz-p...@yahoo.com [mailto:wigyxz-p...@yahoo.com] Sent: 07 December 2011 16:57 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Creating HKLM\Microsoft\Windows\CurrentVersion\Uninstall I would like for my wix-generated install to create the various registry entries under HKLM\Microsoft\Windows\CurrentVersion\Uninstall\{Product-code} MSDN seems to indicate that these keys are updated by the Windows Installer service (see link below), but my installs created with Wix don't seem to create those entries. http://msdn.microsoft.com/en-us/library/windows/desktop/aa372105%28v=vs.85%29 .aspx Is there some property/setting in my wxs file that I need to add, or do I need to manually create those registry keys myself? thanks! - - Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK. -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users