some one please make a portable version of Altium_Designer_10.700.22943
here is mine
and it does not work
[Launch] ProgramExecutable=Dxp\Dxp.exe CloseEXE=Dxp.exe WaitForExe1=Dxp.exe DirectoryMoveOK=yes [Activate] Registry=true [DirectoriesMove] settings\Altium=%LOCALAPPDATA%\Altium settings\settings=%APPDATA%\Altium Other=%CommonDocuments%\Altium\AD 10 settings\AltiumLic=%CommonAppData%\Altium [DirectoriesCleanupIfEmpty] 1=%LOCALAPPDATA%\AltiumAltium 2=%LOCALAPPDATA%\Altium 3=%APPDATA%\Altium [RegistryKeys] DxpPortable=HKCU\Software\Altium DxpPortable=HKLM\Software\Altium [RegistryValueWrite] HKCU\Software\Altium\ [RegistryCleanupIfEmpty] 1=HKCU\Software\Altium
please help me!
Why is it not working? What's the error message, if any?
Some comments about your launcher:
[Launch]:CloseEXE
and[Launch]:WaitForEXE1
when they are the same executable you're launching[DirectoriesCleanupIfEmpty]
should be deleted[RegistryKeys]:DxpPortable
is duplicated[RegistryValueWrite]
makes no sense[RegistryKeys]
and[RegistryCleanupIfEmpty]
Previously known as kAlug.
It can launch dxp.exe properly,and the program can work normally。
but there is a problem,Dxp.exe will create a folder in %Common AppData%(C:\Documents and Settings\All Users\Application Data),
and save license file in it,The directories can not be moved
I do not known how to move the folder C:\Documents and Settings\All Users\Application Data\altium
and C:\Documents and Settings\All Users\Documents\Altium
Try
%ALLUSERSAPPDATA%
and%ALLUSERSDOCUMENTS%
.Previously known as kAlug.
Thank you very much!
Dear Zheng,
can you update scripts, and the steps you did to generate this portable.
Thanks,
Here is the scripts .With a Lot of Help from kAlug,Thanks!
[Launch]
ProgramExecutable=Dxp\Dxp.exe
DirectoryMoveOK=yes
[Activate]
Registry=true
[DirectoriesMove]
settings\Altium=%LOCALAPPDATA%\Altium
settings\settings=%APPDATA%\Altium
Other=C:\Documents and Settings\All Users\Documents\Altium\AD 10
settings\AltiumLic=%ALLUSERSAPPDATA%\Altium
[RegistryKeys]
DxpPortable=HKCU\Software\Altium
And the steps you can follow here:
https://portableapps.com/apps/development/portableapps.com_launcher
and here
https://portableapps.com/manuals/PortableApps.comLauncher/
If you use this scripts,there will be a problem:
altium designer will install drivers in your operatingsystem for it's FPGA module,and this scripts can't solve this problem.
but you can simply delete fpga*.* files in it's folder If you don't use it's fpga function,then it will never reminding you to install the driver!
good luck!