tomer saban wrote:
> I want to know what is the influence (if any) of the warning :
>
> Warning 7 The File/@AssemblyManifest attribute's value,
> 'NiceApplications.SystemAdministrator.IntegrationsPlugin.RejectedDevices.dll',
> is too long for an identifier.  Standard identifiers are 72 characters long
> or
> less. 
> D:\ccm_wa\9.10.5\InfraApps\Install\CoreApplicationWixMsm\CoreApplicationWixMsm\MergeModule.wxs
> 1972 1 CoreApplicationWixMsm
> if it bigger than 72 chars , so what will be the real identifier ?
>   

WiX puts the full identifier into the database; whether it works is 
undefined behavior. There are cases where you must adhere to the column 
limits; others where MSI will adapts to the data that's there. Your best 
bet is shorten the ID.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to