En Tue, 04 Mar 2008 16:36:03 -0200, SMALLp <[EMAIL PROTECTED]> escribió:
>>> I create simple application. Yust an windows and "compile" it with
>>> py2exe. I add registry value
>>> reg add
>>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v
>>> MyApp /t REG_SZ /d C:\myapp.exe
Gabriel Genellina wrote:
> En Sun, 02 Mar 2008 19:37:35 -0200, SMALLp <[EMAIL PROTECTED]> escribi�:
>
>> Hy.
>> I create simple application. Yust an windows and "compile" it with
>> py2exe. I add registry value
>> reg add
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v
>>
En Sun, 02 Mar 2008 19:37:35 -0200, SMALLp <[EMAIL PROTECTED]> escribi�:
> Hy.
> I create simple application. Yust an windows and "compile" it with
> py2exe. I add registry value
> reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
> /v
> MyApp /t REG_SZ /d C:\myapp.exe /f
On Mar 2, 3:37 pm, "SMALLp" <[EMAIL PROTECTED]> wrote:
> Hy.
> I create simple application. Yust an windows and "compile" it with
> py2exe. I add registry value
> reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v
> MyApp /t REG_SZ /d C:\myapp.exe /f'
>
> And it wont start