Search found 3 matches

by tutosrive
10 Aug 2025, 06:05
Forum: Help
Topic: Saving install path to registry
Replies: 3
Views: 222593

Re: Saving install path to registry

Finalmente encontré el comando: Solo se añade este comando en la sección de "comandos", ejecutar comando. No requiere nada más! reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /t REG_SZ /v Path /d "%path%;<InstallPath>" /f A mí me funciona 100%
by tutosrive
21 Jul 2025, 07:30
Forum: Help
Topic: Saving install path to registry
Replies: 3
Views: 222593

Re: Saving install path to registry

Por cierto, justo solucioné una parte de esto, lo pude agregar al PATH sin ELIMINAR EL PATH anterior, es decir, es un "append" como debería ser, sin embargo, requiere que el usuario escriba "si" cuando salga un mensaje en consola: "El valor ya existe (PATH) desea sobreescrib...
by tutosrive
21 Jul 2025, 07:08
Forum: Help
Topic: Saving install path to registry
Replies: 3
Views: 222593

Re: Saving install path to registry

También tengo este problema, ya logré añadirlo al PATH del sistema (Si a eso se refiere con "registry"), pero, elimina todo lo que haya antes de (elimina el PATH y solo queda la ruta de instalacion del programa :? ) https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/others/...