Re: [WiX-users] Shortcut to Folder example

2008-08-11 Thread Neil Sleightholm
Which version of WiX are you using?
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 



From: [EMAIL PROTECTED] on behalf of Timo Hannukkala
Sent: Mon 11/08/2008 06:06
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Shortcut to Folder example




Hi,

I don't success for some reason.

I have first directory to menu folder:
Directory Id=TARGETDIR Name=SourceDirDirectory Id=ProgramMenuFolder 
Name=ProgramsDirectory Id=ProgramMenuDirSoftwareMyProduct 
Name=MyProduct/Directory/Directory
// Then I have shortcut (I also tried with CreateFolder but no success to me, I 
do something very sillyDirectory Id=ProgramFilesFolderDirectory 
Id=INSTALLDIRDirectory Id=MyProductSubDirectory 
Name=SubDirectoryComponent Id=ShortcutToFolderComponent 
Guid=5EF201FD-00CF-4C8C-8CB8-B26027C3BD05Shortcut Id=Shortcut Name=Test 
Directory=ProgramMenuDirSoftwareMyProduct Target=[MyProductSubDirectory] 
/
// This folder  component has also files but I don't show them
/Component
/Directory/Directory/Directory/Directory

 Date: Sun, 10 Aug 2008 09:45:27 +0100 From: [EMAIL PROTECTED] To: 
 wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shortcut to Folder 
 example  I have just tried this (in WiX v3): Shortcut Id=Shortcut 
 Name=Test Directory=DesktopFolder Target=[ProgramFilesFolder] /  
 And it works for me, it places a shortcut on the desktop to the program file 
 folder.  Neil  -Original Message- From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of timoha Sent: 10 August 2008 05:45 
 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shortcut to Folder 
 example   Hi,  I have tried to get simple Shortcut from menus to Folder 
 (no file). But somehow I always fails. I can get it to file.  Could 
 someone give me little example?  I have tried Target=[DirectoryID], as I 
 think should work, but no success for me.  --  View this message in 
 context: http://www.nabble.com/Shortcut-to-Folder-e
 xample-tp18897432p18897432.htm l Sent from the wix-users mailing list 
archive at Nabble.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=100url=/ 
___ WiX-users mailing list 
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users  
- 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?ban
 ner_id=100url=/ ___ WiX-users 
mailing list WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users
_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vistamkt=en-USform=QBRE
-
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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Shortcut to Folder example

2008-08-11 Thread John Hall
 I have tried to get simple Shortcut from menus to Folder (no 
 file). But somehow I always fails. I can get it to file.
 
 Could someone give me little example?
 
 I have tried Target=[DirectoryID], as I think should work, 
 but no success for me.

I've got something like this:

  Component Id=... Guid=...
  ...
Shortcut Id=Shortcut.SharedFiles
  Name=My Shared Files
  Target=[MySharedDocuments]
  Directory=StartMenu.MyProduct
  Show=normal /
  /Component

Which (under WiX3 at least) seems to work fine.

Regards,
John

-
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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Shortcut to Folder example

2008-08-11 Thread Timo Hannukkala

my version(s) of WIX:
3.0.2925
and 
3.0.4318 (tried this too, but I use visual studio 2005 to build packages with 
WIX, 3.0.4318 error/warning outputs are not very good, for some reason, it 
gives only error codes  line number, but no the possible reason string why it 
gives an error).
 
I think, my problem is very silly now. Date: Mon, 11 Aug 2008 09:22:35 +0100 
From: [EMAIL PROTECTED] To: wix-users@lists.sourceforge.net; 
wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shortcut to Folder 
example  Which version of WiX are you using?  Neil  Neil Sleightholm X2 
Systems Limited [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  From: [EMAIL PROTECTED] on behalf of Timo 
Hannukkala Sent: Mon 11/08/2008 06:06 To: General discussion for Windows 
Installer XML toolset. Subject: Re: [WiX-users] Shortcut to Folder example  
   Hi,  I don't success for some reason.  I have first directory to menu 
folder: Directory Id=TARGETDIR Name=SourceDirDirectory 
Id=ProgramMenuFolder Name=ProgramsDirectory 
Id=ProgramMenuDirSoftwareMyProduct Name=MyProduct/Directory/Directory 
// Then I have shortcut (I also tried with CreateFolder but no success to me, I 
do something ve
 ry sillyDirectory Id=ProgramFilesFolderDirectory 
Id=INSTALLDIRDirectory Id=MyProductSubDirectory 
Name=SubDirectoryComponent Id=ShortcutToFolderComponent 
Guid=5EF201FD-00CF-4C8C-8CB8-B26027C3BD05Shortcut Id=Shortcut Name=Test 
Directory=ProgramMenuDirSoftwareMyProduct Target=[MyProductSubDirectory] 
/ // This folder  component has also files but I don't show them 
/Component /Directory/Directory/Directory/Directory   Date: Sun, 
10 Aug 2008 09:45:27 +0100 From: [EMAIL PROTECTED] To: 
wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shortcut to Folder 
example  I have just tried this (in WiX v3): Shortcut Id=Shortcut 
Name=Test Directory=DesktopFolder Target=[ProgramFilesFolder] /  And 
it works for me, it places a shortcut on the desktop to the program file 
folder.  Neil  -Original Message- From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
 Behalf Of timoha Sent: 10 August 2008 05:45 To: 
wix-users@lists.sourceforge.net Subject: [WiX-users] Shortcut to Folder 
example   Hi,  I have tried to get simple Shortcut from menus to Folder 
(no file). But somehow I always fails. I can get it to file.  Could someone 
give me little example?  I have tried Target=[DirectoryID], as I think should 
work, but no success for me.  --  View this message in context: 
http://www.nabble.com/Shortcut-to-Folder-e xample-tp18897432p18897432.htm l 
Sent from the wix-users mailing list archive at Nabble.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=100url=/ 
__
 _ WiX-users mailing list WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users  
- 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?ban ner_id=100url=/ 
___ WiX-users mailing list 
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users 
_ Discover the 
new Windows Vista 
http://search.msn.com/results.aspx?q=windows+vistamkt=en-USform=QBRE 
- 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=100url=/ 
___ WiX-users mailing list 
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users   
- 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=100url=/ 
___ WiX-users mailing list 
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users

Re: [WiX-users] Shortcut to Folder example

2008-08-11 Thread Neil Sleightholm
Just to step back a bit what problem do you see? Does the source build
ok, if it does do you get an error on install or do you see and error
with the shortcut?

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Timo
Hannukkala
Sent: 11 August 2008 13:06
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Shortcut to Folder example


my version(s) of WIX:
3.0.2925
and 
3.0.4318 (tried this too, but I use visual studio 2005 to build packages
with WIX, 3.0.4318 error/warning outputs are not very good, for some
reason, it gives only error codes  line number, but no the possible
reason string why it gives an error).
 
I think, my problem is very silly now.

-
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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Shortcut to Folder example

2008-08-11 Thread timoha

No more problems. Registry key's root was just incorrect.

When I changed back to 3.0.2925, I could see real error string. Not sure
why, but in non advertised shortcuts there must be registry key to HKCU, but
that solved the problem.

Timo



Neil Sleightholm wrote:
 
 Just to step back a bit what problem do you see? Does the source build
 ok, if it does do you get an error on install or do you see and error
 with the shortcut?
 
 Neil
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Timo
 Hannukkala
 Sent: 11 August 2008 13:06
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Shortcut to Folder example
 
 
 my version(s) of WIX:
 3.0.2925
 and 
 3.0.4318 (tried this too, but I use visual studio 2005 to build packages
 with WIX, 3.0.4318 error/warning outputs are not very good, for some
 reason, it gives only error codes  line number, but no the possible
 reason string why it gives an error).
  
 I think, my problem is very silly now.
 
 -
 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=100url=/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 

-- 
View this message in context: 
http://www.nabble.com/Shortcut-to-Folder-example-tp18897432p18937489.html
Sent from the wix-users mailing list archive at Nabble.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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Shortcut to Folder example

2008-08-10 Thread Neil Sleightholm
I have just tried this (in WiX v3):
  Shortcut Id=Shortcut Name=Test Directory=DesktopFolder
Target=[ProgramFilesFolder] /

And it works for me, it places a shortcut on the desktop to the program
file folder.

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of timoha
Sent: 10 August 2008 05:45
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Shortcut to Folder example


Hi,

I have tried to get simple Shortcut from menus to Folder (no file). But
somehow I always fails. I can get it to file.

Could someone give me little example?

I have tried Target=[DirectoryID], as I think should work, but no
success
for me.

-- 
View this message in context:
http://www.nabble.com/Shortcut-to-Folder-example-tp18897432p18897432.htm
l
Sent from the wix-users mailing list archive at Nabble.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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Shortcut to Folder example

2008-08-10 Thread Timo Hannukkala

Hi,
 
I don't success for some reason.
 
I have first directory to menu folder:
Directory Id=TARGETDIR Name=SourceDirDirectory Id=ProgramMenuFolder 
Name=ProgramsDirectory Id=ProgramMenuDirSoftwareMyProduct 
Name=MyProduct/Directory/Directory 
// Then I have shortcut (I also tried with CreateFolder but no success to me, I 
do something very sillyDirectory Id=ProgramFilesFolderDirectory 
Id=INSTALLDIRDirectory Id=MyProductSubDirectory 
Name=SubDirectoryComponent Id=ShortcutToFolderComponent 
Guid=5EF201FD-00CF-4C8C-8CB8-B26027C3BD05Shortcut Id=Shortcut Name=Test 
Directory=ProgramMenuDirSoftwareMyProduct Target=[MyProductSubDirectory] 
/
// This folder  component has also files but I don't show them
/Component
/Directory/Directory/Directory/Directory
 
 Date: Sun, 10 Aug 2008 09:45:27 +0100 From: [EMAIL PROTECTED] To: 
 wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shortcut to Folder 
 example  I have just tried this (in WiX v3): Shortcut Id=Shortcut 
 Name=Test Directory=DesktopFolder Target=[ProgramFilesFolder] /  
 And it works for me, it places a shortcut on the desktop to the program file 
 folder.  Neil  -Original Message- From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of timoha Sent: 10 August 2008 05:45 
 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shortcut to Folder 
 example   Hi,  I have tried to get simple Shortcut from menus to Folder 
 (no file). But somehow I always fails. I can get it to file.  Could 
 someone give me little example?  I have tried Target=[DirectoryID], as I 
 think should work, but no success for me.  --  View this message in 
 context: http://www.nabble.com/Shortcut-to-Folder-e
 xample-tp18897432p18897432.htm l Sent from the wix-users mailing list 
archive at Nabble.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=100url=/ 
___ WiX-users mailing list 
WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users  
- 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?ban
 ner_id=100url=/ ___ WiX-users 
mailing list WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users
_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vistamkt=en-USform=QBRE
-
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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Shortcut to Folder example

2008-08-09 Thread timoha

Hi,

I have tried to get simple Shortcut from menus to Folder (no file). But
somehow I always fails. I can get it to file.

Could someone give me little example?

I have tried Target=[DirectoryID], as I think should work, but no success
for me.

-- 
View this message in context: 
http://www.nabble.com/Shortcut-to-Folder-example-tp18897432p18897432.html
Sent from the wix-users mailing list archive at Nabble.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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users