[WiX-users] CA - getting value from registry

2007-10-01 Thread salome zk
Hi

I need a Custom action which gets a value from the registry , is that possible?

I also want to be able to use that value in my installer.

any help?

thanks

   
-
 Check out  the hottest 2008 models today at Yahoo! Autos.-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CA - getting value from registry

2007-10-01 Thread salome zk
i've done that, but what i need is the installer to get the registry value of 
the machine it is installing on. this gets the registry value of the machine it 
is built on.

Rob Hamflett [EMAIL PROTECTED] wrote: Take a look at the RegistrySearch 
element.

Rob

salome zk wrote:
 Hi
 
 I need a Custom action which gets a value from the registry , is that 
 possible?
 
 I also want to be able to use that value in my installer.
 
 any help?
 
 thanks
 
 
 Check out 
 
   the hottest 2008 models today at Yahoo! Autos.
 
 
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 
 
 
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


   
-
Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] registry value not removed

2007-10-01 Thread salome zk
Hi

how can i make sure a registry value i have added, does not get removed at 
uninstall?

thanks

   
-
Boardwalk for $500? In 2007? Ha! 
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] closing program before uninstalling

2007-09-14 Thread salome zk
Hi

i need to have a custom action which closes the program if it is open before i 
do an uninstall, so i don't get an error message.

thanks

   
-
Boardwalk for $500? In 2007? Ha! 
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] save username and password

2007-09-12 Thread salome zk
Hi

Is there a way to store the username and password entered for an install 
somewhere and use it again when the same installation is done on that PC?

thanks.

   
-
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us.-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] save username and password

2007-09-12 Thread salome zk
Thanks for you answer, but just one other question, is there a way to just 
store the username? 
  You see, customers keep losing their username and so once they have 
unistalled the software the next time they want to install it they can't 
remeber their username.I wanted to know if there's a way to save the username 
they enter somwhere and the next time they want to install the software it 
automatically restores the username in the username box.
   
  thanks.
  

Mailinglist [EMAIL PROTECTED] wrote:
Hi,
   
  even if you use a custom action to encrypt and decrypt the credentials, it 
would be unsafe  to store them, cause they coud be found and decrypted.
   
  The data you store can be hacked on (RegistryKeys, File) as well as your code 
that you use to store/encrypt/decrypt them. If you use tools, they can be 
extracted from the msi, if you use a stringkey for de/encryption, it can be 
extracted from the msi… no encryption is safe as long as all secrets are 
shipped with the data.
   
  Oliver

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


   
-
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] save username and password

2007-09-12 Thread salome zk
How can i access the username that i have saved? and also how can i save it 
from the PrompCredential Page?
  Control Id=UserNameValue Type=Edit X=20 Y=72 Width=320 Height=18 
Property=USERNAME Text=47
  thanks,

Mailinglist [EMAIL PROTECTED] wrote:
v\:* {behavior:url(#default#VML);}  o\:* {behavior:url(#default#VML);}  
w\:* {behavior:url(#default#VML);}  .shape {behavior:url(#default#VML);}
Hi Salome,
   
  you can store the username in the registry (but only the username) in a key 
that is not by default deleted on uninstall. 
   
  Oliver
   
From: salome zk [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 12. September 2007 14:46
To: Mailinglist; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] save username and password

   
Thanks for you answer, but just one other question, is there a way to just 
store the username? 

You see, customers keep losing their username and so once they have 
unistalled the software the next time they want to install it they can't 
remeber their username.I wanted to know if there's a way to save the username 
they enter somwhere and the next time they want to install the software it 
automatically restores the username in the username box.

 

thanks.



Mailinglist [EMAIL PROTECTED] wrote:

  Hi,

 

even if you use a custom action to encrypt and decrypt the credentials, it 
would be unsafe  to store them, cause they coud be found and decrypted.

 

The data you store can be hacked on (RegistryKeys, File) as well as your 
code that you use to store/encrypt/decrypt them. If you use tools, they can be 
extracted from the msi, if you use a stringkey for de/encryption, it can be 
extracted from the msi… no encryption is safe as long as all secrets are 
shipped with the data.

 

Oliver

  -
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
   

-
  
  Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out. 



   
-
Pinpoint customers who are looking for what you sell. -
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] installing font on 64-bit platform

2007-08-15 Thread salome zk
I have an installer which installs fine on a 32-bit platform, it installs the 
needed fonts as well, but on a 64-bit server, everything woks fine except for 
the fonts, the fonts are not installed, can anyone help me on this?

   
-
Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. -
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to uninstall fonts

2007-08-13 Thread salome zk
Hi

I have to install a font, how do I uninstall it after unistallation? It doesn't 
automatically do that. Do I have to write a custom action for that?

   
-
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. -
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users