I'm trying to run the sample in the 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwingen/html/wixsetup.asp
 on a Vista machine. I have admin rights on this local machine.

When use the "ProgramMenuFolder" in the wxs file as following:

<Directory Id="ProgramMenuFolder">
...........
<File ...>
<Shortcut Id="MyAppShortcut" Name="MyAppsc" LongName="My Application
                              Shortcut" Description="A glorious expanse of 
battleship gray!"
                               Directory="ProgramMenuFolder"/>
</File>
</Directory>

I got the following error:

Error      1              There was an error importing table: Shortcut with 
file: C:\Users\a-beliu\AppData\Local\Temp\ql62jice\Shortcut.idt

Do you happen to know what cause the "shortcut" error? (The file itself defined 
in the File tag was created in the setup application and installed correctly 
without the "Shortcut" tag.)

Thanks,

Bei

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to