Hi,

Try this
Create a html file with below statements and then create a shortcut of this
file
Hope this can help you
  <html>
        <head>
                <title>Put any title</title>
                <meta HTTP-EQUIV="REFRESH" content="0;
url=http://localhost/xyz/Login.aspx"; />
        </head>
        <body>
                <p>....Please wait or click 
http://localhost/xyz/Login.aspx here


</p>
        </body>
</html>



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
>>  <Shortcut Id="myShortcut" Directory="ProgramMenuDir" Name="Login"
>> 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.
>>> 
>>> <DirectoryRef Id="TARGETDIR">
>>>     <Directory Id="dir1" Name="dir1">
>>>     <Directory Id='dir2' Name='dir2'>
>>>         <Directory Id='dir3' Name='dir3'>
>>>             </Directory>
>>>             </Directory>
>>>         </Directory>
>>>     </Directory>
>>> 
>>> 
>>>     <Directory Id="ProgramMenuFolder" Name="PMenu" LongName="Programs">
>>>         <Directory Id="ProgramMenuDir" Name='myDIR'/>
>>>     </Directory>
>>> 
>>> </DirectoryRef>
>>>                                                                     
>>> <Icon Id="Login.aspx" SourceFile="path to login.aspx" />
>>> 
>>> <Component Id="someID" Guid="xxxxx">
>>>     <File Id="someFileID" Name="name" LongName="Login.aspx" DiskId="1"
>>> Source=" path to Login.aspx" />
>>>     <Shortcut Id="myShortcut" Directory="ProgramMenuDir" Name="Login"
>>> LongName="Login"                                                
>>> WorkingDirectory='dir3' Icon="Login.aspx" IconIndex="0" Show="normal" 
>>> />
>>> </Component>
>>> 
>>> 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

Reply via email to