Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Program Files folder nightmare!

Reply
Thread Tools Display Modes

Program Files folder nightmare!

 
 
vic
Guest
Posts: n/a

 
      07-22-2007
OK - I'm going nuts on deetermining the correct method of modifing files in
the "Program Files" folder. I have an Access application that installs the
MDE and other associated files into Program Files\AppName. These files are
packaged in an MSI file and used to install the app. However with UAC turned
on I can't update the MDE. The method I've been using is a self-extracting
zip file but I read where Vista requires that you use an installer to update
the Program Files folder. However, when I package the modification and
build a MSI file with a new MDE, it goes thru the process and appears to
have updated the folder with the new version but when you go to run it I
find it still has the old version.

What gives - I've scoured the web for solutions but nothing. If I rename
what appears to be the old version and run the re-named file I find that it
is the new version. This is very confusing.

Help!

Vic

 
Reply With Quote
 
 
 
 
Lang Murphy
Guest
Posts: n/a

 
      07-23-2007
"vic" <> wrote in message
newsF2A46EB-ACEC-4010-9A78-...
> OK - I'm going nuts on deetermining the correct method of modifing files
> in the "Program Files" folder. I have an Access application that installs
> the MDE and other associated files into Program Files\AppName. These
> files are packaged in an MSI file and used to install the app. However
> with UAC turned on I can't update the MDE. The method I've been using is
> a self-extracting zip file but I read where Vista requires that you use an
> installer to update the Program Files folder. However, when I package the
> modification and build a MSI file with a new MDE, it goes thru the process
> and appears to have updated the folder with the new version but when you
> go to run it I find it still has the old version.
>
> What gives - I've scoured the web for solutions but nothing. If I rename
> what appears to be the old version and run the re-named file I find that
> it is the new version. This is very confusing.
>
> Help!
>
> Vic



Vic,

Have you tried running the install msi as admin? (Right click on msi and
select Run As Administrator.)

Lang

 
Reply With Quote
 
vic
Guest
Posts: n/a

 
      07-23-2007

"Lang Murphy" <> wrote in message
news:...
> "vic" <> wrote in message
> newsF2A46EB-ACEC-4010-9A78-...
>> OK - I'm going nuts on deetermining the correct method of modifing files
>> in the "Program Files" folder. I have an Access application that
>> installs the MDE and other associated files into Program Files\AppName.
>> These files are packaged in an MSI file and used to install the app.
>> However with UAC turned on I can't update the MDE. The method I've been
>> using is a self-extracting zip file but I read where Vista requires that
>> you use an installer to update the Program Files folder. However, when I
>> package the modification and build a MSI file with a new MDE, it goes
>> thru the process and appears to have updated the folder with the new
>> version but when you go to run it I find it still has the old version.
>>
>> What gives - I've scoured the web for solutions but nothing. If I
>> rename what appears to be the old version and run the re-named file I
>> find that it is the new version. This is very confusing.
>>
>> Help!
>>
>> Vic

>
>
> Vic,
>
> Have you tried running the install msi as admin? (Right click on msi and
> select Run As Administrator.)
>
> Lang


The option to "Run as Administrator" is not available on msi files. However,
I did convert the msi to an exe file and ran it as Administrator and id did
not help.

Vic


 
Reply With Quote
 
Lang Murphy
Guest
Posts: n/a

 
      07-24-2007
"vic" <> wrote in message
news:C80477F6-55EB-451E-955F-...
>
> "Lang Murphy" <> wrote in message
> news:...
>> "vic" <> wrote in message
>> newsF2A46EB-ACEC-4010-9A78-...
>>> OK - I'm going nuts on deetermining the correct method of modifing files
>>> in the "Program Files" folder. I have an Access application that
>>> installs the MDE and other associated files into Program Files\AppName.
>>> These files are packaged in an MSI file and used to install the app.
>>> However with UAC turned on I can't update the MDE. The method I've been
>>> using is a self-extracting zip file but I read where Vista requires that
>>> you use an installer to update the Program Files folder. However, when
>>> I package the modification and build a MSI file with a new MDE, it goes
>>> thru the process and appears to have updated the folder with the new
>>> version but when you go to run it I find it still has the old version.
>>>
>>> What gives - I've scoured the web for solutions but nothing. If I
>>> rename what appears to be the old version and run the re-named file I
>>> find that it is the new version. This is very confusing.
>>>
>>> Help!
>>>
>>> Vic

>>
>>
>> Vic,
>>
>> Have you tried running the install msi as admin? (Right click on msi and
>> select Run As Administrator.)
>>
>> Lang

>
> The option to "Run as Administrator" is not available on msi files.
> However, I did convert the msi to an exe file and ran it as Administrator
> and id did not help.
>
> Vic
>
>



Have you tried creating the app folder before running the msi and changing
permissions on it prior to running the install? I don't know if your app's
install will change permissions, but permissions on your app's folder would
be the next place I would investigate.

Lang

 
Reply With Quote
 
vic
Guest
Posts: n/a

 
      07-24-2007

"Lang Murphy" <> wrote in message
news:404A8A48-EC9A-432C-8B10-...
> "vic" <> wrote in message
> news:C80477F6-55EB-451E-955F-...
>>
>> "Lang Murphy" <> wrote in message
>> news:...
>>> "vic" <> wrote in message
>>> newsF2A46EB-ACEC-4010-9A78-...
>>>> OK - I'm going nuts on deetermining the correct method of modifing
>>>> files in the "Program Files" folder. I have an Access application that
>>>> installs the MDE and other associated files into Program Files\AppName.
>>>> These files are packaged in an MSI file and used to install the app.
>>>> However with UAC turned on I can't update the MDE. The method I've
>>>> been using is a self-extracting zip file but I read where Vista
>>>> requires that you use an installer to update the Program Files folder.
>>>> However, when I package the modification and build a MSI file with a
>>>> new MDE, it goes thru the process and appears to have updated the
>>>> folder with the new version but when you go to run it I find it still
>>>> has the old version.
>>>>
>>>> What gives - I've scoured the web for solutions but nothing. If I
>>>> rename what appears to be the old version and run the re-named file I
>>>> find that it is the new version. This is very confusing.
>>>>
>>>> Help!
>>>>
>>>> Vic
>>>
>>>
>>> Vic,
>>>
>>> Have you tried running the install msi as admin? (Right click on msi and
>>> select Run As Administrator.)
>>>
>>> Lang

>>
>> The option to "Run as Administrator" is not available on msi files.
>> However, I did convert the msi to an exe file and ran it as Administrator
>> and id did not help.
>>
>> Vic
>>
>>

>
>
> Have you tried creating the app folder before running the msi and changing
> permissions on it prior to running the install? I don't know if your app's
> install will change permissions, but permissions on your app's folder
> would be the next place I would investigate.
>
> Lang


The initial install creates the app folder and everything is fine. The
problem is only when I need to send out a new MDE and I haven't been able to
replace the mde. I beleive the new version of the app is being sent to the
virtial store but I haven't been able to prove that. It seems the only
solution is to avoid using the Program Files folder.

 
Reply With Quote
 
Lang Murphy
Guest
Posts: n/a

 
      07-25-2007
<snip>
>> Have you tried creating the app folder before running the msi and
>> changing permissions on it prior to running the install? I don't know if
>> your app's install will change permissions, but permissions on your app's
>> folder would be the next place I would investigate.
>>
>> Lang

>
> The initial install creates the app folder and everything is fine. The
> problem is only when I need to send out a new MDE and I haven't been able
> to replace the mde. I beleive the new version of the app is being sent to
> the virtial store but I haven't been able to prove that. It seems the only
> solution is to avoid using the Program Files folder.


Hmm... could be... but... you didn't try changing the permissions -after-
the initial install?

Lang

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Program Files folder switched to Pictures Folder type... ontherebound Windows Vista File Management 4 04-16-2008 07:07 PM
Problem deleting vista RC windows folder and program files folder Rob Holmes Windows Vista Administration 0 08-08-2007 07:42 PM
deleting vista RC windows folder and program files folder Rob Holmes Windows Vista File Management 0 08-06-2007 03:52 PM
Spyware .exe program won't save or run into Program Files folder Little Lil Windows Vista General Discussion 3 03-20-2007 10:14 PM
Moving Folder Nightmare Duarte Molha Windows Vista General Discussion 0 02-07-2007 04:45 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59