[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Problem in Installation/Deployment

Milan

10/30/2006 3:49:00 PM

Hi,

I have created deployment for my vb.net (2005) application.
In that i have one UDL file for which i have creayed shortcut in
programm menu.
I am facing one problem
If user change UDL file (after deploymnet ) name and try to click on
shortcut menu msi reinstalled udl file with the old file name. How to
avoid this ? It should open old file.


Milan

6 Answers

Phil Wilson

10/31/2006 1:09:00 AM

0

When you say "change UDL file" does that mean it was removed or just
updated? It sounds like the normal Windows Installer automatic repair is
being activated by use of the shortcut.
--
Phil Wilson
[Microsoft MVP Windows Installer]
"Milan" <milanwarik@googlemail.com> wrote in message
news:1162223353.568987.161240@e64g2000cwd.googlegroups.com...
> Hi,
>
> I have created deployment for my vb.net (2005) application.
> In that i have one UDL file for which i have creayed shortcut in
> programm menu.
> I am facing one problem
> If user change UDL file (after deploymnet ) name and try to click on
> shortcut menu msi reinstalled udl file with the old file name. How to
> avoid this ? It should open old file.
>
>
> Milan
>


Milan

10/31/2006 9:49:00 AM

0

Hi Phil

Change of UDL file Name.If name is changes then it again create UDL
file with old file Name.
How to stop automatic repair?

Regards
Milan

Phil Wilson wrote:
> When you say "change UDL file" does that mean it was removed or just
> updated? It sounds like the normal Windows Installer automatic repair is
> being activated by use of the shortcut.
> --
> Phil Wilson
> [Microsoft MVP Windows Installer]
> "Milan" <milanwarik@googlemail.com> wrote in message
> news:1162223353.568987.161240@e64g2000cwd.googlegroups.com...
> > Hi,
> >
> > I have created deployment for my vb.net (2005) application.
> > In that i have one UDL file for which i have creayed shortcut in
> > programm menu.
> > I am facing one problem
> > If user change UDL file (after deploymnet ) name and try to click on
> > shortcut menu msi reinstalled udl file with the old file name. How to
> > avoid this ? It should open old file.
> >
> >
> > Milan
> >

Phil Wilson

10/31/2006 9:34:00 PM

0

You can't absolutely prevent repair because the user can always right-click
the MSI file and choose Repair, and that will restore the file. You can edit
the MSI file to stop automatic repair with DISABLEADVTSHORTCUTS set to 1 in
the property table of the MSI file, use Orca to do that.

--
Phil Wilson
[Microsoft MVP - Windows Installer]

"Milan" <milanwarik@googlemail.com> wrote in message
news:1162288115.431213.80910@f16g2000cwb.googlegroups.com...
> Hi Phil
>
> Change of UDL file Name.If name is changes then it again create UDL
> file with old file Name.
> How to stop automatic repair?
>
> Regards
> Milan
>
> Phil Wilson wrote:
>> When you say "change UDL file" does that mean it was removed or just
>> updated? It sounds like the normal Windows Installer automatic repair is
>> being activated by use of the shortcut.
>> --
>> Phil Wilson
>> [Microsoft MVP Windows Installer]
>> "Milan" <milanwarik@googlemail.com> wrote in message
>> news:1162223353.568987.161240@e64g2000cwd.googlegroups.com...
>> > Hi,
>> >
>> > I have created deployment for my vb.net (2005) application.
>> > In that i have one UDL file for which i have creayed shortcut in
>> > programm menu.
>> > I am facing one problem
>> > If user change UDL file (after deploymnet ) name and try to click on
>> > shortcut menu msi reinstalled udl file with the old file name. How to
>> > avoid this ? It should open old file.
>> >
>> >
>> > Milan
>> >
>


Milan

11/1/2006 1:33:00 PM

0

Hi

Thanks for the reply
Where i can get Orca.

Milan
Phil Wilson wrote:
> You can't absolutely prevent repair because the user can always right-click
> the MSI file and choose Repair, and that will restore the file. You can edit
> the MSI file to stop automatic repair with DISABLEADVTSHORTCUTS set to 1 in
> the property table of the MSI file, use Orca to do that.
>
> --
> Phil Wilson
> [Microsoft MVP - Windows Installer]
>
> "Milan" <milanwarik@googlemail.com> wrote in message
> news:1162288115.431213.80910@f16g2000cwb.googlegroups.com...
> > Hi Phil
> >
> > Change of UDL file Name.If name is changes then it again create UDL
> > file with old file Name.
> > How to stop automatic repair?
> >
> > Regards
> > Milan
> >
> > Phil Wilson wrote:
> >> When you say "change UDL file" does that mean it was removed or just
> >> updated? It sounds like the normal Windows Installer automatic repair is
> >> being activated by use of the shortcut.
> >> --
> >> Phil Wilson
> >> [Microsoft MVP Windows Installer]
> >> "Milan" <milanwarik@googlemail.com> wrote in message
> >> news:1162223353.568987.161240@e64g2000cwd.googlegroups.com...
> >> > Hi,
> >> >
> >> > I have created deployment for my vb.net (2005) application.
> >> > In that i have one UDL file for which i have creayed shortcut in
> >> > programm menu.
> >> > I am facing one problem
> >> > If user change UDL file (after deploymnet ) name and try to click on
> >> > shortcut menu msi reinstalled udl file with the old file name. How to
> >> > avoid this ? It should open old file.
> >> >
> >> >
> >> > Milan
> >> >
> >

Phil Wilson

11/2/2006 6:42:00 PM

0

The Platform SDK (called the Windows SDK lately). Install it from Orca.msi
in the bin directory.
--
Phil Wilson
[Microsoft MVP Windows Installer]
"Milan" <milanwarik@googlemail.com> wrote in message
news:1162387953.583680.245300@e3g2000cwe.googlegroups.com...
> Hi
>
> Thanks for the reply
> Where i can get Orca.
>
> Milan
> Phil Wilson wrote:
>> You can't absolutely prevent repair because the user can always
>> right-click
>> the MSI file and choose Repair, and that will restore the file. You can
>> edit
>> the MSI file to stop automatic repair with DISABLEADVTSHORTCUTS set to 1
>> in
>> the property table of the MSI file, use Orca to do that.
>>
>> --
>> Phil Wilson
>> [Microsoft MVP - Windows Installer]
>>
>> "Milan" <milanwarik@googlemail.com> wrote in message
>> news:1162288115.431213.80910@f16g2000cwb.googlegroups.com...
>> > Hi Phil
>> >
>> > Change of UDL file Name.If name is changes then it again create UDL
>> > file with old file Name.
>> > How to stop automatic repair?
>> >
>> > Regards
>> > Milan
>> >
>> > Phil Wilson wrote:
>> >> When you say "change UDL file" does that mean it was removed or just
>> >> updated? It sounds like the normal Windows Installer automatic repair
>> >> is
>> >> being activated by use of the shortcut.
>> >> --
>> >> Phil Wilson
>> >> [Microsoft MVP Windows Installer]
>> >> "Milan" <milanwarik@googlemail.com> wrote in message
>> >> news:1162223353.568987.161240@e64g2000cwd.googlegroups.com...
>> >> > Hi,
>> >> >
>> >> > I have created deployment for my vb.net (2005) application.
>> >> > In that i have one UDL file for which i have creayed shortcut in
>> >> > programm menu.
>> >> > I am facing one problem
>> >> > If user change UDL file (after deploymnet ) name and try to click on
>> >> > shortcut menu msi reinstalled udl file with the old file name. How
>> >> > to
>> >> > avoid this ? It should open old file.
>> >> >
>> >> >
>> >> > Milan
>> >> >
>> >
>


Milan

11/3/2006 11:01:00 AM

0

Thanks a ton for ur help

Milan

Phil Wilson wrote:
> The Platform SDK (called the Windows SDK lately). Install it from Orca.msi
> in the bin directory.
> --
> Phil Wilson
> [Microsoft MVP Windows Installer]
> "Milan" <milanwarik@googlemail.com> wrote in message
> news:1162387953.583680.245300@e3g2000cwe.googlegroups.com...
> > Hi
> >
> > Thanks for the reply
> > Where i can get Orca.
> >
> > Milan
> > Phil Wilson wrote:
> >> You can't absolutely prevent repair because the user can always
> >> right-click
> >> the MSI file and choose Repair, and that will restore the file. You can
> >> edit
> >> the MSI file to stop automatic repair with DISABLEADVTSHORTCUTS set to 1
> >> in
> >> the property table of the MSI file, use Orca to do that.
> >>
> >> --
> >> Phil Wilson
> >> [Microsoft MVP - Windows Installer]
> >>
> >> "Milan" <milanwarik@googlemail.com> wrote in message
> >> news:1162288115.431213.80910@f16g2000cwb.googlegroups.com...
> >> > Hi Phil
> >> >
> >> > Change of UDL file Name.If name is changes then it again create UDL
> >> > file with old file Name.
> >> > How to stop automatic repair?
> >> >
> >> > Regards
> >> > Milan
> >> >
> >> > Phil Wilson wrote:
> >> >> When you say "change UDL file" does that mean it was removed or just
> >> >> updated? It sounds like the normal Windows Installer automatic repair
> >> >> is
> >> >> being activated by use of the shortcut.
> >> >> --
> >> >> Phil Wilson
> >> >> [Microsoft MVP Windows Installer]
> >> >> "Milan" <milanwarik@googlemail.com> wrote in message
> >> >> news:1162223353.568987.161240@e64g2000cwd.googlegroups.com...
> >> >> > Hi,
> >> >> >
> >> >> > I have created deployment for my vb.net (2005) application.
> >> >> > In that i have one UDL file for which i have creayed shortcut in
> >> >> > programm menu.
> >> >> > I am facing one problem
> >> >> > If user change UDL file (after deploymnet ) name and try to click on
> >> >> > shortcut menu msi reinstalled udl file with the old file name. How
> >> >> > to
> >> >> > avoid this ? It should open old file.
> >> >> >
> >> >> >
> >> >> > Milan
> >> >> >
> >> >
> >