| Re: There must be a way to MANUALLY run the Sandisk U3 flash drive autoplay! |
|
 |
|
 |
|
 |
|
 |
Group: microsoft.public.windowsxp.customize · Group Profile
Author: Why TeaWhy Tea Date: Sep 12, 2008 20:08
On Sep 13, 11:12Â am, Sherry Morris prodigy.net> wrote:
> On Fri, 12 Sep 2008 14:29:53 -0700 (PDT), Why Tea wrote:
>> I'd just take a step back to understand what the various sections
>> mean in the autorun.inf. If we can understand what each section means,
>> we must be able to do it manually. That's my theory anyway...
>
> I agree. The autorun.inf seems to perform the following ...
> There MUST be other people out there with a SanDisk U3 flash drive?
> Aren't there?
>
> 1. It looks like the autorun.inf first calls "LaunchU3.exe -a".
> 2. Then, it looks like it unzips LaunchPad.zip and runs LaunchPad.exe
> (I think) which is inside that zip file.
>
> But, the question is how to run that manually?
>
> S
>
> [AutoRun]
> open=LaunchU3.exe -a
> icon=LaunchU3.exe,0
>
> [Definitions]
> Launchpad=LaunchPad.exe
> Vtype=2
>
> [CopyFiles]
> FileNumber=1
> File1=LaunchPad.zip
>
> [Update]
> URL= http://u3.sandisk.com/download/lp_installer.asp?custom=1.6.1.1&brand=...
>
> [Comment]
> brand=CruzerBFG
My guess is this, during auto-run:
1) LaunchPad.zip is copied by Windows to
"C:\documents and settings\sherry\application data\
number>"
2) "LaunchU3.exe -a" is launched and it looks into the directory
for LaunchPad.zip, unzip it and continue execution
You can prove this on a "working" notebook by doing a search
of the zip file in C:\documents and settings\ for all hidden and
system files. You might find LaunchPad.zip there. I also think
the is generated by Windows during
runtime and it could be different each time. If that's true, you
might never be able to run it manually.
|