"I have code as below" did you mean to paste some code in your reply?
I looked around, but I didn't see any .cub files in either the downloaded " Windows 7 Client Software Logo Toolkit - RTW" file or the installed Logo Kit installation directory... -----Original Message----- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Thursday, October 28, 2010 6:18 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] All Users Start Menu shortcut without touching HKCU for Windows 7 Logo testing Does the Windows 7 logo testing suite come with new ICE .cub files which are more lenient for ICE43 & ICE57? I have code as below for All User Start Menu shortcuts in an All User package & it passed logo testing but that was around 6 months ago so the test suite has probably been updated since then. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: Will Sullivan [mailto:wsulli...@softdocs.com] Sent: 27 October 2010 19:55 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] All Users Start Menu shortcut without touching HKCU for Windows 7 Logo testing Seen tons of info about adding such shortcuts, but they all use a HKCU registry key as the key path. I need to create All Users shortcuts (both for "All Programs/Company/Product" and the Startup folder) WITHOUT touching HKCU so I can pass Win 7 Logo testing. If I attempt to do the following: <Component Id="Shortcuts" Guid="e18fb74f-b182-4aa7-8a23-b50b48aa62e8"> <Shortcut Id="StartupShortcut" Directory="StartupFolder" Target="[INSTALLDIR]DERP.exe" WorkingDirectory="INSTALLDIR" Name="DERP"> <Icon Id="startupIcon" SourceFile="$(var.DERP.TargetPath)"/> </Shortcut> <Registry Id="softdocskey" Root="HKLM" Key="Software\HERP\DERP" Name="Installed" Type="integer" Value="1" KeyPath="yes"/> </Component> It craps on me with errors ICE43 and ICE57 (use HKCU and mixing per-user and per-machine in a component). It seems VERY ODD to me that I can just turn off ICE checking and PASS logo testing, however if I fix the ICE errors I FAIL logo testing. How f*ed up is that? Anybody have a solution which passes both ICE and logo testing? ------------------------------------------------------------------------ ------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users