Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread diwakar09

Hi,
  There must be some other ways, But I could not find those.
  

Sneha Gharpure wrote:
> 
> Hi,
> 
> What i understand from your reply is that, the below HTML file will
> redirect us to the login.aspx.
> In that case, the HTML file should be packed with msi itself and will get
> deployed on the target machine.
> 
> Any other way to do this?
> 
> Thanks,
> Sneha
> 
> 
> diwakar09 wrote:
>> 
>> Hi,
>> 
>> Try this
>> Create a html file with below statements and then create a shortcut of
>> this file
>> Hope this can help you
>>   
>>  
>>  Put any title
>>  http://localhost/xyz/Login.aspx"; />
>>  
>>  
>>  Please wait or click 
>>  http://localhost/xyz/Login.aspx here
>>  
>> 
>> 
>>  
>> 
>> 
>> 
>> 
>> Sneha Gharpure wrote:
>>> 
>>> Hi,
>>> 
>>> Thanks for your reply.
>>> 
>>> Its created a shortcut but when i tried opening the file, the path in
>>> browser was 
>>> file:///C:/inetpub/wwwroot/xyz/Login.aspx
>>> 
>>> instead it should be 
>>> http://localhost/xyz/Login.aspx
>>> 
>>> Can you give any additional pointers?
>>> 
>>> Thanks,
>>> Sneha
>>> 
>>> 
>>> diwakar09 wrote:
 
 hi,
  Try
  >>> LongName="Login"
 WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
 Target="[#someFileID]" />
 
 
 
 
 
 Sneha Gharpure wrote:
> 
> Hi all,
> 
> The requirement is to create a shortcut for an ASPX page, e.g.
> login.aspx in the Program Menu Folder.
> 
> The shortcut is getting created, but when I click on the shortcut,
> instead of opening the ASPX page, it opens the folder containing the
> login.aspx file.
> 
> Following is the code sample for the same.
> 
> 
> 
>   
>   
> 
> 
> 
> 
> 
> 
>  LongName="Programs">
> 
> 
> 
> 
>   
> 
> 
> 
>  Source=" path to Login.aspx" />
>  LongName="Login"
> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
> />
> 
> 
> Can anyone give any pointer regarding how to do this?
> 
> Thanks in Advance,
> Sneha
> 
 
 
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14831874.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread Sneha Gharpure

Hi,

What i understand from your reply is that, the below HTML file will redirect
us to the login.aspx.
In that case, the HTML file should be packed with msi itself and will get
deployed on the target machine.

Any other way to do this?

Thanks,
Sneha


diwakar09 wrote:
> 
> Hi,
> 
> Try this
> Create a html file with below statements and then create a shortcut of
> this file
> Hope this can help you
>   
>   
>   Put any title
>   http://localhost/xyz/Login.aspx"; />
>   
>   
>   Please wait or click 
>  http://localhost/xyz/Login.aspx here
>  
> 
> 
>   
> 
> 
> 
> 
> Sneha Gharpure wrote:
>> 
>> Hi,
>> 
>> Thanks for your reply.
>> 
>> Its created a shortcut but when i tried opening the file, the path in
>> browser was 
>> file:///C:/inetpub/wwwroot/xyz/Login.aspx
>> 
>> instead it should be 
>> http://localhost/xyz/Login.aspx
>> 
>> Can you give any additional pointers?
>> 
>> Thanks,
>> Sneha
>> 
>> 
>> diwakar09 wrote:
>>> 
>>> hi,
>>>  Try
>>>  >> LongName="Login"
>>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>>> Target="[#someFileID]" />
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Sneha Gharpure wrote:
 
 Hi all,
 
 The requirement is to create a shortcut for an ASPX page, e.g.
 login.aspx in the Program Menu Folder.
 
 The shortcut is getting created, but when I click on the shortcut,
 instead of opening the ASPX page, it opens the folder containing the
 login.aspx file.
 
 Following is the code sample for the same.
 
 
 


 
 
 
 
 
 
 
 
 
 
 

 
 
 
 >>> Source=" path to Login.aspx" />
 >>> LongName="Login"
 WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
 />
 
 
 Can anyone give any pointer regarding how to do this?
 
 Thanks in Advance,
 Sneha
 
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14831032.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX 3.0.x platform support for Win2008 and WinVista

2008-01-14 Thread Mike Dimmick
Right now the WiX custom actions require that the IIS 6 Metabase
Compatibility feature is installed in the Turn Windows Features On Or Off
control panel. Native IIS 7.0 support, without this metabase compatibility
option installed, requires a complete rewrite. You can blame the IIS team
for this.

 

One note: rollback doesn't work because the backup/restore APIs that WiX
uses were not implemented for IIS 7.0.

 

-- 

Mike Dimmick

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tullen, Frank
Sent: 14 January 2008 09:56
To: wix-users@lists.sourceforge.net
Cc: Tullen, Frank; Wayenberg, Kurt
Subject: [WiX-users] WiX 3.0.x platform support for Win2008 and WinVista

 

Hello, 
We are currently busy with the process of testing/adopting the WiX
technology for
within our deployment strategy. We are working now with version 3.0.2925. 
We have constructed a small 'hello world deployment' example where we have a
WinForms app (client msi) as well as a WebService (server msi).
The server msi uses the IIS extension i.e. the /
construct in order to get the ASP.NET 2.0 WebService installed on top of
IIS. 
So far, the simple example seems to work just fine on the Win XP SP2
platform.
Out of curiousity, I also tried it on my (home) Vista PC where the
client.msi ran through
just fine but the server.msi installation ran into the following error : 
Cannot Connect to Internet Information Server (-2147221164) 

Obviously, the main difference is IIS5.1 vs IIS7.0 . I was wondering when
the support
for platforms Win Vista & Win 2008 would be included ? 
Greetings,
Frank 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I preserve properties betweenINSTALL/UNINSTALL?

2008-01-14 Thread Christopher Painter

I said `generally` per-machine, I never said that I've never encountered a 
situtation where I found opposing approaches.   I've written installs for 
products that used one, the other or both.   For example certain call center 
applications that I've packaged required per machine settings and per user 
settings to provide the correct information to tie the CRM and Telephony 
systems all together.  As an aside, our Active Directory model took that 
scenario into consideration also.  The system also wasn't strictly setup time, 
it colloborated with setup and the application via a common pattern and 
configuration data attribute classes that describe the implementation of the 
data.
   
  For instance, if fired up a new VM from a VM machine type,  AD and GPO would 
take over at the machine startup script and apply the correct configuration 
settings based on OU membership and installed applications.   When the user 
logged in the logon script would do the same for user settings.   The result 
would be when you run the application it would be configured.   
  

Jason Swager <[EMAIL PROTECTED]> wrote:
  I think you might find that the installation-versus-configuration, 
and the per-machine, per-user arguments to be very much based on what sort of 
applications you write.  Just because you've never encountered a situation 
where an opposing approach is more appropriate doesn't invalidate that 
approach.  Personally, I've found that the majority of client-based apps that I 
write need to have per-user settings, so setup is a bad place for 
configuration.  Likewise, I've found that when writing server applications, 
that there is only one configuration, so setup could be used for configuration. 
 But with virtualization becoming more common in the enterprise apps area 
(install once into a virtual image, then reconfigure on every new instance) is 
making the setup program a bad place for configuration once again.  

Jason Swager

  - Original Message 
From: Christopher Painter <[EMAIL PROTECTED]>
To: Bob Arnson <[EMAIL PROTECTED]>
Cc: WiX Users 
Sent: Monday, January 14, 2008 1:11:47 PM
Subject: Re: [WiX-users] How do I preserve properties betweenINSTALL/UNINSTALL?

  I don't agree that installation and configuration are automatically distinct 
nor do I agree that configuration is generally per-user.  In fact, 12 years of 
development, setup authoring and enterprise engineering has convinced me that 
it's generally per-machine.  Even Windows Installer TAO seems to concede that 
per-user stories are a pain to support.
   




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


   
-
Never miss a thing.   Make Yahoo your homepage.-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I preserve properties betweenINSTALL/UNINSTALL?

2008-01-14 Thread Jason Swager
I think you might find that the installation-versus-configuration, and the 
per-machine, per-user arguments to be very much based on what sort of 
applications you write.  Just because you've never encountered a situation 
where an opposing approach is more appropriate doesn't invalidate that 
approach.  Personally, I've found that the majority of client-based apps that I 
write need to have per-user settings, so setup is a bad place for 
configuration.  Likewise, I've found that when writing server applications, 
that there is only one configuration, so setup could be used for configuration. 
 But with virtualization becoming more common in the enterprise apps area 
(install once into a virtual image, then reconfigure on every new instance) is 
making the setup program a bad place for configuration once again.  

Jason Swager

- Original Message 
From: Christopher Painter <[EMAIL PROTECTED]>
To: Bob Arnson <[EMAIL PROTECTED]>
Cc: WiX Users 
Sent: Monday, January 14, 2008 1:11:47 PM
Subject: Re: [WiX-users] How do I preserve properties betweenINSTALL/UNINSTALL?


I don't agree that installation and configuration are automatically distinct 
nor do I agree that configuration is generally per-user.  In fact, 12 years of 
development, setup authoring and enterprise engineering has convinced me that 
it's generally per-machine.  Even Windows Installer TAO seems to concede that 
per-user stories are a pain to support.
   



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I preserve properties betweenINSTALL/UNINSTALL?

2008-01-14 Thread Christopher Painter
I don't agree that installation and configuration are automatically distinct 
nor do I agree that configuration is generally per-user.  In fact, 12 years of 
development, setup authoring and enterprise engineering has convinced me that 
it's generally per-machine.  Even Windows Installer TAO seems to concede that 
per-user stories are a pain to support.
   
  Btw, have you noticed that storing data in the registry isn't exactly a first 
class citizen in .NET?XML is where it's at, and after 8 years of .NET, MSI 
still can't do that naively either.  The `equally simple declarative pattern` 
that you mention is becoming useless in the managed code world that MSI seems 
to desperately try to ignore.
   
   
   
  

Bob Arnson <[EMAIL PROTECTED]> wrote:
  Christopher Painter wrote:
> I'm afraid you lost me there. Just about everything inside the MSI 
> engine can be one outside of MSI.

We were discussing simple property persistence. MSI has an equally 
simple declarative pattern: Write it to the registry during 
installation, read it back via AppSearch; if it's not there, it hasn't 
been written yet but that's OK because MSI does the right thing during 
AppSearch. Purely declarative, no custom actions.

> I know everyone likes to say configuration data is a pain but 
> imagine how painless it would be if MSI/MMC/AD/GPO had this type of 
> built-in story and ISV's were supporting it as part of their 
> deployment story.

Configuration is distinct from installation. Most configuration data 
needs to be per-user which doesn't fit the typical per-machine/first-run 
installation model of MSI.

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




   
-
Never miss a thing.   Make Yahoo your homepage.-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem Reading from cabs when I have a Korean Character in Path

2008-01-14 Thread Magus



Magus wrote:
> 
> I have been getting an error whenever I have a Korean Character in the
> path to source directory.  Is there a way around this or am I doing
> something wrong
> C:\temp\[Korean_Character]\
> 
> 
Another important piece of information
It seems to work if My files are not cabbed and are just loose files.  Does
anyone know what the msi does differently when it is extracting from a cab
that would cause a problem when the path contains a Unicode character?
-- 
View this message in context: 
http://www.nabble.com/Problem-Reading-from-cabs-when-I-have-a-Korean-Character-in-Path-tp14811926p14814201.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] LGHT0095 error with FeatureRef

2008-01-14 Thread Bob Arnson
Kevin Richardson wrote:
> The example you gave is what I fell back on. Unfortunately, we pull in  
> (localized) files dynamically and those tools make heavy use of the  
> FeatureRef/ComponentRef structure that apparently only works in WiX2.
>   

In WiX v3, Feature and FeatureRef with the same Id creates two 
references, which is illegal.

> I believe Bob's webpage mentioned adding support for  Id="blah" ... Feature="feature"/> so hopefully I can just make use of  
> that instead.
>   

Check out ComponentGroups. Unless you need to generate actual Features, 
ComponentGroups have all the same many-to-one advantages without the 
complex references Features require.

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



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Util-extension in wix v2

2008-01-14 Thread Bob Arnson

Tobias Holm wrote:


No registry entries were made. However, I think that was because I 
used the wrong type for the registry entry.


If I change the /type/ attribute in the /Registry /element/ / from 
/string /to /expandable/ it works ok.


 

However I'm not sure about this approach. Is there a better way to do 
it when I'm limited to WiX v2?




Not that I'm aware of.

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

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I preserve properties betweenINSTALL/UNINSTALL?

2008-01-14 Thread Bob Arnson
Christopher Painter wrote:
> I'm afraid you lost me there.  Just about everything inside the MSI 
> engine can be one outside of MSI.

We were discussing simple property persistence. MSI has an equally 
simple declarative pattern: Write it to the registry during 
installation, read it back via AppSearch; if it's not there, it hasn't 
been written yet but that's OK because MSI does the right thing during 
AppSearch. Purely declarative, no custom actions.

> I know everyone likes to say configuration data is a pain but 
> imagine how painless it would be if MSI/MMC/AD/GPO had this type of 
> built-in story and ISV's were supporting it as part of their 
> deployment story.

Configuration is distinct from installation. Most configuration data 
needs to be per-user which doesn't fit the typical per-machine/first-run 
installation model of MSI.

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



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix bug?

2008-01-14 Thread Wilson, Phil
That message is from the OS as the MSI engine cranks up, so it'll be in the 
language of the OS.

Phil Wilson

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Thompson 
(WEBSTORE)
Sent: Monday, January 14, 2008 11:20 AM
To: 'wix-users@lists.sourceforge.net'
Subject: [WiX-users] Wix bug?

I am using Wix Version 2.0.5325.0
On the light command line I use the English localization command:

light.exe -loc WixUI_en-us.wxl -out WstSetup.MSI @wixobjs.rsp sca.wixlib 
wixca.wixlib wixui.wixlib @C:\Tmp\nm2F8.tmp

The MSI file compiles correctly, however, when I run it I get a start up 
message box like so:

[cid:image001.jpg@01C856A7.78F6DA70]

This appears before the Welcome dialog. This window appears for sometimes one 
second, sometimes even shorter before it closes by itself.

So what is happening here?
<>-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Problem Reading from cabs when I have a Korean Character in Path

2008-01-14 Thread Magus

I have been getting an error whenever I have a Korean Character in the path
to source directory.  Is there a way around this or am I doing something
wrong
C:\temp\[Korean_Character]\

-- 
View this message in context: 
http://www.nabble.com/Problem-Reading-from-cabs-when-I-have-a-Korean-Character-in-Path-tp14811926p14811926.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Grant accessrights to folder outside of installation folder?

2008-01-14 Thread Tobias Holm
Hi,

 

I need to be able to grant a user created by the wix setup access to
c:\windows\temp\.

Is it possible to do this?  

 

I only manage to set permissions on folders that are created inside my
installation folder.

 

/Tobias

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix bug?

2008-01-14 Thread Brad Thompson (WEBSTORE)
I am using Wix Version 2.0.5325.0
On the light command line I use the English localization command:

light.exe -loc WixUI_en-us.wxl -out WstSetup.MSI @wixobjs.rsp sca.wixlib 
wixca.wixlib wixui.wixlib @C:\Tmp\nm2F8.tmp

The MSI file compiles correctly, however, when I run it I get a start up 
message box like so:

[cid:image003.jpg@01C8569F.6E792100]

This appears before the Welcome dialog. This window appears for sometimes one 
second, sometimes even shorter before it closes by itself.

So what is happening here?
<>-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Regsvcs or Regasm related custom actions

2008-01-14 Thread Bryan C. Boettcher
You'll need to grab the registry information out of regasm and convert it into 
a WiX-friendly syntax.  This is done at design time, not on the final machine.  
For a mostly automated process, you'll need tallow from the WiX 2.0 toolset, 
and then some mystery executable I can't remember :) to convert it to WiX v3 
syntax.

C:\Package\> regasm /codebase /regfile:temp.reg MyAssembly.dll
C:\Package\> tallow -reg temp.reg > temp.wxs
C:\Package\> ???

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of R Kishe
Sent: Saturday, January 05, 2008 1:46 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Regsvcs or Regasm related custom actions

Hello

In my current setup project, I am using regsvcs.exe and regasm.exe to do the 
registration by invoking these exes in a custom action. Are there any custom 
actions which are part of Wix 3.0 which can replace my custom action?

Thanks
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] waiting for CostingComplete

2008-01-14 Thread Michal Peled
Attached is a bit of my XML code for the " MaintenanceWelcomeDlg"
dialog:

 





CostingComplete = 1

1



.

.

.

 

You can see that while Costing is not complete, the " WaitForCostingDlg"
dialog is spawned. This dialog, apparently, bothers some of our clients
since it seems like an error or warning or something like that. 

Is there a legal way to get rid of it? Is it ok just to remove that
"SpawnWaitDialog" line and nothing bad would happen? Any other ideas?

 

Any help appreciated. 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Using under removes all other user permissions

2008-01-14 Thread Scott Sam
Is there any way to avoid this?  I want to give one user rights to a
folder in addition to whatever was already in place.

 

   
The information contained in this email is privileged and confidential 
and is intended solely for the addressee(s). If you are not the intended

recipient, please respond to [EMAIL PROTECTED]
  then delete 
this email from your system.

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of fiordean
dacian
Sent: Monday, January 14, 2008 12:28 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Add/Remove Programs entry redundant

 

Hi,

I'm experiencing a weired problem with a major update (actually I'm
using this only) for my application which has its entry within the
Add/Remove Programs listed even after the upgrade is finished
successfully (pressing F5 won't solve it). The strange thing is that if
I click on it, it disappears; just that, a click :)

Does anyone experienced the same? Any ideas where from it might come?

Dacian

 



Looking for last minute shopping deals? Find them fast with Yahoo!
Search.
 

<>-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Add/Remove Programs entry redundant

2008-01-14 Thread Richard

What does your verbose log of the upgrade say?
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] List box entry selection

2008-01-14 Thread Richard

In article <[EMAIL PROTECTED]>,
fiordean dacian <[EMAIL PROTECTED]>  writes:

> I added a listbox control on a dialog which I'm adding items into within a cu
stom action (it is actually a feature list similar with the tree control on Set
upTypeDlg.wxs except I want the features in a list).
> 
> Question is, how I could select by default the first entry in that listbox?

The ListBox control is associated with a property.  Usually the
default selection of a control associated with a property is
controlled by setting the property to have the value associated with
its selection.  If you don't initialize the property, it will be
empty, and no item will be selected.  Radio buttons and check boxes
work similarly.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Add/Remove Programs entry redundant

2008-01-14 Thread fiordean dacian
Hi,

I'm experiencing a weired problem with a major update (actually I'm using this 
only) for my application which has its entry within the Add/Remove Programs 
listed even after the upgrade is finished successfully (pressing F5 won't solve 
it). The strange thing is that if I click on it, it disappears; just that, a 
click :)

Does anyone experienced the same? Any ideas where from it might come?

Dacian





  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] List box entry selection

2008-01-14 Thread fiordean dacian
Hi,

I added a listbox control on a dialog which I'm adding items into within a 
custom action (it is actually a feature list similar with the tree control on 
SetupTypeDlg.wxs except I want the features in a list).

Question is, how I could select by default the first entry in that listbox?

Thanks,
Dacian





  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] virtual directory pointing to UNC shared folder inside another virtual directory pointing to disk folder

2008-01-14 Thread Yuri Pegov
Hi,
   
  I need to have virtual directory pointing to UNC shared folder inside another 
virtual directory.
  So far I've got xml for parent virtual directory
  Is it possible to create nested virtual directory and how would I point it to 
UNC shared network folder (\\servername\foldername)?
  Thanks
   
   
  
  
  
  
   
  
   
  
  
  
  
  
  
  
  
  
  
  
   
   
   
  
  
  
  
  
  
  
  
  
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] SQL Custom Action bug

2008-01-14 Thread Dana Gutride
I already submitted all of the code to fix this bug months ago on this
e-mail list and in the comments of this bug.  I haven't heard anything back
(the bug is still open), so I don't know if they incorporated it or not.
Because the change wasn't incorporated in WiX 2.0, I'm forced to use a
custom built WiX custom action dll with my change.

Dana

On 1/13/08, Fadi Haik <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> We are facing the similiar error / ( bug ) that described in the
>
>
>
> https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1653864&group_id=105970
>
>
> From MSI logs
>
> "
>
> MSI (s) (44:B8) [12:50:28:859]: Invoking remote custom action. DLL:
> C:\WINDOWS\Installer\MSI47.tmp, Entrypoint: InstallSqlData
>
> MSI (s) (44:B8) [12:50:28:890]: Leaked MSIHANDLE (230) of type 790531 for
> thread 4064
>
> MSI (s) (44:B8) [12:50:28:890]: Leaked MSIHANDLE (229) of type 790531 for
> thread 4064
>
> MSI (s) (44:B8) [12:50:28:890]: Leaked MSIHANDLE (176) of type 790540 for
> thread 4064
>
> MSI (s) (44:B8) [12:50:28:890]: Leaked MSIHANDLE (175) of type 790540 for
> thread 4064
>
> MSI (s) (44:B8) [12:50:28:890]: Leaked MSIHANDLE (146) of type 790541 for
> thread 4064
>
> MSI (s) (44:B8) [12:50:28:890]: Note: 1: 2769 2: InstallSqlData 3: 5
>
> *Action start 12:50:28: InstallSqlData.*
>
> *DEBUG: Error 2769:  Custom Action InstallSqlData did not close 5
> MSIHANDLEs.*
>
> *The installer has encountered an unexpected error installing this
> package. This may indicate a problem with this package. The error code is
> 2769. The arguments are: InstallSqlData, 5, *
>
> MSI (s) (44:24) [12:50:28:906]: Machine policy value 'DisableRollback' is
> 0
>
> MSI (s) (44:24) [12:50:28:906]: Note: 1: 1402 2:
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts
> 3: 2
>
> Action ended 12:50:28: InstallSqlData. Return value 3.
>
> MSI (s) (44:24) [12:50:28:906]: Note: 1: 1402 2:
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts
> 3: 2
>
> MSI (s) (44:24) [12:50:28:906]: No System Restore sequence number for this
> installation.
>
> MSI (s) (44:24) [12:50:28:906]: Unlocking Server
>
> Action ended 12:50:28: INSTALL. Return value 3.
>
> "
>
>
>
> currently we are using WIX version 3.0.3526.0.
>
>
>
> according to the follow up this bug still open, there is ETA ?
>
>
>
> Can you please advice how we can debug/ or avoid that bug ?
>
>
>
> Thanks in advance,
>
> Fadi
>
>
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] LGHT0095 error with FeatureRef

2008-01-14 Thread Karthik Krishnan
Kevin,

I do something very similar in Wix3, but use a ComponentGroup with the
ComponentRefs as children, and use multiple ComponentGroupRefs under my
Features.

K

On Jan 14, 2008 12:12 AM, Kevin Richardson <[EMAIL PROTECTED]> wrote:

> Thanks Julie.
>
> The example you gave is what I fell back on. Unfortunately, we pull in
> (localized) files dynamically and those tools make heavy use of the
> FeatureRef/ComponentRef structure that apparently only works in WiX2.
>
> I believe Bob's webpage mentioned adding support for  Id="blah" ... Feature="feature"/> so hopefully I can just make use of
> that instead.
>
> -kevin
>
>
> On Jan 13, 2008, at 8:45 PM, Julie Campbell wrote:
>
> > Kevin,
> >
> > I've not used WiX v2, but the usage of the FeatureRef element below is
> > incorrect, whether you or the converter authored it.  FeatureRef is
> > for
> > referencing a feature defined in a different fragment.  How about this
> > replacement:
> >
> >>  >> ConfigurableDirectory="INSTALLDIR" Absent="disallow" />
> >> 
> >>  
> >>  
> >>  
> >>  
> >>  
> >> 
> >
> >  > ConfigurableDirectory="INSTALLDIR" Absent="disallow" />
> >   
> >   
> >   
> >   
> >   
> > 
> >
> > Perhaps this is a v2/v3 nuance?
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread diwakar09

Hi,

Try this
Create a html file with below statements and then create a shortcut of this
file
Hope this can help you
  

Put any title
http://localhost/xyz/Login.aspx"; />


Please wait or click 
http://localhost/xyz/Login.aspx here








Sneha Gharpure wrote:
> 
> Hi,
> 
> Thanks for your reply.
> 
> Its created a shortcut but when i tried opening the file, the path in
> browser was 
> file:///C:/inetpub/wwwroot/xyz/Login.aspx
> 
> instead it should be 
> http://localhost/xyz/Login.aspx
> 
> Can you give any additional pointers?
> 
> Thanks,
> Sneha
> 
> 
> diwakar09 wrote:
>> 
>> hi,
>>  Try
>>  > LongName="Login"
>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>> Target="[#someFileID]" />
>> 
>> 
>> 
>> 
>> 
>> Sneha Gharpure wrote:
>>> 
>>> Hi all,
>>> 
>>> The requirement is to create a shortcut for an ASPX page, e.g.
>>> login.aspx in the Program Menu Folder.
>>> 
>>> The shortcut is getting created, but when I click on the shortcut,
>>> instead of opening the ASPX page, it opens the folder containing the
>>> login.aspx file.
>>> 
>>> Following is the code sample for the same.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> >> Source=" path to Login.aspx" />
>>> >> LongName="Login"
>>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>>> />
>>> 
>>> 
>>> Can anyone give any pointer regarding how to do this?
>>> 
>>> Thanks in Advance,
>>> Sneha
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14802589.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread diwakar09

Hi,

Create a html file with the below statements and then make a shortcut of
this html file.
May be this can help you
 

Put any title
http://localhost/xyz/Login.aspx"; />


Please wait or click  http://localhost/xyz/Login.aspx 
here 






Sneha Gharpure wrote:
> 
> Hi,
> 
> Thanks for your reply.
> 
> Its created a shortcut but when i tried opening the file, the path in
> browser was 
> file:///C:/inetpub/wwwroot/xyz/Login.aspx
> 
> instead it should be 
> http://localhost/xyz/Login.aspx
> 
> Can you give any additional pointers?
> 
> Thanks,
> Sneha
> 
> 
> diwakar09 wrote:
>> 
>> hi,
>>  Try
>>  > LongName="Login"
>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>> Target="[#someFileID]" />
>> 
>> 
>> 
>> 
>> 
>> Sneha Gharpure wrote:
>>> 
>>> Hi all,
>>> 
>>> The requirement is to create a shortcut for an ASPX page, e.g.
>>> login.aspx in the Program Menu Folder.
>>> 
>>> The shortcut is getting created, but when I click on the shortcut,
>>> instead of opening the ASPX page, it opens the folder containing the
>>> login.aspx file.
>>> 
>>> Following is the code sample for the same.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> >> Source=" path to Login.aspx" />
>>> >> LongName="Login"
>>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>>> />
>>> 
>>> 
>>> Can anyone give any pointer regarding how to do this?
>>> 
>>> Thanks in Advance,
>>> Sneha
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14802584.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread Sneha Gharpure

Hi,

Thanks for your reply.

Its created a shortcut but when i tried opening the file, the path in
browser was 
file:///C:/inetpub/wwwroot/xyz/Login.aspx

instead it should be 
http://localhost/xyz/Login.aspx

Can you give any additional pointers?

Thanks,
Sneha


diwakar09 wrote:
> 
> hi,
>  Try
>   LongName="Login"
> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
> Target="[#someFileID]" />
> 
> 
> 
> 
> 
> Sneha Gharpure wrote:
>> 
>> Hi all,
>> 
>> The requirement is to create a shortcut for an ASPX page, e.g. login.aspx
>> in the Program Menu Folder.
>> 
>> The shortcut is getting created, but when I click on the shortcut,
>> instead of opening the ASPX page, it opens the folder containing the
>> login.aspx file.
>> 
>> Following is the code sample for the same.
>> 
>> 
>> 
>>  
>>  
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>  
>> 
>> 
>> 
>> > Source=" path to Login.aspx" />
>> > LongName="Login"
>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal"  />
>> 
>> 
>> Can anyone give any pointer regarding how to do this?
>> 
>> Thanks in Advance,
>> Sneha
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14802382.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread diwakar09

hi,
 Try
 





Sneha Gharpure wrote:
> 
> Hi all,
> 
> The requirement is to create a shortcut for an ASPX page, e.g. login.aspx
> in the Program Menu Folder.
> 
> The shortcut is getting created, but when I click on the shortcut, instead
> of opening the ASPX page, it opens the folder containing the login.aspx
> file.
> 
> Following is the code sample for the same.
> 
> 
> 
>   
>   
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
> 
> 
> 
>  Source=" path to Login.aspx" />
>  LongName="Login"
> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal"  />
> 
> 
> Can anyone give any pointer regarding how to do this?
> 
> Thanks in Advance,
> Sneha
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14801896.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Registering extensions in merge modules

2008-01-14 Thread Floris Bruynooghe
Hello

I'm trying to have two merge modules, one with the application and one
that can register the extensions.  So in the one with the extensions I
have:


  

  

http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] XML Transform using XSLT

2008-01-14 Thread Schrieken, Rene
Did you try opening it in Notepad? Did you try to output to a different
filename (instead of the same as the input file)?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anidil
Sent: maandag 14 januari 2008 9:58
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] XML Transform using XSLT


Hi all
I have a problem transforming a fragment.xml file using a .xsl file to
create  entries.
Following are the steps i'm following :
1.Install MS XML 4.0 SP2
2.run the following command at the windows command line to perform the
transform

   msxsl.exe fragment.xml -o fragment.xml comprefs.xsl

 where comprefs.xsl is the xml style sheet file which contain the
instructions to perform the transform.But after i run the command i
couldn't
see that the fragment.xml file got updated by any 
elemets.When i opened the output fragment.xml using mozilla firefox, i
get a
message saying "
This XML file does not appear to have any style information
associated with it. The document tree is shown below."
Is there anything i'm missing out here? How can i fix this issue?
-- 
View this message in context:
http://www.nabble.com/XML-Transform-using-XSLT-tp14797270p14797270.html
Sent from the wix-users mailing list archive at Nabble.com.



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp
lace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] stripping Variable

2008-01-14 Thread Richard

In article <[EMAIL PROTECTED]>,
"Jason Rivers" <[EMAIL PROTECTED]>  writes:

> KBDLAYOUT >> 0809

Literal text has to be enclosed in " characters, so this should be

KBDLAYOUT >> "0809"

Remember to always create code that works by design, not by accident.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] System Services

2008-01-14 Thread SaiTeja

Hi,

In my case the Guard service does not allow administrators to stop it, due
to the possible unpleasant side-effects of stopping it while managed
applications are running.  That means the uninstall cannot stop it in the
normal way.  Instead, we have a custom action which runs
"StopGuardForUninstall" which requests that the service stop itself using a
specialized signal.

Following is the custom actions for the same




 


 Installed And
REMOVE="ALL"
 Not Installed 


But Still am facing same problem.

Can anyone give any pointer regarding how to solve this issue?



Wilson, Phil wrote:
> 
> If you manually stop the service while the product is still installed does
> it actually stop correctly? And does the process exe go away? Keep in mind
> that the whole service start/stop mechanism depends on the code in the
> service following the service message protocols and responding in a timely
> manner.
> 
> Phil Wilson
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja
> Sent: Monday, January 07, 2008 10:31 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] System Services
> 
> 
> Hi,
> 
> I tried with Wait="yes".
> 
> But still am getting same error. :(
> 
> Action 11:56:57: UnpublishFeatures. Unpublishing Product Features
> UnpublishFeatures: Feature: TPFeature
> Action 11:56:57: StopServices. Stopping services
> StopServices: Service: Test Prg Service
> Error 1921. Service 'Test Prg Service' (GuardSvc) could not be stopped.
> Verify that you have sufficient privileges to stop system services.
> MSI (s) (00:A8) [11:57:30:156]: Product: Test Prg -- Error 1921. Service
> 'Test Prg Service' (GuardSvc) could not be stopped. Verify that you have
> sufficient privileges to stop system services.
> 
> Action ended 11:57:31: InstallFinalize. Return value 3.
> Action 11:57:31: Rollback. Rolling back action:
> Rollback: Stopping services
> Rollback: Unpublishing Product Features
> 
> 
> 
> 
> Wilson, Phil wrote:
>>
>> Try Wait="yes".
>>
>> When wait="no" you can get a timing race between the service actually
>> winding down (and the process terminating) and the attempt to delete it.
>> The message might be a consequence of the process still running.
>>
>> Phil Wilson
>>
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja
>> Sent: Monday, January 07, 2008 5:00 AM
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] System Services
>>
>>
>> Hi,
>>
>> In my project am using guarsvc.exe. Following is the code for the same
>>
>> > Guid="{8D6F5BA9-DA8C-403F-8092-FD5A05616B2B}"
>> DiskId="1">
>>   > KeyPath="yes" Source="guardsvc.exe" />
>> > Remove="uninstall" Wait="no"/>
>> > Name="GuardSvc"
>> DisplayName="Test Service"
>> Type="ownProcess"
>> Start="auto"
>> ErrorControl="normal"
>> Description="Enables the Test Prg Client. If this
>> service is stopped, test prg-protected content will be unavailable."
>> Interactive="no" >
>>   
>>   
>>   
>>   
>> 
>> 
>>
>> While Uninstalling am getting the following error.
>>
>> Service 'Test Service'(guardsvc) couldnot be deleted. Verify that you
>> have
>> sufficient privileges to remove system services.
>>
>> Can anyone tell me what is the wrong here?
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/System-Services-tp14665168p14665168.html
>> Sent from the wix-users mailing list archive at Nabble.com.
>>
>>
>> -
>> 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
>>
>>
>>
>> -
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
>> just about anything Open Source.
>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>> ___
>> 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/System-Services-tp14665168p14683454.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubl

Re: [WiX-users] Creating Program Menu Directory Folder shortcut for an ASPX page

2008-01-14 Thread Sneha Gharpure

Hi All,

I could solve this problem but there seems to be another issue.
The shortcut is pointing to the login.aspx file but it is getting opened in
visual studio.
I have to configure the path of this login page as for example
http://localhost://login.aspx

Any pointers on the same?
A code sample will be of great help.

Thanks in Advance,
Sneha


Sneha Gharpure wrote:
> 
> Hi all,
> 
> The requirement is to create a shortcut for an ASPX page, e.g. login.aspx
> in the Program Menu Folder.
> 
> The shortcut is getting created, but when I click on the shortcut, instead
> of opening the ASPX page, it opens the folder containing the login.aspx
> file.
> 
> Following is the code sample for the same.
> 
> 
> 
>   
>   
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
> 
> 
> 
>  Source=" path to Login.aspx" />
>  LongName="Login"
> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal"  />
> 
> 
> Can anyone give any pointer regarding how to do this?
> 
> Thanks in Advance,
> Sneha
> 

-- 
View this message in context: 
http://www.nabble.com/Creating-Program-Menu-Directory-Folder-shortcut-for-an-ASPX-page-tp14796370p14800538.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] stripping Variable

2008-01-14 Thread Jason Rivers
thought i'd post the solution I found incase someone else has a similar
issue.

I have the Variable KBDLAYOUT this is 8 characters, but I'm only in the last
4.

I have this code:

KBDLAYOUT >> 0809

this is UK Language keyboard, but any layout.

Jason.



On Jan 14, 2008 9:42 AM, Jason Rivers <[EMAIL PROTECTED]> wrote:

> Hi all.
>
> I have a variable that gets they (default) keyboard layout of a system,
> from HKCU\Keyboard Layouts\preload\1
>
> this is an 8 character Hex, the first 4 are for the keyboard layout, so
> this could in fact be anything if the person is using a custom keyboard, the
> last 4 characters are the keyboard Language it is this that I need.
>
> Is it possible to strip the variable from the 8 to the 4 or only read the
> last 4 characters of the string value?
>
> Thanks.
> Jason
>
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Broken 3711 build

2008-01-14 Thread Meyrignac, Jean-Charles
The latest Wix3.msi :

 

http://wix.sourceforge.net/releases/3.0.3711.0/

 

doesn't work anymore with Visual Studio 2008.

 

When you compile a Wix project in VS2008, it opens a console window, and
thus doesn't log the errors.

Also, a second compilation gives you always a fatal error.

 

Uninstalling it and reinstalling build 3.0.3704.0 solves the problem.

 

JC

 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Granting access to IUSR?

2008-01-14 Thread Tobias Holm
Hi all,

 

I have a wix deployment project where I need to grant the ASPNET user
permissions to a certain folder. 

This works fine with the following  lines:

 



  



  

   

 

But when I try to change it to work with the IUSR of W2K8 server, I get an
error stating that the user with the SID: IUSR cannot be found.

I use the following line to define the permission for the IUSR:

 



  



  

 

 

Anyone else who have had this problem?

Is there a way around it?

 

/Tobias

 

 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX 3.0.x platform support for Win2008 and WinVista

2008-01-14 Thread Tullen, Frank
Hello, 
We are currently busy with the process of testing/adopting the WiX
technology for 
within our deployment strategy. We are working now with version
3.0.2925.
We have constructed a small 'hello world deployment' example where we
have a 
WinForms app (client msi) as well as a WebService (server msi). 
The server msi uses the IIS extension i.e. the / 
construct in order to get the ASP.NET 2.0 WebService installed on top of
IIS. 
So far, the simple example seems to work just fine on the Win XP SP2
platform. 
Out of curiousity, I also tried it on my (home) Vista PC where the
client.msi ran through 
just fine but the server.msi installation ran into the following error :

Cannot Connect to Internet Information Server (-2147221164)

Obviously, the main difference is IIS5.1 vs IIS7.0 ... I was wondering
when the support 
for platforms Win Vista & Win 2008 would be included ? 
Greetings, 
Frank 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] stripping Variable

2008-01-14 Thread Jason Rivers
Hi all.

I have a variable that gets they (default) keyboard layout of a system, from
HKCU\Keyboard Layouts\preload\1

this is an 8 character Hex, the first 4 are for the keyboard layout, so this
could in fact be anything if the person is using a custom keyboard, the last
4 characters are the keyboard Language it is this that I need.

Is it possible to strip the variable from the 8 to the 4 or only read the
last 4 characters of the string value?

Thanks.
Jason
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] XML Transform using XSLT

2008-01-14 Thread Anidil

Hi all
I have a problem transforming a fragment.xml file using a .xsl file to
create  entries.
Following are the steps i'm following :
1.Install MS XML 4.0 SP2
2.run the following command at the windows command line to perform the
transform

   msxsl.exe fragment.xml -o fragment.xml comprefs.xsl

 where comprefs.xsl is the xml style sheet file which contain the
instructions to perform the transform.But after i run the command i couldn't
see that the fragment.xml file got updated by any 
elemets.When i opened the output fragment.xml using mozilla firefox, i get a
message saying "
This XML file does not appear to have any style information
associated with it. The document tree is shown below."
Is there anything i'm missing out here? How can i fix this issue?
-- 
View this message in context: 
http://www.nabble.com/XML-Transform-using-XSLT-tp14797270p14797270.html
Sent from the wix-users mailing list archive at Nabble.com.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users